diff options
Diffstat (limited to 'runtime/themes/gruvbox_light.toml')
-rw-r--r-- | runtime/themes/gruvbox_light.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index 02a32dec..a4817b48 100644 --- a/runtime/themes/gruvbox_light.toml +++ b/runtime/themes/gruvbox_light.toml @@ -43,6 +43,9 @@ "ui.linenr" = { fg = "bg4" } "ui.linenr.selected" = { fg = "yellow1" } "ui.statusline" = { fg = "fg1", bg = "bg2" } +"ui.statusline.normal" = { fg = "fg1", bg = "bg2" } +"ui.statusline.insert" = { fg = "fg1", bg = "blue0" } +"ui.statusline.select" = { fg = "fg1", bg = "orange0" } "ui.statusline.inactive" = { fg = "fg4", bg = "bg1" } "ui.popup" = { bg = "bg1" } "ui.window" = { bg = "bg1" } |