mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
981f48c9e4
The foreground should be different than the background.
33 lines
685 B
YAML
33 lines
685 B
YAML
# Colors (Base16 Default Dark)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x181818'
|
|
foreground: '0xd8d8d8'
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
cursor:
|
|
text: '0x181818'
|
|
cursor: '0xd8d8d8'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x181818'
|
|
red: '0xab4642'
|
|
green: '0xa1b56c'
|
|
yellow: '0xf7ca88'
|
|
blue: '0x7cafc2'
|
|
magenta: '0xba8baf'
|
|
cyan: '0x86c1b9'
|
|
white: '0xd8d8d8'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x585858'
|
|
red: '0xab4642'
|
|
green: '0xa1b56c'
|
|
yellow: '0xf7ca88'
|
|
blue: '0x7cafc2'
|
|
magenta: '0xba8baf'
|
|
cyan: '0x86c1b9'
|
|
white: '0xf8f8f8'
|