aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-solarized-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-solarized-light.css')
-rw-r--r--themes/base16-solarized-light.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-solarized-light.css b/themes/base16-solarized-light.css
new file mode 100644
index 0000000..6ee650a
--- /dev/null
+++ b/themes/base16-solarized-light.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * Solarized Light scheme by Ethan Schoonover (modified by aramisgithub) */
+
+window {
+ background-color: #fdf6e3;
+ color: #586e75;
+}
+
+#entry:nth-child(odd) {
+ background-color: #fdf6e3;
+}
+
+#entry:nth-child(even) {
+ background-color: #eee8d5;
+}
+
+#entry:selected {
+ background-color: #93a1a1;
+}
+
+#input {
+ background-color: #eee8d5;
+ color: #657b83;
+ border-color: #93a1a1;
+}
+
+#input:focus {
+ border-color: #b58900;
+}