mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00: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;
|
||||
normal-foreground: @foreground;
|
||||
red: rgba ( 220, 50, 47, 255 );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
alternate-normal-background: @lightbg;
|
||||
blue: rgba ( 38, 139, 210, 255 );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
selected-urgent-foreground: @background;
|
||||
urgent-foreground: @red;
|
||||
alternate-urgent-background: @lightbg;
|
||||
active-foreground: @blue;
|
||||
lightbg: rgba ( 238, 232, 213, 255 );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: @background;
|
||||
alternate-normal-foreground: @foreground;
|
||||
alternate-active-background: @lightbg;
|
||||
bordercolor: @foreground;
|
||||
background: rgba ( 253, 246, 227, 255 );
|
||||
background: rgba ( 253, 246, 227, 100 % );
|
||||
normal-background: @background;
|
||||
lightfg: rgba ( 88, 104, 117, 255 );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: @lightfg;
|
||||
separatorcolor: @foreground;
|
||||
spacing: 2;
|
||||
|
@ -30,7 +30,7 @@
|
|||
#window {
|
||||
border: 1;
|
||||
foreground: @foreground;
|
||||
background: rgba ( 0, 0, 0, 0 );
|
||||
background: rgba ( 0, 0, 0, 0 % );
|
||||
padding: 5;
|
||||
}
|
||||
#window.box {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 173f2f5566636a1de559cc57f3154db70c3f2e9f
|
||||
Subproject commit 60e5e71e09e573bd5c7839ce4a892747ea232526
|
Loading…
Reference in a new issue