Unnamed repository; edit this file 'description' to name the repository.
feat(themes): add mode-specific styles to the onedark theme (#3098)
Mr. E 2022-07-20
parent 9753da6 · commit b6e06c8
-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"] }