SXHKD experimentation, vesktop added, audio profile switching utility, shchemes installer, etc.

This commit is contained in:
2024-08-12 05:52:19 -06:00
parent 0cdbfbd9bd
commit 0a0a444a2d
27 changed files with 1390 additions and 111 deletions

View File

@@ -7,13 +7,13 @@
*/
* {
red: rgba ( 233, 86, 120, 100 % );
blue: rgba ( 38, 187, 217, 100 % );
lightfg: rgba ( 220, 223, 228, 100 % );
lightbg: rgba ( 35, 37, 48, 100 % );
foreground: rgba ( 203, 206, 208, 100 % );
background: rgba ( 28, 30, 38, 100 % );
background-color: rgba ( 28, 30, 38, 0 % );
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 % );
separatorcolor: @foreground;
border-color: @foreground;
selected-normal-foreground: @lightbg;