diff options
Diffstat (limited to 'colors/base16-precious-dark-fifteen.css')
| -rw-r--r-- | colors/base16-precious-dark-fifteen.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-precious-dark-fifteen.css b/colors/base16-precious-dark-fifteen.css new file mode 100644 index 0000000..609b375 --- /dev/null +++ b/colors/base16-precious-dark-fifteen.css @@ -0,0 +1,25 @@ +/* +* +* name: Precious Dark Fifteen +* author: 4lex4 <4lex49@zoho.com> +* slug: precious-dark-fifteen +* slug-underscored: precious_dark_fifteen +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #23262b; + border-color: #66b0ef; +} + +button, +image { + color: #abaaa8; +} + +button:hover { + background-color: rgba(186, 185, 182, 0.15); +} |
