aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-xcode-dusk.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-xcode-dusk.css')
-rw-r--r--themes/base16-xcode-dusk.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-xcode-dusk.css b/themes/base16-xcode-dusk.css
new file mode 100644
index 0000000..608e09e
--- /dev/null
+++ b/themes/base16-xcode-dusk.css
@@ -0,0 +1,30 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * XCode Dusk scheme by Elsa Gonsiorowski (https://github.com/gonsie) */
+
+window {
+ background-color: #282B35;
+ color: #939599;
+}
+
+#entry:nth-child(odd) {
+ background-color: #282B35;
+}
+
+#entry:nth-child(even) {
+ background-color: #3D4048;
+}
+
+#entry:selected {
+ background-color: #53555D;
+}
+
+#input {
+ background-color: #3D4048;
+ color: #7E8086;
+ border-color: #53555D;
+}
+
+#input:focus {
+ border-color: #438288;
+}