diff options
Diffstat (limited to 'colors/base16-darkviolet.css')
| -rw-r--r-- | colors/base16-darkviolet.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-darkviolet.css b/colors/base16-darkviolet.css new file mode 100644 index 0000000..f278055 --- /dev/null +++ b/colors/base16-darkviolet.css @@ -0,0 +1,25 @@ +/* +* +* name: Dark Violet +* author: ruler501 (https://github.com/ruler501/base16-darkviolet) +* slug: darkviolet +* slug-underscored: darkviolet +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #000000; + border-color: #4136d9; +} + +button, +image { + color: #00ff00; +} + +button:hover { + background-color: rgba(163, 102, 255, 0.15); +} |
