summaryrefslogtreecommitdiffstats
path: root/example/themes/solarized.yaml
blob: ddf9f3841a126dff47083404a782f036cb3df434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Solarized Theme

themes:
  solarized-dark:
    bg: [0, 43, 54]
    red: [220, 50, 47]
    green: [133, 153, 0]
    yellow: [181, 137, 0]
    blue: [38, 139, 210]
    magenta: [211, 54, 130]
    orange: [203, 75, 22]
    fg: [253, 246, 227]
    cyan: [42, 161, 152]
    black: [7, 54, 66]
    white: [238, 232, 213]