mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix tests.
This commit is contained in:
parent
e6cdf16089
commit
4a30d2a507
2 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
* {
|
* {
|
||||||
foreground: rgba ( 0, 43, 54, 100 % );
|
|
||||||
selected-normal-foreground: @lightbg;
|
selected-normal-foreground: @lightbg;
|
||||||
|
foreground: rgba ( 0, 43, 54, 100 % );
|
||||||
normal-foreground: @foreground;
|
normal-foreground: @foreground;
|
||||||
red: rgba ( 220, 50, 47, 100 % );
|
|
||||||
alternate-normal-background: @lightbg;
|
alternate-normal-background: @lightbg;
|
||||||
blue: rgba ( 38, 139, 210, 100 % );
|
red: rgba ( 220, 50, 47, 100 % );
|
||||||
selected-urgent-foreground: @background;
|
selected-urgent-foreground: @background;
|
||||||
|
blue: rgba ( 38, 139, 210, 100 % );
|
||||||
urgent-foreground: @red;
|
urgent-foreground: @red;
|
||||||
alternate-urgent-background: @lightbg;
|
alternate-urgent-background: @lightbg;
|
||||||
active-foreground: @blue;
|
active-foreground: @blue;
|
||||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||||
selected-active-foreground: @background;
|
selected-active-foreground: @background;
|
||||||
alternate-normal-foreground: @foreground;
|
|
||||||
alternate-active-background: @lightbg;
|
alternate-active-background: @lightbg;
|
||||||
bordercolor: @foreground;
|
bordercolor: @foreground;
|
||||||
background: rgba ( 253, 246, 227, 100 % );
|
background: rgba ( 253, 246, 227, 100 % );
|
||||||
|
alternate-normal-foreground: @foreground;
|
||||||
normal-background: @background;
|
normal-background: @background;
|
||||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||||
selected-normal-background: @lightfg;
|
selected-normal-background: @lightfg;
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
* {
|
* {
|
||||||
foreground: rgba ( 219, 223, 188, 100 % );
|
|
||||||
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
|
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
|
||||||
|
foreground: rgba ( 219, 223, 188, 100 % );
|
||||||
normal-foreground: @foreground;
|
normal-foreground: @foreground;
|
||||||
red: rgba ( 220, 50, 47, 100 % );
|
|
||||||
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
|
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
|
||||||
blue: rgba ( 38, 139, 210, 100 % );
|
red: rgba ( 220, 50, 47, 100 % );
|
||||||
selected-urgent-foreground: rgba ( 2, 20, 63, 100 % );
|
selected-urgent-foreground: rgba ( 2, 20, 63, 100 % );
|
||||||
|
blue: rgba ( 38, 139, 210, 100 % );
|
||||||
urgent-foreground: rgba ( 255, 129, 255, 100 % );
|
urgent-foreground: rgba ( 255, 129, 255, 100 % );
|
||||||
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
|
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||||
active-foreground: rgba ( 138, 196, 255, 100 % );
|
active-foreground: rgba ( 138, 196, 255, 100 % );
|
||||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||||
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
|
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
|
||||||
alternate-normal-foreground: @foreground;
|
|
||||||
alternate-active-background: rgba ( 0, 0, 0, 0 % );
|
alternate-active-background: rgba ( 0, 0, 0, 0 % );
|
||||||
bordercolor: rgba ( 219, 223, 188, 100 % );
|
bordercolor: rgba ( 219, 223, 188, 100 % );
|
||||||
background: rgba ( 0, 0, 33, 87 % );
|
background: rgba ( 0, 0, 33, 87 % );
|
||||||
|
alternate-normal-foreground: @foreground;
|
||||||
normal-background: rgba ( 0, 0, 0, 0 % );
|
normal-background: rgba ( 0, 0, 0, 0 % );
|
||||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||||
selected-normal-background: rgba ( 219, 223, 188, 100 % );
|
selected-normal-background: rgba ( 219, 223, 188, 100 % );
|
||||||
|
|
Loading…
Reference in a new issue