From fced79a0ec4e9101a9b2ce9779317b8562201741 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Oct 2022 13:10:58 +0200 Subject: split i3 config --- i3/config.d/20-visual.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 i3/config.d/20-visual.conf (limited to 'i3/config.d/20-visual.conf') diff --git a/i3/config.d/20-visual.conf b/i3/config.d/20-visual.conf new file mode 100644 index 0000000..3ce08c7 --- /dev/null +++ b/i3/config.d/20-visual.conf @@ -0,0 +1,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 -- cgit v1.2.3