fix: hashtags for 0x

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

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

Loading…
Cancel
Save