summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-05 19:54:28 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-05 19:54:28 -0700
commit86c76a0d4e9466c96eeeaa23bc622a360531b87c (patch)
tree37b7ad24bc0e576edbc3ceb6adabc1d45eaea899
parent3a2f915f1768fb6efc6d6004150110c10a5a068d (diff)
Use "black" as default highlight_text
This seems to work better for most terminals
-rw-r--r--themes/default.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default.toml b/themes/default.toml
index 9cfaeaa..f8e927d 100644
--- a/themes/default.toml
+++ b/themes/default.toml
@@ -37,4 +37,4 @@ title_secondary = "yellow"
highlight = "yellow"
highlight_inactive = "light yellow"
# Note: you may want to change hightlight_text for darker terminal themes.
-highlight_text = "default" # or "black"
+highlight_text = "black" # or "default"