dotwryn/colorschemes/active/alacritty.toml

31 lines
557 B
TOML
Raw Normal View History

2024-04-09 01:11:39 +00:00
# do not edit; generated by scwrypts
# theme : burning-death
2024-04-09 01:11:39 +00:00
[colors.cursor]
cursor = '0x8eadf8'
2024-04-09 01:11:39 +00:00
[colors.primary]
background = '0x300000'
foreground = '0xffeaec'
2024-04-09 01:11:39 +00:00
[colors.normal]
black = '0x000505'
red = '0xdc1a4e'
green = '0x3296eb'
yellow = '0xc24022'
2024-04-23 21:04:03 +00:00
blue = '0x5ab5e0'
magenta = '0xdf5041'
cyan = '0x34549b'
2024-04-09 01:11:39 +00:00
white = '0xd0f0f0'
[colors.bright]
black = '0x424253'
red = '0xf08ba4'
green = '0x8eadf8'
yellow = '0xf19892'
2024-04-23 21:04:03 +00:00
blue = '0xb9e5f4'
magenta = '0xf19892'
cyan = '0x99bafb'
2024-04-09 01:11:39 +00:00
white = '0x7e707e'
2024-04-23 21:04:03 +00:00
[window]
opacity = 0.75