Changes
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
* {
|
||||
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 % );
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user