diff options
Diffstat (limited to 'colors/base16-google-dark.css')
| -rw-r--r-- | colors/base16-google-dark.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-google-dark.css b/colors/base16-google-dark.css new file mode 100644 index 0000000..ee80a19 --- /dev/null +++ b/colors/base16-google-dark.css @@ -0,0 +1,25 @@ +/* +* +* name: Google Dark +* author: Seth Wright (http://sethawright.com) +* slug: google-dark +* slug-underscored: google_dark +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #1d1f21; + border-color: #3971ED; +} + +button, +image { + color: #b4b7b4; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
