summaryrefslogtreecommitdiffstats
path: root/example/themes/gruvbox.yaml
blob: df54f81c4190a54a7fe072804e051f2b56cd5f4e (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
# Gruvbox theme

themes:
  gruvbox-dark:
    bg: [40, 40, 40]
    red: [204, 36, 29]
    green: [152, 151, 26]
    yellow: [215, 153, 33]
    blue: [69, 133, 136]
    magenta: [177, 98, 134]
    orange: [214, 93, 14]
    fg: [213, 196, 161]
    cyan: [104, 157, 106]
    black: [60, 56, 54]
    white: [251, 241, 199]
  gruvbox-light:
    bg: [251, 82, 75]
    red: [205, 75, 69]
    green: [152, 151, 26]
    yellow: [215, 153, 33]
    blue: [69, 133, 136]
    magenta: [177, 98, 134]
    orange: [214, 93, 14]
    fg: [60, 56, 54]
    cyan: [104, 157, 106]
    black: [40, 40, 40]
    white: [213, 196, 161]