mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
No EOL
557 B
YAML
28 lines
No EOL
557 B
YAML
# Colors (Terminal.app)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x000000'
|
|
foreground: '0xb6b6b6'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0x990000'
|
|
green: '0x00a600'
|
|
yellow: '0x999900'
|
|
blue: '0x0000b2'
|
|
magenta: '0xb200b2'
|
|
cyan: '0x00a6b2'
|
|
white: '0xbfbfbf'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x666666'
|
|
red: '0xe50000'
|
|
green: '0x00d900'
|
|
yellow: '0xe5e500'
|
|
blue: '0x0000ff'
|
|
magenta: '0xe500e5'
|
|
cyan: '0x00e5e5'
|
|
white: '0xe5e5e5' |