From 8bf422c629170cc56c5ce9615df4aa4d456bd374 Mon Sep 17 00:00:00 2001 From: Abhishek Bajpai Date: Wed, 28 Feb 2024 09:54:17 +0530 Subject: [PATCH] Add color modes to default theme #7060 Default theme didn't had color modes which was annoying so I added them. I am open to color suggestions. --- theme.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.toml b/theme.toml index dd1a5d889..02abfff8d 100644 --- a/theme.toml +++ b/theme.toml @@ -49,6 +49,8 @@ label = "honey" "ui.linenr.selected" = { fg = "lilac" } "ui.statusline" = { fg = "lilac", bg = "revolver" } "ui.statusline.inactive" = { fg = "lavender", bg = "revolver" } +"ui.statusline.normal" = { fg = "midnight", bg = "lilac" } +"ui.statusline.insert" = { fg = "midnight", bg = "mint" } "ui.popup" = { bg = "revolver" } "ui.window" = { fg = "bossanova" } "ui.help" = { bg = "#7958DC", fg = "#171452" }