aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-twilight.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-twilight.css')
-rw-r--r--colors/base16-twilight.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-twilight.css b/colors/base16-twilight.css
new file mode 100644
index 0000000..d08ef72
--- /dev/null
+++ b/colors/base16-twilight.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Twilight
+* author: David Hart (https://github.com/hartbit)
+* slug: twilight
+* slug-underscored: twilight
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #1e1e1e;
+ border-color: #7587a6;
+}
+
+button,
+image {
+ color: #838184;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}