aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-fruit-soda.yaml
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 17:29:25 +0000
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 17:29:25 +0000
commitb6544e082576773bd1e973037083ee6cbd390cd4 (patch)
tree54930bc3f867c8793ccfe7e2483ecc4d1621f92f /colors/base16-fruit-soda.yaml
parentb4e6bb5840ebb4fd820f5dc2ac4567a80c47354a (diff)
rewrite builder.sh
Diffstat (limited to 'colors/base16-fruit-soda.yaml')
-rw-r--r--colors/base16-fruit-soda.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-fruit-soda.yaml b/colors/base16-fruit-soda.yaml
new file mode 100644
index 0000000..1777ea9
--- /dev/null
+++ b/colors/base16-fruit-soda.yaml
@@ -0,0 +1,25 @@
+/*
+*
+* name: Fruit Soda
+* author: jozip
+* slug: fruit-soda
+* slug-underscored: fruit_soda
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #f1ecf1;
+ border-color: #2931df;
+}
+
+button,
+image {
+ color: #979598;
+}
+
+button:hover {
+ background-color: rgba(45, 44, 44, 0.4);
+}