added @nullchilly as maintainer

dev
Pocco81 2 years ago
parent 1c0a33b031
commit ecfb68bdcd

@ -581,6 +581,7 @@ Related: [:h termguicolors](https://neovim.io/doc/user/options.html#'termguicolo
## 💝 Thanks to ## 💝 Thanks to
- [Pocco81](https://github.com/Pocco81) - [Pocco81](https://github.com/Pocco81)
- [Null Chilly](https://github.com/nullchilly)
   

@ -19,15 +19,15 @@ local color_palette = {
blue = "#8CAAEE", blue = "#8CAAEE",
lavender = "#BABBF1", lavender = "#BABBF1",
text = "#CED7F7", text = "#CDD6F7",
subtext1 = "#BCC5E3", subtext1 = "#BCC4E3",
subtext0 = "#ABB3D0", subtext0 = "#AAB2D0",
overlay2 = "#99A1BC", overlay2 = "#99A0BC",
overlay1 = "#888FA8", overlay1 = "#878EA8",
overlay0 = "#767C95", overlay0 = "#767C95",
surface2 = "#656A81", surface2 = "#646A81",
surface1 = "#53586D", surface1 = "#53586D",
surface0 = "#42465A", surface0 = "#41465A",
base = "#303446", base = "#303446",
mantle = "#292C3C", mantle = "#292C3C",

Loading…
Cancel
Save