aboutsummaryrefslogtreecommitdiff
path: root/themes/alphare
blob: 66df78dbcd100505b2da1414e0347b43e3e8a489 (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
61
# vim: filetype=yaml
---
meta:
  description: A beige theme by Alphare
colors:
  black: '#000000'
  oldlace: '#FDF6E3'
  darkslategray: '#002B36'
  steelblue: '#268BD2'
  dimgray: '#5F676A'
  darkslategrey: '#484E50'
  crimson: '#DC322F'
  steelblue1: '#4C7899'
  steelblue2: '#285577'
  white: '#FFFFFF'
  darkslategrey1: '#333333'
  black1: '#222222'
  gray: '#888888'
  darkslategray1: '#2F343A'
  darkred: '#900000'
window_colors:
  focused:
    border: black
    background: oldlace
    text: darkslategray
    indicator: black
  focused_inactive:
    border: black
    background: dimgray
    text: oldlace
    indicator: darkslategrey
  unfocused:
    border: black
    background: black
    text: oldlace
    indicator: black
  urgent:
    border: black
    background: crimson
    text: oldlace
    indicator: crimson
bar_colors:
  background: oldlace
  statusline: darkslategray
  separator: black
  focused_workspace:
    border: black
    background: steelblue
    text: white
  active_workspace:
    border: darkslategrey1
    background: black1
    text: white
  inactive_workspace:
    border: darkslategrey1
    background: black1
    text: gray
  urgent_workspace:
    border: darkslategray1
    background: darkred
    text: white