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.
pull/9742/head
Abhishek Bajpai 9 months ago
parent 00653c772e
commit 8bf422c629

@ -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" }

Loading…
Cancel
Save