fix: hashtags for 0x

dev-remaster
Pocco81 3 years ago
parent 765bf376d4
commit c74789b352

@ -2,36 +2,36 @@
colors: colors:
# Default colors # Default colors
primary: primary:
background: '#1B1623' background: '0x1B1623'
foreground: '#B9C4E3' foreground: '0xB9C4E3'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '#221E2F' text: '0x221E2F'
cursor: '#ADD692' cursor: '0xADD692'
# Normal colors # Normal colors
normal: normal:
black: '#0E0C13' black: '0x0E0C13'
red: '#E28D8D' red: '0xE28D8D'
green: '#ADD692' green: '0xADD692'
yellow: '#F0DC89' yellow: '0xF0DC89'
blue: '#84A5CB' blue: '0x84A5CB'
magenta: '#AE9AD6' magenta: '0xAE9AD6'
cyan: '#F0A8E4' cyan: '0xF0A8E4'
white: '#F0F0F5' white: '0xF0F0F5'
# Bright colors # Bright colors
bright: bright:
black: '#221E2F' black: '0x221E2F'
red: '#E28D8D' red: '0xE28D8D'
green: '#ADD692' green: '0xADD692'
yellow: '#F0DC89' yellow: '0xF0DC89'
blue: '#84A5CB' blue: '0x84A5CB'
magenta: '#AE9AD6' magenta: '0xAE9AD6'
cyan: '#F0A8E4' cyan: '0xF0A8E4'
white: '#F0F0F5' white: '0xF0F0F5'
indexed_colors: indexed_colors:
- { index: 16, color: '#F0DC89' } - { index: 16, color: '0xF0DC89' }
- { index: 17, color: '#E28D8D' } - { index: 17, color: '0xE28D8D' }

Loading…
Cancel
Save