aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-flat.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-flat.css')
-rw-r--r--themes/base16-flat.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-flat.css b/themes/base16-flat.css
new file mode 100644
index 0000000..394db06
--- /dev/null
+++ b/themes/base16-flat.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Flat scheme by Chris Kempson (http://chriskempson.com) */
+
+window {
+ background-color: #2C3E50;
+ color: #e0e0e0;
+}
+
+#entry:nth-child(odd) {
+ background-color: #2C3E50;
+}
+
+#entry:nth-child(even) {
+ background-color: #34495E;
+}
+
+#entry:selected {
+ background-color: #7F8C8D;
+}
+
+#input {
+ background-color: #34495E;
+ color: #BDC3C7;
+ border-color: #7F8C8D;
+}
+
+#input:focus {
+ border-color: #F1C40F;
+}