aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-eris.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-eris.css')
-rw-r--r--colors/base16-eris.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-eris.css b/colors/base16-eris.css
new file mode 100644
index 0000000..9948d97
--- /dev/null
+++ b/colors/base16-eris.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: eris
+* author: ed (https://codeberg.org/ed)
+* slug: eris
+* slug-underscored: eris
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #0a0920;
+ border-color: #258fc4;
+}
+
+button,
+image {
+ color: #4a5293;
+}
+
+button:hover {
+ background-color: rgba(154, 170, 229, 0.15);
+}