Unnamed repository; edit this file 'description' to name the repository.
feat(themes): add `ui.text.directory` to gruber-darker (#12797)
| -rw-r--r-- | runtime/themes/gruber-darker.toml | 1 |
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" } |