spring colorscheme setup

This commit is contained in:
2024-04-23 15:04:03 -06:00
parent 6b003c87a2
commit 7dff111a84
10 changed files with 142 additions and 64 deletions

View File

@ -1,28 +1,30 @@
# do not edit; generated by scwrypts
# theme : main
# theme : spring-sunset
[colors.cursor]
cursor = '0xeeddff'
cursor = '0xfdfbe7'
[colors.primary]
background = '0x000505'
foreground = '0xd0f0f0'
background = '0x0b1e32'
foreground = '0xe8eaf7'
[colors.normal]
black = '0x000505'
red = '0xc80064'
green = '0x11bb98'
yellow = '0x6911aa'
blue = '0x2262bb'
magenta = '0x9922dd'
cyan = '0x22ccba'
red = '0xf12875'
green = '0x5c68c4'
yellow = '0xf2e044'
blue = '0x5ab5e0'
magenta = '0xf5e878'
cyan = '0x7983ce'
white = '0xd0f0f0'
[colors.bright]
black = '0x424253'
red = '0xff44ff'
green = '0x44dddd'
yellow = '0xaa44ff'
blue = '0x229df6'
magenta = '0xdd88ff'
cyan = '0x88ffff'
red = '0xf694bc'
green = '0x9fa6dc'
yellow = '0xf8ef9e'
blue = '0xb9e5f4'
magenta = '0xfbf5c4'
cyan = '0xc5c9ea'
white = '0x7e707e'
[window]
opacity = 0.85