aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-darktooth.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-darktooth.css')
-rw-r--r--themes/base16-darktooth.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-darktooth.css b/themes/base16-darktooth.css
new file mode 100644
index 0000000..f4ee00e
--- /dev/null
+++ b/themes/base16-darktooth.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Darktooth scheme by Jason Milkins (https://github.com/jasonm23) */
+
+window {
+ background-color: #1D2021;
+ color: #A89984;
+}
+
+#entry:nth-child(odd) {
+ background-color: #1D2021;
+}
+
+#entry:nth-child(even) {
+ background-color: #32302F;
+}
+
+#entry:selected {
+ background-color: #504945;
+}
+
+#input {
+ background-color: #32302F;
+ color: #928374;
+ border-color: #504945;
+}
+
+#input:focus {
+ border-color: #FAC03B;
+}