summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-02 22:51:35 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-02 22:51:35 -0700
commit483e0a7c3f66e3ec0590d58719461ef5bd1c6887 (patch)
treec503227287021597a22c21ab9087a9ca502b6a4a
parent6af8fd827eb94dc66da7deb90f9ff90b8a488f16 (diff)
Update tomorrow themes' highlight styles
-rw-r--r--themes/tomorrow.toml1
-rw-r--r--themes/tomorrow_night_80s.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/tomorrow.toml b/themes/tomorrow.toml
index b9b20f0..64455e3 100644
--- a/themes/tomorrow.toml
+++ b/themes/tomorrow.toml
@@ -12,3 +12,4 @@ title_primary = ["#c82829", "red"]
title_secondary = ["#eab700", "yellow"]
highlight = "#eab700"
highlight_inactive = "#d6d6d6"
+highlight_text = "#4d4d4c"
diff --git a/themes/tomorrow_night_80s.toml b/themes/tomorrow_night_80s.toml
index ed566d3..5c8e6aa 100644
--- a/themes/tomorrow_night_80s.toml
+++ b/themes/tomorrow_night_80s.toml
@@ -12,3 +12,4 @@ title_primary = ["#f2777a", "red"]
title_secondary = ["#cc99cc", "magenta"]
highlight = ["#ffcc66", "yellow"]
highlight_inactive = "515151"
+highlight_text = "#cccccc"