mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 13:50:38 -04:00
29 lines
899 B
Text
29 lines
899 B
Text
* {
|
|
active-background: #916A62;
|
|
active-foreground: @foreground;
|
|
normal-background: @background;
|
|
normal-foreground: @foreground;
|
|
urgent-background: #675D62;
|
|
urgent-foreground: @foreground;
|
|
|
|
alternate-active-background: @background;
|
|
alternate-active-foreground: @foreground;
|
|
alternate-normal-background: @background;
|
|
alternate-normal-foreground: @foreground;
|
|
alternate-urgent-background: @background;
|
|
alternate-urgent-foreground: @foreground;
|
|
|
|
selected-active-background: #675D62;
|
|
selected-active-foreground: @foreground;
|
|
selected-normal-background: #916A62;
|
|
selected-normal-foreground: @foreground;
|
|
selected-urgent-background: #C17347;
|
|
selected-urgent-foreground: @foreground;
|
|
|
|
background-color: @background;
|
|
background: rgba(255,255,255, 0.5);
|
|
foreground: #0a0c0f;
|
|
border-color: @background;
|
|
spacing: 2;
|
|
}
|
|
|