Untitled
unknown
plain_text
a year ago
702 B
9
Indexable
# Colors (RSNDEV)
colors:
# Default colors
primary:
background: '0x464647'
#background: '0x161821'
foreground: '0xc6c8d1'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x161821'
cursor: '0xada0d3'
# Normal colors
normal:
black: '0x6b7089'
red: '0xe98989'
green: '0xc0ca8e'
yellow: '0xe9b189'
blue: '0x91acd1'
magenta: '0xada0d3'
cyan: '0x95c4ce'
white: '0xd2d4de'
# Bright colors
bright:
black: '0x161821'
red: '0xe27878'
green: '0xb4be82'
yellow: '0xe2a478'
blue: '0x84a0c6'
magenta: '0xa093c7'
cyan: '0x89b8c2'
white: '0xc6c8d1'
Editor is loading...
Leave a Comment