16 changed files with 440 additions and 70 deletions
@ -1,33 +1,5 @@
|
||||
* { |
||||
selected-normal-foreground: rgba ( 251, 241, 199, 100 % ); |
||||
foreground: rgba ( 236, 153, 88, 100 % ); |
||||
normal-foreground: @foreground; |
||||
alternate-normal-background: rgba ( 50, 48, 47, 95 % ); |
||||
red: rgba ( 220, 50, 47, 100 % ); |
||||
selected-urgent-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
blue: rgba ( 38, 139, 210, 100 % ); |
||||
urgent-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
alternate-urgent-background: rgba ( 204, 36, 29, 95 % ); |
||||
active-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
lightbg: rgba ( 238, 232, 213, 100 % ); |
||||
selected-active-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
alternate-active-background: rgba ( 215, 153, 33, 95 % ); |
||||
background: rgba ( 40, 40, 40, 95 % ); |
||||
alternate-normal-foreground: @foreground; |
||||
normal-background: rgba ( 40, 40, 40, 95 % ); |
||||
lightfg: rgba ( 88, 104, 117, 100 % ); |
||||
selected-normal-background: rgba ( 102, 92, 84, 100 % ); |
||||
border-color: rgba ( 236, 153, 88, 100 % ); |
||||
spacing: 2; |
||||
separatorcolor: rgba ( 236, 153, 57, 100 % ); |
||||
urgent-background: rgba ( 204, 36, 29, 95 % ); |
||||
selected-urgent-background: rgba ( 251, 73, 52, 100 % ); |
||||
alternate-urgent-foreground: @urgent-foreground; |
||||
background-color: rgba ( 0, 0, 0, 0 % ); |
||||
alternate-active-foreground: @active-foreground; |
||||
active-background: rgba ( 215, 153, 33, 95 % ); |
||||
selected-active-background: rgba ( 250, 189, 47, 100 % ); |
||||
} |
||||
@import "colors.rasi" |
||||
|
||||
#window { |
||||
background-color: @background; |
||||
border: 2; |
@ -0,0 +1,30 @@
|
||||
* { |
||||
active-background: rgba ( 215, 153, 33, 95 % ); |
||||
active-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
alternate-active-background: rgba ( 215, 153, 33, 95 % ); |
||||
alternate-active-foreground: @active-foreground; |
||||
alternate-normal-background: rgba ( 50, 48, 47, 95 % ); |
||||
alternate-normal-foreground: @foreground; |
||||
alternate-urgent-background: rgba ( 204, 36, 29, 95 % ); |
||||
alternate-urgent-foreground: @urgent-foreground; |
||||
background-color: rgba ( 0, 0, 0, 0 % ); |
||||
background: rgba ( 40, 40, 40, 95 % ); |
||||
blue: rgba ( 38, 139, 210, 100 % ); |
||||
border-color: rgba ( 236, 153, 88, 100 % ); |
||||
foreground: rgba ( 236, 153, 88, 100 % ); |
||||
lightbg: rgba ( 238, 232, 213, 100 % ); |
||||
lightfg: rgba ( 88, 104, 117, 100 % ); |
||||
normal-background: rgba ( 40, 40, 40, 95 % ); |
||||
normal-foreground: @foreground; |
||||
red: rgba ( 220, 50, 47, 100 % ); |
||||
selected-active-background: rgba ( 250, 189, 47, 100 % ); |
||||
selected-active-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
selected-normal-background: rgba ( 102, 92, 84, 100 % ); |
||||
selected-normal-foreground: rgba ( 251, 241, 199, 100 % ); |
||||
selected-urgent-background: rgba ( 251, 73, 52, 100 % ); |
||||
selected-urgent-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
separatorcolor: rgba ( 236, 153, 57, 100 % ); |
||||
spacing: 2; |
||||
urgent-background: rgba ( 204, 36, 29, 95 % ); |
||||
urgent-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
} |
Loading…
Reference in new issue