mirror of https://github.com/sgoudham/nvim.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
704 B
YAML
36 lines
704 B
YAML
3 years ago
|
# Catppuccino Light Melya
|
||
|
colors:
|
||
|
# Default colors
|
||
|
primary:
|
||
|
background: '0x150b26'
|
||
|
foreground: '0xfdebc3'
|
||
|
|
||
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||
|
cursor:
|
||
|
text: '0xfdebc3'
|
||
|
cursor: '0x150b26'
|
||
|
|
||
|
# Normal colors
|
||
|
normal:
|
||
|
black: '0x393b44'
|
||
|
red: '0xcf4f6d'
|
||
|
green: '0x51ee72'
|
||
|
yellow: '0xffe070'
|
||
|
blue: '0x96e2f0'
|
||
|
magenta: '0xd97bf2'
|
||
|
cyan: '0x63cdcf'
|
||
|
white: '0xdfdfe0'
|
||
|
|
||
|
# Bright colors
|
||
|
bright:
|
||
|
black: '0x7f8c98'
|
||
|
red: '0xe06c75'
|
||
|
green: '0x58cd8b'
|
||
|
yellow: '0xffe37e'
|
||
|
blue: '0x84cee4'
|
||
|
magenta: '0xb8a1e3'
|
||
|
cyan: '0x59f0ff'
|
||
|
white: '0xfdebc3'
|
||
|
|
||
|
# indexed_colors: []
|