aboutsummaryrefslogtreecommitdiff
path: root/themes/oceanic-next
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-06 23:05:44 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-06 23:05:44 -0400
commit71688839f0c3fb8107bbea27eb6cb1b4d8277e4a (patch)
treec4fabc1bfdda72b65d4a62e36cbf891d9fed44ef /themes/oceanic-next
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/oceanic-next')
-rw-r--r--themes/oceanic-next62
1 files changed, 62 insertions, 0 deletions
diff --git a/themes/oceanic-next b/themes/oceanic-next
new file mode 100644
index 0000000..7a0c193
--- /dev/null
+++ b/themes/oceanic-next
@@ -0,0 +1,62 @@
+# vim: filetype=yaml
+---
+meta:
+ description: Theme by Valentin Weber inspired by voronianski (https://github.com/voronianski/oceanic-next-color-scheme)
+bar_colors:
+ separator: base03
+ background: base00
+ statusline: base07
+ focused_workspace:
+ border: base0D
+ background: base0D
+ text: base00
+ active_workspace:
+ border: base0C
+ background: base0C
+ text: base00
+ inactive_workspace:
+ border: base01
+ background: base01
+ text: base07
+ urgent_workspace:
+ border: base08
+ background: base08
+ text: base00
+colors:
+ base00: '#1B2B34'
+ base01: '#343D46'
+ base02: '#4F5B66'
+ base03: '#65737E'
+ base04: '#A7ADBA'
+ base05: '#C0C5CE'
+ base06: '#CDD3DE'
+ base07: '#D8DEE9'
+ base08: '#EC5f67'
+ base09: '#F99157'
+ base0A: '#FAC863'
+ base0B: '#99C794'
+ base0C: '#5FB3B3'
+ base0D: '#6699CC'
+ base0E: '#C594C5'
+ base0F: '#AB7967'
+window_colors:
+ focused:
+ border: base0D
+ background: base0D
+ text: base00
+ indicator: base0D
+ focused_inactive:
+ border: base0C
+ background: base0C
+ text: base07
+ indicator: base04
+ unfocused:
+ border: base01
+ background: base01
+ text: base07
+ indicator: base01
+ urgent:
+ border: base08
+ background: base08
+ text: base00
+ indicator: base08