diff options
Diffstat (limited to 'colors/base16-dracula.css')
| -rw-r--r-- | colors/base16-dracula.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-dracula.css b/colors/base16-dracula.css new file mode 100644 index 0000000..c5a26a7 --- /dev/null +++ b/colors/base16-dracula.css @@ -0,0 +1,25 @@ +/* +* +* name: Dracula +* author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula) +* slug: dracula +* slug-underscored: dracula +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #282a36; + border-color: #80bfff; +} + +button, +image { + color: #9ea8c7; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
