34 lines
664 B
YAML
34 lines
664 B
YAML
# FarOut Alacritty Colors
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0f0908'
|
|
foreground: '0xE0CCAE'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x0c0706'
|
|
red: '0xbf472c'
|
|
green: '0xa4896f'
|
|
yellow: '0xf2a766'
|
|
blue: '0xd47d49'
|
|
magenta: '0x8a4b53'
|
|
cyan: '0xa67458'
|
|
white: '0xF2A766'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x392D2B'
|
|
red: '0xbf472c'
|
|
green: '0xa4896f'
|
|
yellow: '0xf2a766'
|
|
blue: '0xd47d49'
|
|
magenta: '0x8a4b53'
|
|
cyan: '0xa67458'
|
|
white: '0xE0CCAE'
|
|
|
|
indexed_colors:
|
|
- { index: 16, color: '0xff9e64' }
|
|
- { index: 17, color: '0xdf674c' }
|
|
|
|
|