From ab804dae35c1404603f41ea53f502d26d2ec927b Mon Sep 17 00:00:00 2001 From: Noktoborus Date: Mon, 22 Jul 2024 00:51:53 +0400 Subject: [PATCH] add 'ui.statusline.overtype' mode style to everforest theme --- runtime/themes/everforest_dark.toml | 3 +++ runtime/themes/everforest_light.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/runtime/themes/everforest_dark.toml b/runtime/themes/everforest_dark.toml index 37b6756f5..59420809b 100644 --- a/runtime/themes/everforest_dark.toml +++ b/runtime/themes/everforest_dark.toml @@ -84,6 +84,9 @@ "ui.statusline.insert" = { fg = "bg0", bg = "statusline2", modifiers = [ "bold", ] } +"ui.statusline.overtype" = { fg = "bg0", bg = "statusline3", modifiers = [ + "bold", +] } "ui.statusline.select" = { fg = "bg0", bg = "blue", modifiers = ["bold"] } "ui.bufferline" = { fg = "grey2", bg = "bg3" } "ui.bufferline.active" = { fg = "bg0", bg = "statusline1", modifiers = [ diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml index b7448455c..26dd68236 100644 --- a/runtime/themes/everforest_light.toml +++ b/runtime/themes/everforest_light.toml @@ -83,6 +83,9 @@ "ui.statusline.insert" = { fg = "bg0", bg = "statusline2", modifiers = [ "bold", ] } +"ui.statusline.overtype" = { fg = "bg0", bg = "statusline3", modifiers = [ + "bold", +] } "ui.statusline.select" = { fg = "bg0", bg = "blue", modifiers = ["bold"] } "ui.bufferline" = { fg = "grey2", bg = "bg3" } "ui.bufferline.active" = { fg = "bg0", bg = "statusline1", modifiers = [