summaryrefslogtreecommitdiff
path: root/.config/wireman/themes/transparent.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/wireman/themes/transparent.toml')
-rw-r--r--.config/wireman/themes/transparent.toml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/wireman/themes/transparent.toml b/.config/wireman/themes/transparent.toml
new file mode 100644
index 0000000..b9caa55
--- /dev/null
+++ b/.config/wireman/themes/transparent.toml
@@ -0,0 +1,32 @@
+[colors]
+black = "#101116"
+white = "#f1f5f9"
+orange = "#ebcb88"
+orange-dark = "#b7416d"
+gray = "#738c9c"
+cyan = "#66aabb"
+cyan-dark = "#798362"
+
+[base.focused]
+foreground = "white"
+
+[base.unfocused]
+foreground = "gray"
+
+[highlight.focused]
+foreground = "orange"
+
+[highlight.unfocused]
+foreground = "orange-dark"
+
+[title.focused]
+foreground = "cyan"
+
+[title.unfocused]
+foreground = "cyan-dark"
+
+[border.focused]
+foreground = "white"
+
+[border.unfocused]
+foreground = "gray"