mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat(themes): add ui.text.directory
to nightfox (#12328)
This commit is contained in:
parent
ea17b9edb7
commit
9e77c44b38
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
"ui.gutter" = { fg = "fg3" } # Left gutter for diagnostics and breakpoints.
|
||||
|
||||
"ui.text" = { fg = "fg1" } # Default text color.
|
||||
"ui.text.directory" = { fg = "blue-bright" } # Directory names in prompt completion.
|
||||
"ui.text.focus" = { bg = "sel1", fg = "fg1" } # Selection highlight in buffer-picker or file-picker.
|
||||
"ui.text.info" = { fg = "fg2", bg = "sel0" } # Info popup contents (space mode menu).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue