Files
dotfiles/dot_config/alacritty/themes/ibm3270-hicontrast.sh.yml
2024-01-06 11:23:04 +01:00

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xfdfdfd'
# Normal colors
normal:
black: '0x000000'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x00bfff'
magenta: '0xffc0cb'
cyan: '0x40e0d0'
white: '0xbebebe'
# Bright colors
bright:
black: '0x414141'
red: '0xffa500'
green: '0x98fb98'
yellow: '0xffff00'
blue: '0x0000cd'
magenta: '0xa020f0'
cyan: '0xaeeeee'
white: '0xffffff'