aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-humanoid-light.css
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 12:07:37 +0500
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 12:07:37 +0500
commit32a56ed55105a2e4172eadefc58e6346dcea78f4 (patch)
tree6b7cdd504071c638c9181034bb991c5621afca92 /colors/base16-humanoid-light.css
parent7682c7aea3e71894ee69eb9b3e257d4eb74b8c81 (diff)
update
Diffstat (limited to 'colors/base16-humanoid-light.css')
-rw-r--r--colors/base16-humanoid-light.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-humanoid-light.css b/colors/base16-humanoid-light.css
new file mode 100644
index 0000000..44c6822
--- /dev/null
+++ b/colors/base16-humanoid-light.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Humanoid light
+* author: Thomas (tasmo) Friese
+* slug: humanoid-light
+* slug-underscored: humanoid_light
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #f8f8f2;
+ border-color: #0082c9;
+}
+
+button,
+image {
+ color: #60615d;
+}
+
+button:hover {
+ background-color: rgba(7, 7, 8, 0.15);
+}