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

themes:
  dracula:
    # From https://github.com/dracula/zellij
    bg: [40, 42, 54]
    red: [255, 85, 85]
    green: [80, 250, 123]
    yellow: [241, 250, 140]
    blue: [98, 114, 164]
    magenta: [255, 121, 198]
    orange: [255, 184, 108]
    fg: [248, 248, 242]
    cyan: [139, 233, 253]
    black: [0, 0, 0]
    white: [255, 255, 255]