aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-material-vivid.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-material-vivid.css')
-rw-r--r--themes/base16-material-vivid.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-material-vivid.css b/themes/base16-material-vivid.css
new file mode 100644
index 0000000..d5ac713
--- /dev/null
+++ b/themes/base16-material-vivid.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Material Vivid scheme by joshyrobot */
+
+window {
+ background-color: #202124;
+ color: #80868b;
+}
+
+#entry:nth-child(odd) {
+ background-color: #202124;
+}
+
+#entry:nth-child(even) {
+ background-color: #27292c;
+}
+
+#entry:selected {
+ background-color: #323639;
+}
+
+#input {
+ background-color: #27292c;
+ color: #676c71;
+ border-color: #323639;
+}
+
+#input:focus {
+ border-color: #ffeb3b;
+}