From dd6cbb6bb7907f14d56d1aed69faee1799ec2016 Mon Sep 17 00:00:00 2001 From: mnussbaum Date: Fri, 2 Mar 2018 15:11:50 -0800 Subject: Update all generated configs --- client-properties/base16-isotope.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 client-properties/base16-isotope.config (limited to 'client-properties/base16-isotope.config') diff --git a/client-properties/base16-isotope.config b/client-properties/base16-isotope.config new file mode 100755 index 0000000..525b833 --- /dev/null +++ b/client-properties/base16-isotope.config @@ -0,0 +1,8 @@ +# Basic color configuration using the Base16 variables for windows and borders. +# Property Name Border BG Text Indicator Child Border +client.focused $base05 $base0D $base00 $base0D $base0D +client.focused_inactive $base01 $base01 $base05 $base03 $base01 +client.unfocused $base01 $base00 $base05 $base01 $base01 +client.urgent $base08 $base08 $base00 $base08 $base08 +client.placeholder $base00 $base00 $base05 $base00 $base00 +client.background $base07 -- cgit