diff --git a/README.md b/README.md index 1d44e9f..8f171c5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lua/citruszest/highlights/init.lua b/lua/citruszest/highlights/init.lua index db275ec..75ccee3 100644 --- a/lua/citruszest/highlights/init.lua +++ b/lua/citruszest/highlights/init.lua @@ -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 },