From 31cc2110ecad54ceec2baa4de55639d91a323aa4 Mon Sep 17 00:00:00 2001 From: Carter Watson <54688033+cartwatson@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:09:07 -0700 Subject: [PATCH] add: ui.text.focus to gruvbox configs (#13315) --- runtime/themes/gruvbox.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index 933b63125..3743ee292 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -106,6 +106,7 @@ "ui.statusline.select" = { fg = "bg1", bg = "orange1", modifiers = ["bold"] } "ui.text" = { fg = "fg1" } +"ui.text.focus" = { fg = "green1" } "ui.text.directory" = { fg = "blue1" } "ui.virtual.inlay-hint" = { fg = "gray" } "ui.virtual.jump-label" = { fg = "purple0", modifiers = ["bold"] }