aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-pasque.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-pasque.css')
-rw-r--r--colors/base16-pasque.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-pasque.css b/colors/base16-pasque.css
new file mode 100644
index 0000000..3df17d5
--- /dev/null
+++ b/colors/base16-pasque.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Pasque
+* author: Gabriel Fontes (https://github.com/Misterio77)
+* slug: pasque
+* slug-underscored: pasque
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #271C3A;
+ border-color: #8E7DC6;
+}
+
+button,
+image {
+ color: #BEBCBF;
+}
+
+button:hover {
+ background-color: rgba(187, 170, 221, 0.15);
+}