Skip to content

Commit

Permalink
Adds colored directories to everforest themes (#12287)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Ingram <[email protected]>
  • Loading branch information
peteringram0 and Peter Ingram authored Dec 18, 2024
1 parent 91a5d40 commit ec65cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/everforest_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"ui.window" = { fg = "bg4", bg = "bg_dim" }
"ui.help" = { fg = "fg", bg = "bg2" }
"ui.text" = "fg"
"ui.text.directory" = { fg = "green" }
"ui.text.focus" = "fg"
"ui.menu" = { fg = "fg", bg = "bg3" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/everforest_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"ui.window" = { fg = "bg4", bg = "bg_dim" }
"ui.help" = { fg = "fg", bg = "bg2" }
"ui.text" = "fg"
"ui.text.directory" = { fg = "green" }
"ui.text.focus" = "fg"
"ui.menu" = { fg = "fg", bg = "bg3" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
Expand Down

0 comments on commit ec65cc4

Please sign in to comment.