Home Gen425 @ 2024-11-02-13:08
This commit is contained in:
parent
74c20d2ad2
commit
34f043232b
@ -5,9 +5,9 @@
|
||||
@define-color urgent @color2;
|
||||
|
||||
/* Temporary color defs */
|
||||
@define-color background rgb(0,0.1,0.5);
|
||||
@define-color background-alt rgb(0,0.3,0.5);
|
||||
@define-color selected rgb(0.1,0.1,0.7);
|
||||
@define-color background rgb(0,20,200);
|
||||
@define-color background-alt rgb(0,100,200);
|
||||
@define-color selected rgb(50,100,230);
|
||||
|
||||
* {
|
||||
color: @text;
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
@define-color hover @color5;
|
||||
@define-color urgent @color2;
|
||||
/* Temporary color defs */
|
||||
@define-color background rgb(0,0.1,0.5);
|
||||
@define-color background-alt rgb(0,0.3,0.5);
|
||||
@define-color selected rgb(0.1,0.1,0.7);
|
||||
@define-color background rgb(0,20,200);
|
||||
@define-color background-alt rgb(0,100,200);
|
||||
@define-color selected rgb(50,100,230);
|
||||
|
||||
* {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user