Made rofi no longer blue

This commit is contained in:
ObeseTermite 2025-05-08 19:27:27 -07:00
parent 0ffa80a2d6
commit 9fe89955af

12
rofi
View file

@ -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 % ); foreground: rgba ( 255, 255, 255, 100 % );
normal-foreground: @foreground; normal-foreground: @foreground;
alternate-normal-background: rgba ( 0, 0, 0, 0 % ); alternate-normal-background: rgba ( 0, 0, 0, 0 % );
@ -169,23 +169,23 @@ configuration {
alternate-urgent-background: rgba ( 0, 0, 0, 0 % ); alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
active-foreground: rgba ( 255, 255, 255, 100 % ); active-foreground: rgba ( 255, 255, 255, 100 % );
lightbg: 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 % ); 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 % ); bordercolor: rgba ( 255, 255, 255, 100 % );
alternate-normal-foreground: @foreground; alternate-normal-foreground: @foreground;
normal-background: rgba ( 0, 0, 208, 0 % ); normal-background: rgba ( 0, 0, 0, 0 % );
lightfg: rgba ( 255, 255, 255, 100 % ); lightfg: rgba ( 255, 255, 255, 100 % );
selected-normal-background: rgba ( 255, 255, 255, 100 % ); selected-normal-background: rgba ( 255, 255, 255, 100 % );
border-color: @foreground; border-color: @foreground;
spacing: 2; spacing: 2;
separatorcolor: rgba ( 255, 255, 255, 100 % ); 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 % ); selected-urgent-background: rgba ( 255, 255, 255, 100 % );
alternate-urgent-foreground: @urgent-foreground; alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % ); background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @active-foreground; 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 % ); selected-active-background: rgba ( 255, 255, 255, 100 % );
} }
window { window {