From 1e2b7acd58ef380d7c0be8d70f26f0921f796dc2 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 11 Jan 2021 12:17:12 -0600 Subject: [PATCH] further tweaks to theme --- home/.config/i3/conf.d/base.conf | 2 +- home/.config/i3/conf.d/i3bar.conf | 2 +- home/.config/i3/config | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.config/i3/conf.d/base.conf b/home/.config/i3/conf.d/base.conf index 10743b3..518bf60 100644 --- a/home/.config/i3/conf.d/base.conf +++ b/home/.config/i3/conf.d/base.conf @@ -62,7 +62,7 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer' # class border backgr. text indic. child_border client.focused #89b8c2 #89b8c2 #161821 #b4be82 client.focused_inactive #a093c7 #a093c7 #161821 #e2a478 -client.unfocused #6b7089 #6b7089 #161821 #84a0c6 +client.unfocused #6b7089 #6b7089 #c6c8d1 #84a0c6 client.urgent #e27878 #e27878 #CB4B16 #CB4B16 client.placeholder #e2a478 #e2a478 #161821 #95c4ce client.background #161821 diff --git a/home/.config/i3/conf.d/i3bar.conf b/home/.config/i3/conf.d/i3bar.conf index f1757dc..48f90cf 100644 --- a/home/.config/i3/conf.d/i3bar.conf +++ b/home/.config/i3/conf.d/i3bar.conf @@ -47,7 +47,7 @@ bar { # border backgr. text focused_workspace #89b8c2 #89b8c2 #161821 active_workspace #a093c7 #a093c7 #161821 - inactive_workspace #6b7089 #6b7089 #161821 + inactive_workspace #6b7089 #6b7089 #c6c8d1 binding_mode #e2a478 #e2a478 #161821 urgent_workspace #e27878 #e27878 #CB4B16 } diff --git a/home/.config/i3/config b/home/.config/i3/config index 95a15a3..7e8111a 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -64,7 +64,7 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer' # class border backgr. text indic. child_border client.focused #89b8c2 #89b8c2 #161821 #b4be82 client.focused_inactive #a093c7 #a093c7 #161821 #e2a478 -client.unfocused #6b7089 #6b7089 #161821 #84a0c6 +client.unfocused #6b7089 #6b7089 #c6c8d1 #84a0c6 client.urgent #e27878 #e27878 #CB4B16 #CB4B16 client.placeholder #e2a478 #e2a478 #161821 #95c4ce client.background #161821 @@ -239,7 +239,7 @@ bar { # border backgr. text focused_workspace #89b8c2 #89b8c2 #161821 active_workspace #a093c7 #a093c7 #161821 - inactive_workspace #6b7089 #6b7089 #161821 + inactive_workspace #6b7089 #6b7089 #c6c8d1 binding_mode #e2a478 #e2a478 #161821 urgent_workspace #e27878 #e27878 #CB4B16 }