summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-02 21:57:49 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-02 21:57:49 -0700
commitc081af5121f648d32826c914a83ab2119f7885c9 (patch)
treeeb4299d0d130192d97358f39a1aa3a9836a6b176 /themes
parent26a32afeae757c24d829e4fbe3f9c289f8156eca (diff)
Fix fragmented highlight styles
Diffstat (limited to 'themes')
-rw-r--r--themes/default.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default.toml b/themes/default.toml
index 1650fa7..9cfaeaa 100644
--- a/themes/default.toml
+++ b/themes/default.toml
@@ -36,3 +36,5 @@ title_secondary = "yellow"
# Lower precision values can use only 3 digits.
highlight = "yellow"
highlight_inactive = "light yellow"
+# Note: you may want to change hightlight_text for darker terminal themes.
+highlight_text = "default" # or "black"