dotfiles/.config/alacritty/themes/ir-black.yaml

33 lines
589 B
YAML
Raw Normal View History

2021-11-13 19:24:20 +01:00
# Colors (IR Black)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#ffffff'
cursor:
text: '#ffffff'
cursor: '#ffffff'
# Normal colors
normal:
black: '#4e4e4e'
red: '#ff6c60'
green: '#a8ff60'
yellow: '#ffffb6'
blue: '#96cbfe'
magenta: '#ff73fd'
cyan: '#c6c5fe'
white: '#eeeeee'
# Bright colors
bright:
black: '#7c7c7c'
red: '#ffb6b0'
green: '#ceffab'
yellow: '#ffffcb'
blue: '#b5dcfe'
magenta: '#ff9cfe'
cyan: '#dfdffe'
white: '#ffffff'