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 = [