blob: b4d80f817a2071e71e356c4749007c80fde0f70b (
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
28
29
30
31
|
; base16-dracula
;
; base16: (https://github.com/chriskempson/base16)
;
; Scheme: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
; Template: Christian Karl <karlch at protonmail dot com>
[STYLE]
; Colors
base00 = #282936
base01 = #3a3c4e
base02 = #4d4f68
base03 = #626483
base04 = #62d6e8
base05 = #e9e9f4
base06 = #f1f2f8
base07 = #f7f7fb
base08 = #ea51b2
base09 = #b45bcf
base0a = #00f769
base0b = #ebff87
base0c = #a1efe4
base0d = #62d6e8
base0e = #b45bcf
base0f = #00f769
; Additional custom overrides, e.g.
; font = 10pt Hack
; thumbnail.padding = 32
; vim:ft=dosini
|