From 913b0223fb438b84320e7f78bf0e5a679f12e1fa Mon Sep 17 00:00:00 2001 From: mnussbaum Date: Fri, 2 Mar 2018 12:09:41 -0800 Subject: Build color components separately and combine into default with partials --- templates/client-properties.mustache | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/client-properties.mustache (limited to 'templates/client-properties.mustache') diff --git a/templates/client-properties.mustache b/templates/client-properties.mustache new file mode 100644 index 0000000..525b833 --- /dev/null +++ b/templates/client-properties.mustache @@ -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