summaryrefslogtreecommitdiff
path: root/.config/wireman/themes/dracula.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/wireman/themes/dracula.toml')
-rw-r--r--.config/wireman/themes/dracula.toml42
1 files changed, 42 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"