aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authornuid322022-10-02 16:19:55 +0000
committerGitHub2022-10-02 16:19:55 +0000
commit6caa7a7f566e67c50537014b3e97fa8e65a8b7b3 (patch)
tree5302ef4021397880f7a93f51e05a735481bfeb3f /runtime/themes
parent5b5f1bd39ae46fdf68ba758b29bdb29200394c86 (diff)
Onedarker theme: some improvements (#4069)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/onedarker.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/themes/onedarker.toml b/runtime/themes/onedarker.toml
index 1eb1a90c..665f10ed 100644
--- a/runtime/themes/onedarker.toml
+++ b/runtime/themes/onedarker.toml
@@ -2,7 +2,7 @@
"attribute" = { fg = "yellow" }
"comment" = { fg = "light-gray", modifiers = ["italic"] }
-"constant" = { fg = "green" }
+"constant" = { fg = "gold" }
"constant.numeric" = { fg = "gold" }
"constant.builtin" = { fg = "gold" }
"constant.character.escape" = { fg = "gold" }
@@ -69,7 +69,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.statusline.normal" = { fg = "light-black", bg = "purple" }
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
"ui.statusline.select" = { fg = "light-black", bg = "cyan" }
-"ui.text" = { fg = "purple" }
+"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
"ui.help" = { fg = "white", bg = "gray" }
@@ -91,7 +91,7 @@ cyan = "#46A6B2"
white = "#ABB2BF"
black = "#16181A"
light-black = "#2C323C"
-gray = "#454D50"
+gray = "#252D30"
faint-gray = "#ABB2BF"
light-gray = "#636C6E"
linenr = "#282C34"