diff options
Diffstat (limited to 'colors/base16-purpledream.css')
| -rw-r--r-- | colors/base16-purpledream.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-purpledream.css b/colors/base16-purpledream.css new file mode 100644 index 0000000..7fe0919 --- /dev/null +++ b/colors/base16-purpledream.css @@ -0,0 +1,25 @@ +/* +* +* name: Purpledream +* author: malet +* slug: purpledream +* slug-underscored: purpledream +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #100510; + border-color: #00A0F0; +} + +button, +image { + color: #bbb0bb; +} + +button:hover { + background-color: rgba(255, 240, 255, 0.15); +} |
