Unnamed repository; edit this file 'description' to name the repository.
theme: add color-modes support to molokai (#14250)
Sylvain Terrien 6 months ago
parent f81b59f · commit 1d3e65f
-rw-r--r--runtime/themes/molokai.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/themes/molokai.toml b/runtime/themes/molokai.toml
index bfca3677..0e48f775 100644
--- a/runtime/themes/molokai.toml
+++ b/runtime/themes/molokai.toml
@@ -36,6 +36,10 @@ inherits = "monokai"
"ui.popup.info" = { fg = "light-blue", bg = "#000000" }
"ui.text.info" = { fg = "light-blue", bg = "#000000" }
+"ui.statusline.normal" = { fg = "#080808", bg = "#e6db74", modifiers = ["bold"] }
+"ui.statusline.insert" = { fg = "#282828", bg = "#8787af", modifiers = ["bold"] }
+"ui.statusline.select" = { fg = "#282828", bg = "#ffd700", modifiers = ["bold"] }
+
"warning" = { fg = "#ffffff", modifiers = ["bold"] }
"error" = { fg = "#ffffff", modifiers = ["bold"] }
"info" = { fg = "#ffffff", modifiers = ["bold"] }