aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-unikitty-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-unikitty-dark.css')
-rw-r--r--themes/base16-unikitty-dark.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-unikitty-dark.css b/themes/base16-unikitty-dark.css
new file mode 100644
index 0000000..e6a70b8
--- /dev/null
+++ b/themes/base16-unikitty-dark.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Unikitty Dark scheme by Josh W Lewis (@joshwlewis) */
+
+window {
+ background-color: #2e2a31;
+ color: #bcbabe;
+}
+
+#entry:nth-child(odd) {
+ background-color: #2e2a31;
+}
+
+#entry:nth-child(even) {
+ background-color: #4a464d;
+}
+
+#entry:selected {
+ background-color: #666369;
+}
+
+#input {
+ background-color: #4a464d;
+ color: #9f9da2;
+ border-color: #666369;
+}
+
+#input:focus {
+ border-color: #dc8a0e;
+}