32 lines
624 B
INI
32 lines
624 B
INI
; 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
|