From b6544e082576773bd1e973037083ee6cbd390cd4 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 17:29:25 +0000 Subject: rewrite builder.sh --- colors/base16-fruit-soda.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 colors/base16-fruit-soda.yaml (limited to 'colors/base16-fruit-soda.yaml') 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); +} -- cgit