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,13 +1,14 @@
/**
* do not edit; generated by scwrypts
* theme : main
* theme : spring-sunset
**/
*{
background: #000505;
background: #0b1e32;
foreground: #d0f0f0;
background-alt: #9922dd;
background-alt: #f5e878;
foreground-alt: #000505;
selected: #000505;
active: #6911aa;
urgent: #c80064;
active: #f2e044;
urgent: #f12875;
}