i3: Rice to Breeze Dark theme
This commit is contained in:
parent
d0c3b846fa
commit
a556c3bd07
@ -32,6 +32,24 @@ new_window pixel 4
|
|||||||
focus_on_window_activation none
|
focus_on_window_activation none
|
||||||
gaps inner 6
|
gaps inner 6
|
||||||
|
|
||||||
|
set $red #ed1515
|
||||||
|
set $green #11d116
|
||||||
|
set $yellow #fdbc4b
|
||||||
|
set $blue #1d99f3
|
||||||
|
set $magenta #9b59b6
|
||||||
|
set $cyan #1abc9c
|
||||||
|
set $white #eff0f1
|
||||||
|
set $black #232629
|
||||||
|
set $gray #31363b
|
||||||
|
|
||||||
|
# <colorclass> <brd> <bg> <text> <ind> <chld>
|
||||||
|
client.focused $blue $black $white $gray $blue
|
||||||
|
client.focused_inactive $cyan $black $white $gray $cyan
|
||||||
|
client.unfocused $gray $black $white $gray $gray
|
||||||
|
client.urgent $yellow $black $white $gray $yellow
|
||||||
|
client.placeholder $magenta $black $white $gray $magenta
|
||||||
|
client.background $bg
|
||||||
|
|
||||||
## KEYBINDINGS
|
## KEYBINDINGS
|
||||||
# Set modifiers
|
# Set modifiers
|
||||||
set $mod Mod1
|
set $mod Mod1
|
||||||
|
Reference in New Issue
Block a user