Skip to content

Commit bc52b03

Browse files
authored
theme dark_plus color-modes insert and select (#4678)
1 parent 183d1fa commit bc52b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/themes/dark_plus.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
"ui.cursorline.primary" = { bg = "dark_gray3" }
7676
"ui.statusline" = { fg = "white", bg = "blue" }
7777
"ui.statusline.inactive" = { fg = "white", bg = "blue" }
78+
"ui.statusline.insert" = { fg = "white", bg = "yellow" }
79+
"ui.statusline.select" = { fg = "white", bg = "magenta" }
7880

7981
"ui.bufferline" = { fg = "text", bg = "widget" }
8082
"ui.bufferline.active" = { fg = "white", bg = "blue" }

0 commit comments

Comments
 (0)