dotwryn/colorschemes/active/alacritty.yaml

28 lines
604 B
YAML
Raw Normal View History

2024-04-09 01:11:39 +00:00
--- # yamllint disable rule:colons
# do not edit; generated by scwrypts
2024-10-16 21:30:52 +00:00
# theme : halloween
2024-04-09 01:11:39 +00:00
colors:
primary:
background: '0x000505'
foreground: '0xd0f0f0'
2024-04-09 01:11:39 +00:00
cursor:
2024-10-16 21:30:52 +00:00
cursor: '0xefe5f9'
2024-04-09 01:11:39 +00:00
normal:
black: '0x000505'
2024-10-16 21:30:52 +00:00
red: '0x00f900'
green: '0xff6f00'
yellow: '0x8b41d5'
blue: '0xac0041'
magenta: '0x750dcc'
cyan: '0x00f900'
2024-04-09 01:11:39 +00:00
white: '0xd0f0f0'
bright:
black: '0x424253'
2024-10-16 21:30:52 +00:00
red: '0xa3ff90'
green: '0xffe082'
yellow: '0xbb94e6'
blue: '0xff283e'
magenta: '0xd6bff0'
cyan: '0xcbffbe'
2024-04-09 01:11:39 +00:00
white: '0x7e707e'