aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-porple.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-porple.css')
-rw-r--r--colors/base16-porple.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-porple.css b/colors/base16-porple.css
new file mode 100644
index 0000000..65e40d5
--- /dev/null
+++ b/colors/base16-porple.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Porple
+* author: Niek den Breeje (https://github.com/AuditeMarlow)
+* slug: porple
+* slug-underscored: porple
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #292c36;
+ border-color: #8485ce;
+}
+
+button,
+image {
+ color: #b8b8b8;
+}
+
+button:hover {
+ background-color: rgba(248, 248, 248, 0.15);
+}