mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 22:00:38 -04:00
some updates
This commit is contained in:
parent
0384c2b07e
commit
9abbd1d6f3
30 changed files with 1538 additions and 31 deletions
29
.config/rofi/colors/pywal-light.rasi
Normal file
29
.config/rofi/colors/pywal-light.rasi
Normal file
|
@ -0,0 +1,29 @@
|
|||
* {
|
||||
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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue