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/tomorrow-night-80s | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 themes/tomorrow-night-80s (limited to 'themes/tomorrow-night-80s') diff --git a/themes/tomorrow-night-80s b/themes/tomorrow-night-80s new file mode 100644 index 0000000..c7ee375 --- /dev/null +++ b/themes/tomorrow-night-80s @@ -0,0 +1,60 @@ +# vim: filetype=yaml +# TODO: use color aliases to make the theme more readable +--- +colors: + background: '#2d2d2d' + current_line: '#393939' + selection: '#515151' + foreground: '#cccccc' + comment: '#999999' + red: '#f2777a' + orange: '#f99157' + yellow: '#ffcc66' + green: '#99cc99' + aqua: '#66cccc' + blue: '#6699cc' + purple: '#cc99cc' + +meta: + description: 'Tomorrow Night 80s theme by jmfurlott ' +window_colors: + focused: + border: 'green' + background: 'green' + text: '#000000' + indicator: 'background' + focused_inactive: + border: 'current_line' + background: 'current_line' + text: '#888888' + indicator: '#292d2e' + unfocused: + border: 'background' + background: 'background' + text: 'comment' + indicator: '#292d2e' + urgent: + border: '#2f343a' + background: '#900000' + text: '#ffffff' + indicator: '#900000' +bar_colors: + separator: 'selection' + background: 'background' + statusline: 'foreground' + focused_workspace: + border: 'green' + background: 'green' + text: '#000000' + active_workspace: + border: '#333333' + background: '#333333' + text: '#ffffff' + inactive_workspace: + border: 'background' + background: 'background' + text: 'comment' + urgent_workspace: + border: 'red' + background: 'red' + text: '#ffffff' -- cgit v1.2.3