aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-materia.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-materia.css')
-rw-r--r--themes/base16-materia.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-materia.css b/themes/base16-materia.css
new file mode 100644
index 0000000..c9813eb
--- /dev/null
+++ b/themes/base16-materia.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Materia scheme by Defman21 */
+
+window {
+ background-color: #263238;
+ color: #CDD3DE;
+}
+
+#entry:nth-child(odd) {
+ background-color: #263238;
+}
+
+#entry:nth-child(even) {
+ background-color: #2C393F;
+}
+
+#entry:selected {
+ background-color: #37474F;
+}
+
+#input {
+ background-color: #2C393F;
+ color: #C9CCD3;
+ border-color: #37474F;
+}
+
+#input:focus {
+ border-color: #FFCC00;
+}