aboutsummaryrefslogtreecommitdiff
path: root/i3/config.d/20-visual.conf
blob: 3ce08c7730d6e1d65b4ce1d92cddb0386f0f719c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# vi: ft=i3config

set $bgb #282a36
set $bg #282a36AA
set $fg #f8f8f2
set $tf #f8f8f2AA
set $hi #f1fa7c
set $tx #040404
set $pk #ff79c6
set $yw #f1fa7c
set $gn #50fa7b
set $rd #ff5555
set $id #ff79c6
set $opaque #00000000

set $black #000000
set $grey #151515

#                        border  background  text  indicator
client.focused           $grey   $black      $tf     $black
client.unfocused         $bg     $bg         $tf     $id
client.focused_inactive  $bg     $bg         $pk     $id
client.urgent            $yw     $yw         $tx     $id
client.placeholder       $bg     $bg         $bg     $bg
client.background $black

default_border none
default_floating_border none
for_window [all] border pixel 0

gaps inner 5