diff --git a/.config/i3/config b/.config/i3/config index 576f2b42..7232f975 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,6 +32,24 @@ new_window pixel 4 focus_on_window_activation none 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 + +# + 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 # Set modifiers set $mod Mod1