diff options
author | Mr. E | 2022-07-20 02:55:08 +0000 |
---|---|---|
committer | GitHub | 2022-07-20 02:55:08 +0000 |
commit | b6e06c8c0c2aef87bf2ec43054aed4d48c0339e8 (patch) | |
tree | fb55a15ecdde81ac94b6acee0d2347465f9fd015 /runtime/themes | |
parent | 9753da6ab79f863e2e8a54874dd45a077e1ffb96 (diff) |
feat(themes): add mode-specific styles to the onedark theme (#3098)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/onedark.toml | 3 |
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"] } |