mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-18 10:14:45 -07:00
34 lines
No EOL
715 B
YAML
34 lines
No EOL
715 B
YAML
# Colors (PaperColor Light)
|
|
# Source: https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36
|
|
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xeeeeee'
|
|
foreground: '0x444444'
|
|
cursor:
|
|
text: '0xeeeeee'
|
|
cursor: '0x444444'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0xeeeeee'
|
|
red: '0xaf0000'
|
|
green: '0x008700'
|
|
yellow: '0x5f8700'
|
|
blue: '0x0087af'
|
|
magenta: '0x878787'
|
|
cyan: '0x005f87'
|
|
white: '0x444444'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0xbcbcbc'
|
|
red: '0xd70000'
|
|
green: '0xd70087'
|
|
yellow: '0x8700af'
|
|
blue: '0xd75f00'
|
|
magenta: '0xd75f00'
|
|
cyan: '0x005faf'
|
|
white: '0x005f87'
|
|
|