Changes tm

This commit is contained in:
2025-01-15 23:33:33 -07:00
parent 213d8bf9c8
commit 7f7c20cfda
13 changed files with 74 additions and 67 deletions

View File

@@ -7,13 +7,13 @@
*/
* {
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 % );
red: rgba ( 255, 41, 168, 100 % );
blue: rgba ( 0, 234, 255, 100 % );
lightfg: rgba ( 178, 191, 217, 100 % );
lightbg: rgba ( 34, 38, 45, 100 % );
foreground: rgba ( 139, 156, 190, 100 % );
background: rgba ( 23, 25, 30, 100 % );
background-color: rgba ( 23, 25, 30, 0 % );
separatorcolor: @foreground;
border-color: @foreground;
selected-normal-foreground: @lightbg;