diff options
Diffstat (limited to 'colors/base16-apathy.css')
| -rw-r--r-- | colors/base16-apathy.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-apathy.css b/colors/base16-apathy.css new file mode 100644 index 0000000..087d696 --- /dev/null +++ b/colors/base16-apathy.css @@ -0,0 +1,25 @@ +/* +* +* name: Apathy +* author: Jannik Siebert (https://github.com/janniks) +* slug: apathy +* slug-underscored: apathy +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #031A16; + border-color: #96883E; +} + +button, +image { + color: #5F9C92; +} + +button:hover { + background-color: rgba(210, 231, 228, 0.15); +} |
