dotfiles/alacritty/themes/gnome_terminal.yaml

29 lines
615 B
YAML
Raw Normal View History

2023-04-11 07:51:06 +00:00
# Gnome (Gnome Terminal Default)
colors:
# Default colors
primary:
background: '0x1e1e1e'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x171421'
red: '0xc01c28'
green: '0x26a269'
yellow: '0xa2734c'
blue: '0x12488b'
magenta: '0xa347ba'
cyan: '0x2aa1b3'
white: '0xd0cfcc'
# Bright colors
bright:
black: '0x535c64'
red: '0xf66151'
green: '0x33d17a'
yellow: '0xe9ad0c'
blue: '0x2a7bde'
magenta: '0xc061cb'
cyan: '0x33c7de'
white: '0xffffff'