Skip to content

Commit

Permalink
update Debug highlight
Browse files Browse the repository at this point in the history
fix colorname in README
  • Loading branch information
zootedb0t committed Feb 2, 2024
1 parent 6c090d5 commit 4d17914
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,19 @@ lualine.setup {
| Black | `#232323` | ![black](https://place-hold.it/32/232323?text=+) |
| Red | `#FF5454` | ![red](https://place-hold.it/32/FF5454?text=+) |
| 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` | ![purple](https://place-hold.it/32/00BFFF?text=+) |
| Cyan | `#00FFFF` | ![Cyan](https://place-hold.it/32/00FFFF?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=+) |
| 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_purple](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_cyan](https://place-hold.it/32/F9F9F9?text=+) |
| White(Bright) | `#F9F9F9` | ![bright_white](https://place-hold.it/32/F9F9F9?text=+) |

## :pray: Acknowledgments

Expand Down
2 changes: 1 addition & 1 deletion lua/citruszest/highlights/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ M.theme = function(C, O)
SpecialChar = { link = "Special" }, -- special character in a constant
Tag = { link = "Special" }, -- you can use CTRL-] on this
Delimiter = { link = "Special" }, -- character that needs attention
Debug = { link = "Special" }, -- debugging statements
Debug = { fg = C.orange }, -- debugging statements

Underlined = { underline = true }, -- (preferred) text that stands out, HTML links
Bold = { bold = true },
Expand Down

0 comments on commit 4d17914

Please sign in to comment.