summaryrefslogtreecommitdiff
path: root/.config/wireman/themes
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-03-31 12:16:47 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-03-31 12:16:47 -0400
commit4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (patch)
tree9d3a73a81547fff442263c28bdfd9d1e98895d5d /.config/wireman/themes
parentf4c4550e327d9090c82a735d39d104d0bedb602d (diff)
config cleanup
Diffstat (limited to '.config/wireman/themes')
-rw-r--r--.config/wireman/themes/dracula.toml42
-rw-r--r--.config/wireman/themes/transparent.toml32
2 files changed, 74 insertions, 0 deletions
diff --git a/.config/wireman/themes/dracula.toml b/.config/wireman/themes/dracula.toml
new file mode 100644
index 0000000..672ffd6
--- /dev/null
+++ b/.config/wireman/themes/dracula.toml
@@ -0,0 +1,42 @@
+[colors]
+black = "#282a36"
+white = "#f8f8f2"
+gray = "#585c74"
+pink = "#ff79c6"
+purple = "#bd93f9"
+orange = "#ffb86c"
+orange-dark = "#e9b781"
+cyan = "#8be9fd"
+cyan-dark = "#3d808f"
+
+[base.focused]
+foreground = "white"
+background = "black"
+
+[base.unfocused]
+foreground = "gray"
+background = "black"
+
+[highlight.focused]
+foreground = "orange"
+background = "black"
+
+[highlight.unfocused]
+foreground = "orange-dark"
+background = "black"
+
+[title.focused]
+foreground = "cyan"
+background = "black"
+
+[title.unfocused]
+foreground = "cyan-dark"
+background = "black"
+
+[border.focused]
+foreground = "white"
+background = "black"
+
+[border.unfocused]
+foreground = "gray"
+background = "black"
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"