aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-caroline.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-caroline.css')
-rw-r--r--colors/base16-caroline.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-caroline.css b/colors/base16-caroline.css
new file mode 100644
index 0000000..6c4d342
--- /dev/null
+++ b/colors/base16-caroline.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: caroline
+* author: ed (https://codeberg.org/ed)
+* slug: caroline
+* slug-underscored: caroline
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #1c1213;
+ border-color: #684c59;
+}
+
+button,
+image {
+ color: #8b5d57;
+}
+
+button:hover {
+ background-color: rgba(227, 166, 140, 0.15);
+}