Unnamed repository; edit this file 'description' to name the repository.
add: ui.text.focus to gruvbox configs (#13315)
Carter Watson 10 months ago
parent bce1662 · commit 31cc211
-rw-r--r--runtime/themes/gruvbox.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml
index 933b6312..3743ee29 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"] }