This commit is contained in:
2024-12-13 01:01:50 -07:00
parent 0a0a444a2d
commit 2600016096
24 changed files with 330 additions and 139 deletions

View File

@@ -7,13 +7,13 @@
*/
* {
red: rgba ( 242, 44, 64, 100 % );
blue: rgba ( 64, 126, 231, 100 % );
lightfg: rgba ( 230, 226, 224, 100 % );
lightbg: rgba ( 44, 36, 33, 100 % );
foreground: rgba ( 168, 161, 159, 100 % );
background: rgba ( 27, 25, 24, 100 % );
background-color: rgba ( 27, 25, 24, 0 % );
red: rgba ( 219, 45, 32, 100 % );
blue: rgba ( 1, 160, 228, 100 % );
lightfg: rgba ( 214, 213, 212, 100 % );
lightbg: rgba ( 58, 52, 50, 100 % );
foreground: rgba ( 165, 162, 162, 100 % );
background: rgba ( 9, 3, 0, 100 % );
background-color: rgba ( 9, 3, 0, 0 % );
separatorcolor: @foreground;
border-color: @foreground;
selected-normal-foreground: @lightbg;