From 586429bb7c030c1739985bd2fca9670269b1bf91 Mon Sep 17 00:00:00 2001 From: Abhishek Bajpai Date: Thu, 29 Feb 2024 07:03:42 +0530 Subject: [PATCH] add visual mode color mode --- theme.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.toml b/theme.toml index 02abfff8d..04b77dcf6 100644 --- a/theme.toml +++ b/theme.toml @@ -51,6 +51,7 @@ label = "honey" "ui.statusline.inactive" = { fg = "lavender", bg = "revolver" } "ui.statusline.normal" = { fg = "midnight", bg = "lilac" } "ui.statusline.insert" = { fg = "midnight", bg = "mint" } +"ui.statusline.select" = { fg = "midnight", bg = "chamois" } "ui.popup" = { bg = "revolver" } "ui.window" = { fg = "bossanova" } "ui.help" = { bg = "#7958DC", fg = "#171452" }