Skip to content

Commit

Permalink
add highlight NvimTreeExecFile
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
zootedb0t committed Feb 5, 2024
1 parent 4d17914 commit 7b0dad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,17 @@ lualine.setup {
| Green | `#00CC7A` | ![green](https://place-hold.it/32/00CC7A?text=+) |
| Yellow | `#FFD700` | ![yellow](https://place-hold.it/32/F0D50C?text=+) |
| Orange | `#FF7431` | ![orange](https://place-hold.it/32/FF8C00?text=+) |
| Blue | `#00BFFF` | ![blue](https://place-hold.it/32/00BFFF?text=+) |
| Blue | `#00BFFF` | ![blue](https://place-hold.it/32/00BFFF?text=+) |
| Cyan | `#00FFFF` | ![cyan](https://place-hold.it/32/00FFFF?text=+) |
| White | `#BFBFBF` | ![white](https://place-hold.it/32/BFBFBF?text=+) |
| Black(Bright) | `#767C77` | ![bright_black](https://place-hold.it/32/808080?text=+) |
| Red(Bright) | `#FF1A75` | ![bright_red](https://place-hold.it/32/FF1A75?text=+) |
| Green(Bright) | `#1AFFA3` | ![bright_green](https://place-hold.it/32/1AFFA3?text=+) |
| Yellow(Bright) | `#FFFF00` | ![bright_yellow](https://place-hold.it/32/FFFF00?text=+) |
| Orange(Bright) | `#FFAA54` | ![bright_orange](https://place-hold.it/32/FF9633?text=+) |
| Blue(Bright) | `#28C9FF` | ![bright_blue](https://place-hold.it/32/33CFFF?text=+) |
| Blue(Bright) | `#28C9FF` | ![bright_blue](https://place-hold.it/32/33CFFF?text=+) |
| Cyan(Bright) | `#33FFFF` | ![bright_cyan](https://place-hold.it/32/33FFFF?text=+) |
| White(Bright) | `#F9F9F9` | ![bright_white](https://place-hold.it/32/F9F9F9?text=+) |
| White(Bright) | `#F9F9F9` | ![bright_white](https://place-hold.it/32/F9F9F9?text=+) |

## :pray: Acknowledgments

Expand Down
1 change: 1 addition & 0 deletions lua/citruszest/highlights/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ M.theme = function(C, O)
NvimTreeOpenedFolderIcon = { fg = C.aurora },
NvimTreeFolderArrowOpen = { fg = C.aurora },
NvimTreeFolderArrowClosed = { fg = C.bright_orange },
NvimTreeExecFile = { fg = C.bright_white },

-- Alpha
AlphaShortcut = { fg = C.bright_yellow },
Expand Down

0 comments on commit 7b0dad3

Please sign in to comment.