We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183d1fa commit bc52b03Copy full SHA for bc52b03
runtime/themes/dark_plus.toml
@@ -75,6 +75,8 @@
75
"ui.cursorline.primary" = { bg = "dark_gray3" }
76
"ui.statusline" = { fg = "white", bg = "blue" }
77
"ui.statusline.inactive" = { fg = "white", bg = "blue" }
78
+"ui.statusline.insert" = { fg = "white", bg = "yellow" }
79
+"ui.statusline.select" = { fg = "white", bg = "magenta" }
80
81
"ui.bufferline" = { fg = "text", bg = "widget" }
82
"ui.bufferline.active" = { fg = "white", bg = "blue" }
0 commit comments