Skip to content

Commit

Permalink
feat(themes): add ui.text.directory to nightfox (#12328)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromfedricci authored Dec 24, 2024
1 parent ea17b9e commit 9e77c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/nightfox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 9e77c44

Please sign in to comment.