aboutsummaryrefslogtreecommitdiff
path: root/themes/tomorrow-night-80s
blob: c7ee375d2feddee6e9df3bff13a07190e7801b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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 <http://jmfurlott.com>'
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'