Unnamed repository; edit this file 'description' to name the repository.
feat(themes): add `ui.text.directory` to gruber-darker (#12797)
Jonas Köhnen 2025-02-06
parent 18b9eb9 · commit c36ed6a
-rw-r--r--runtime/themes/gruber-darker.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/gruber-darker.toml b/runtime/themes/gruber-darker.toml
index 4ae0404e..856743ec 100644
--- a/runtime/themes/gruber-darker.toml
+++ b/runtime/themes/gruber-darker.toml
@@ -54,6 +54,7 @@
"ui.window" = { fg = "bg1" }
"ui.help" = { bg = "bg1", fg = "fg0" }
"ui.text" = { fg = "fg0" }
+"ui.text.directory" = { fg = "niagara0", modifiers = ["bold"] }
"ui.text.focus" = { bg = "bg5", modifiers = ["bold"] }
"ui.selection" = { bg = "bg2" }
"ui.selection.primary" = { bg = "bg5" }