aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-harmonic-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-harmonic-light.css')
-rw-r--r--themes/base16-harmonic-light.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-harmonic-light.css b/themes/base16-harmonic-light.css
new file mode 100644
index 0000000..a869f33
--- /dev/null
+++ b/themes/base16-harmonic-light.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Harmonic16 Light scheme by Jannik Siebert (https://github.com/janniks) */
+
+window {
+ background-color: #f7f9fb;
+ color: #405c79;
+}
+
+#entry:nth-child(odd) {
+ background-color: #f7f9fb;
+}
+
+#entry:nth-child(even) {
+ background-color: #e5ebf1;
+}
+
+#entry:selected {
+ background-color: #cbd6e2;
+}
+
+#input {
+ background-color: #e5ebf1;
+ color: #627e99;
+ border-color: #cbd6e2;
+}
+
+#input:focus {
+ border-color: #8bbf56;
+}