mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Update test
This commit is contained in:
parent
30fb8c514e
commit
bca8ca33d8
2 changed files with 8 additions and 8 deletions
|
@ -1,22 +1,22 @@
|
||||||
* {
|
* {
|
||||||
foreground: rgba ( 0, 43, 54, 255 );
|
foreground: rgba ( 0, 43, 54, 100 % );
|
||||||
selected-normal-foreground: @lightbg;
|
selected-normal-foreground: @lightbg;
|
||||||
normal-foreground: @foreground;
|
normal-foreground: @foreground;
|
||||||
red: rgba ( 220, 50, 47, 255 );
|
red: rgba ( 220, 50, 47, 100 % );
|
||||||
alternate-normal-background: @lightbg;
|
alternate-normal-background: @lightbg;
|
||||||
blue: rgba ( 38, 139, 210, 255 );
|
blue: rgba ( 38, 139, 210, 100 % );
|
||||||
selected-urgent-foreground: @background;
|
selected-urgent-foreground: @background;
|
||||||
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, 255 );
|
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||||
selected-active-foreground: @background;
|
selected-active-foreground: @background;
|
||||||
alternate-normal-foreground: @foreground;
|
alternate-normal-foreground: @foreground;
|
||||||
alternate-active-background: @lightbg;
|
alternate-active-background: @lightbg;
|
||||||
bordercolor: @foreground;
|
bordercolor: @foreground;
|
||||||
background: rgba ( 253, 246, 227, 255 );
|
background: rgba ( 253, 246, 227, 100 % );
|
||||||
normal-background: @background;
|
normal-background: @background;
|
||||||
lightfg: rgba ( 88, 104, 117, 255 );
|
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||||
selected-normal-background: @lightfg;
|
selected-normal-background: @lightfg;
|
||||||
separatorcolor: @foreground;
|
separatorcolor: @foreground;
|
||||||
spacing: 2;
|
spacing: 2;
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
#window {
|
#window {
|
||||||
border: 1;
|
border: 1;
|
||||||
foreground: @foreground;
|
foreground: @foreground;
|
||||||
background: rgba ( 0, 0, 0, 0 );
|
background: rgba ( 0, 0, 0, 0 % );
|
||||||
padding: 5;
|
padding: 5;
|
||||||
}
|
}
|
||||||
#window.box {
|
#window.box {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 173f2f5566636a1de559cc57f3154db70c3f2e9f
|
Subproject commit 60e5e71e09e573bd5c7839ce4a892747ea232526
|
Loading…
Reference in a new issue