aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-synth-midnight-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-synth-midnight-dark.css')
-rw-r--r--colors/base16-synth-midnight-dark.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-synth-midnight-dark.css b/colors/base16-synth-midnight-dark.css
new file mode 100644
index 0000000..383d304
--- /dev/null
+++ b/colors/base16-synth-midnight-dark.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Synth Midnight Terminal Dark
+* author: Michaƫl Ball (http://github.com/michael-ball/)
+* slug: synth-midnight-dark
+* slug-underscored: synth_midnight_dark
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #050608;
+ border-color: #03aeff;
+}
+
+button,
+image {
+ color: #a3a5a6;
+}
+
+button:hover {
+ background-color: rgba(221, 223, 224, 0.15);
+}