From bc52b0369b35f670e29728de5e3c0afdf804f9d8 Mon Sep 17 00:00:00 2001 From: janos-r <30606201+janos-r@users.noreply.github.com> Date: Thu, 10 Nov 2022 16:18:38 +0100 Subject: [PATCH] theme dark_plus color-modes insert and select (#4678) --- runtime/themes/dark_plus.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 305117c6..b4e30798 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -75,6 +75,8 @@ "ui.cursorline.primary" = { bg = "dark_gray3" } "ui.statusline" = { fg = "white", bg = "blue" } "ui.statusline.inactive" = { fg = "white", bg = "blue" } +"ui.statusline.insert" = { fg = "white", bg = "yellow" } +"ui.statusline.select" = { fg = "white", bg = "magenta" } "ui.bufferline" = { fg = "text", bg = "widget" } "ui.bufferline.active" = { fg = "white", bg = "blue" }