summaryrefslogtreecommitdiffstats
path: root/example/themes/molokai-dark.yaml
blob: b2135fdfc25c8f663c9b9148b42b435acd5750f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Molokai Theme

themes:
  molokai-dark:
    bg: [27, 29, 30]
    red: [255, 0, 0]
    green: [0, 140, 0]
    yellow: [255, 255, 0]
    blue: [102, 217, 239]
    magenta: [174, 129, 255]
    orange: [253, 151, 31]
    fg: [248, 248, 240]
    cyan: [0, 255, 255]
    black: [0, 0, 0]
    white: [255, 255, 255]