aboutsummaryrefslogtreecommitdiff
path: root/templates/client-properties.mustache
diff options
context:
space:
mode:
authorLibravatar mnussbaum <michaelnussbaum08@gmail.com>2018-03-02 12:09:41 -0800
committerLibravatar mnussbaum <michaelnussbaum08@gmail.com>2018-03-02 14:24:32 -0800
commit913b0223fb438b84320e7f78bf0e5a679f12e1fa (patch)
tree6bc14681d36dd909eb545e68915b8c514c9ebe0d /templates/client-properties.mustache
parent972ed6e556cede2f23e54158ede28626cf04d860 (diff)
Build color components separately and combine into default with partials
Diffstat (limited to 'templates/client-properties.mustache')
-rw-r--r--templates/client-properties.mustache8
1 files changed, 8 insertions, 0 deletions
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