aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-espresso.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-espresso.css')
-rw-r--r--themes/base16-espresso.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-espresso.css b/themes/base16-espresso.css
new file mode 100644
index 0000000..8a31005
--- /dev/null
+++ b/themes/base16-espresso.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Espresso scheme by Alex Mirrington (https://github.com/alexmirrington) */
+
+window {
+ background-color: #2d2d2d;
+ color: #cccccc;
+}
+
+#entry:nth-child(odd) {
+ background-color: #2d2d2d;
+}
+
+#entry:nth-child(even) {
+ background-color: #393939;
+}
+
+#entry:selected {
+ background-color: #515151;
+}
+
+#input {
+ background-color: #393939;
+ color: #b4b7b4;
+ border-color: #515151;
+}
+
+#input:focus {
+ border-color: #ffc66d;
+}