From d4a5413255670ce30a0d91192ed375be8cd890a6 Mon Sep 17 00:00:00 2001 From: Mr. E Date: Tue, 26 Jul 2022 03:17:00 +0200 Subject: feat(themes): add mode-specific styles to the dracula themes (#3135) --- runtime/themes/dracula.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/themes/dracula.toml') diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index 41312901..e3f5c625 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -34,6 +34,9 @@ "ui.selection.primary" = { bg = "primary_highlight" } "ui.statusline" = { fg = "foreground", bg = "background_dark" } "ui.statusline.inactive" = { fg = "comment", bg = "background_dark" } +"ui.statusline.normal" = { fg = "background_dark", bg = "cyan" } +"ui.statusline.insert" = { fg = "background_dark", bg = "green" } +"ui.statusline.select" = { fg = "background_dark", bg = "purple" } "ui.text" = { fg = "foreground" } "ui.text.focus" = { fg = "cyan" } "ui.window" = { fg = "foreground" } -- cgit v1.2.3-70-g09d2