aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMr. E2022-07-20 02:55:08 +0000
committerGitHub2022-07-20 02:55:08 +0000
commitb6e06c8c0c2aef87bf2ec43054aed4d48c0339e8 (patch)
treefb55a15ecdde81ac94b6acee0d2347465f9fd015 /runtime
parent9753da6ab79f863e2e8a54874dd45a077e1ffb96 (diff)
feat(themes): add mode-specific styles to the onedark theme (#3098)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/onedark.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index b4cc6f8b..5508692a 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -65,6 +65,9 @@ diagnostic = { modifiers = ["underlined"] }
"ui.statusline" = { fg = "white", bg = "light-black" }
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
+"ui.statusline.normal" = { fg = "light-black", bg = "blue" }
+"ui.statusline.insert" = { fg = "light-black", bg = "green" }
+"ui.statusline.select" = { fg = "light-black", bg = "purple" }
"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }