diff options
Diffstat (limited to 'colors/base16-darktooth.css')
| -rw-r--r-- | colors/base16-darktooth.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-darktooth.css b/colors/base16-darktooth.css new file mode 100644 index 0000000..3078f53 --- /dev/null +++ b/colors/base16-darktooth.css @@ -0,0 +1,25 @@ +/* +* +* name: Darktooth +* author: Jason Milkins (https://github.com/jasonm23) +* slug: darktooth +* slug-underscored: darktooth +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #1D2021; + border-color: #0D6678; +} + +button, +image { + color: #928374; +} + +button:hover { + background-color: rgba(253, 244, 193, 0.15); +} |
