Made rofi no longer blue
This commit is contained in:
parent
0ffa80a2d6
commit
9fe89955af
12
rofi
12
rofi
|
@ -158,7 +158,7 @@ configuration {
|
|||
}
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
selected-normal-foreground: rgba ( 0, 0, 0, 100 % );
|
||||
foreground: rgba ( 255, 255, 255, 100 % );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
|
@ -169,23 +169,23 @@ configuration {
|
|||
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
active-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
lightbg: rgba ( 255, 255, 255, 100 % );
|
||||
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
selected-active-foreground: rgba ( 0, 0, 0, 100 % );
|
||||
alternate-active-background: rgba ( 0, 0, 0, 0 % );
|
||||
background: rgba ( 0, 0, 33, 30 % );
|
||||
background: rgba ( 0, 0, 0, 30 % );
|
||||
bordercolor: rgba ( 255, 255, 255, 100 % );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 0, 208, 0 % );
|
||||
normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
lightfg: rgba ( 255, 255, 255, 100 % );
|
||||
selected-normal-background: rgba ( 255, 255, 255, 100 % );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 255, 255, 255, 100 % );
|
||||
urgent-background: rgba ( 0, 0, 208, 0 % );
|
||||
urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
selected-urgent-background: rgba ( 255, 255, 255, 100 % );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 0, 255, 0 % );
|
||||
active-background: rgba ( 0, 0, 0, 0 % );
|
||||
selected-active-background: rgba ( 255, 255, 255, 100 % );
|
||||
}
|
||||
window {
|
||||
|
|
Loading…
Reference in a new issue