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
2024-04-23 21:04:03 +00:00
# theme : spring-sunset
2024-04-09 01:11:39 +00:00
[colors.cursor]
2024-04-23 21:04:03 +00:00
cursor = '0xfdfbe7'
2024-04-09 01:11:39 +00:00
[colors.primary]
2024-04-23 21:04:03 +00:00
background = '0x0b1e32'
foreground = '0xe8eaf7'
2024-04-09 01:11:39 +00:00
[colors.normal]
black = '0x000505'
2024-04-23 21:04:03 +00:00
red = '0xf12875'
green = '0x5c68c4'
yellow = '0xf2e044'
blue = '0x5ab5e0'
magenta = '0xf5e878'
cyan = '0x7983ce'
2024-04-09 01:11:39 +00:00
white = '0xd0f0f0'
[colors.bright]
black = '0x424253'
2024-04-23 21:04:03 +00:00
red = '0xf694bc'
green = '0x9fa6dc'
yellow = '0xf8ef9e'
blue = '0xb9e5f4'
magenta = '0xfbf5c4'
cyan = '0xc5c9ea'
2024-04-09 01:11:39 +00:00
white = '0x7e707e'
2024-04-23 21:04:03 +00:00
[window]
opacity = 0.85