1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-13 20:07:18 +00:00
Dotfiles/.config/alacritty/colors/xterm.yaml
2020-10-07 15:39:19 +03:00

28 lines
558 B
YAML

# XTerm's default colors
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xcd0000'
green: '0x00cd00'
yellow: '0xcdcd00'
blue: '0x0000ee'
magenta: '0xcd00cd'
cyan: '0x00cdcd'
white: '0xe5e5e5'
# Bright colors
bright:
black: '0x7f7f7f'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x5c5cff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xffffff'