diff options
Diffstat (limited to 'colors/base16-terracotta-dark.css')
| -rw-r--r-- | colors/base16-terracotta-dark.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-terracotta-dark.css b/colors/base16-terracotta-dark.css new file mode 100644 index 0000000..7be2df2 --- /dev/null +++ b/colors/base16-terracotta-dark.css @@ -0,0 +1,25 @@ +/* +* +* name: Terracotta Dark +* author: Alexander Rossell Hayes (https://github.com/rossellhayes) +* slug: terracotta-dark +* slug-underscored: terracotta_dark +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #241d1a; + border-color: #b0a4c3; +} + +button, +image { + color: #a78e84; +} + +button:hover { + background-color: rgba(220, 210, 206, 0.15); +} |
