From 71688839f0c3fb8107bbea27eb6cb1b4d8277e4a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 6 Oct 2019 23:05:44 -0400 Subject: Add theme manager --- themes/purple | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 themes/purple (limited to 'themes/purple') diff --git a/themes/purple b/themes/purple new file mode 100644 index 0000000..ddbee55 --- /dev/null +++ b/themes/purple @@ -0,0 +1,56 @@ +# vim: filetype=yaml +--- +meta: + description: 'Purple theme by AAlakkad ' +bar_colors: + separator: darkgray + background: black + statusline: white + focused_workspace: + border: darkslateblue + background: darkslateblue + text: lightgray + active_workspace: + border: khaki + background: khaki + text: black1 + inactive_workspace: + border: black + background: black + text: darkgray + urgent_workspace: + border: firebrick + background: firebrick + text: white +colors: + darkgray: '#AAAAAA' + black: '#222133' + white: '#FFFFFF' + wheat: '#e7d8b1' + black1: '#181715' + khaki: '#DCCD69' + firebrick: '#CE4045' + darkslateblue: '#664477' + lightgray: '#cccccc' + mediumpurple: '#A074C4' +window_colors: + focused: + border: darkslateblue + background: darkslateblue + text: lightgray + indicator: wheat + focused_inactive: + border: wheat + background: wheat + text: black1 + indicator: mediumpurple + unfocused: + border: black + background: black + text: darkgray + indicator: mediumpurple + urgent: + border: firebrick + background: firebrick + text: wheat + indicator: khaki -- cgit v1.2.3