aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-synth-midnight-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-synth-midnight-light.css')
-rw-r--r--themes/base16-synth-midnight-light.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-synth-midnight-light.css b/themes/base16-synth-midnight-light.css
new file mode 100644
index 0000000..b77d5a0
--- /dev/null
+++ b/themes/base16-synth-midnight-light.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Synth Midnight Terminal Light scheme by Michaƫl Ball (http://github.com/michael-ball/) */
+
+window {
+ background-color: #dddfe0;
+ color: #28292a;
+}
+
+#entry:nth-child(odd) {
+ background-color: #dddfe0;
+}
+
+#entry:nth-child(even) {
+ background-color: #cfd1d2;
+}
+
+#entry:selected {
+ background-color: #c1c3c4;
+}
+
+#input {
+ background-color: #cfd1d2;
+ color: #474849;
+ border-color: #c1c3c4;
+}
+
+#input:focus {
+ border-color: #c9d364;
+}