summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/themes/dracula.kdl
blob: 26f20504eb6b32db7ba7d5d78b398750466de5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// From https://github.com/dracula/zellij

themes {
   dracula {
        fg 248 248 242
        bg 40 42 54
        black 0 0 0
        red 255 85 85
        green 80 250 123
        yellow 241 250 140
        blue 98 114 164
        magenta 255 121 198
        cyan 139 233 253
        white 255 255 255
        orange 255 184 108
    }
}