From 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 31 Mar 2025 12:16:47 -0400 Subject: config cleanup --- .config/wireman/themes/dracula.toml | 42 +++++++++++++++++++++++++++++++++ .config/wireman/themes/transparent.toml | 32 +++++++++++++++++++++++++ .config/wireman/wireman.toml | 25 ++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 .config/wireman/themes/dracula.toml create mode 100644 .config/wireman/themes/transparent.toml create mode 100644 .config/wireman/wireman.toml (limited to '.config/wireman') 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" diff --git a/.config/wireman/wireman.toml b/.config/wireman/wireman.toml new file mode 100644 index 0000000..551793c --- /dev/null +++ b/.config/wireman/wireman.toml @@ -0,0 +1,25 @@ +includes = [ + "$HOME/Workspace/rafta/master", + "$HOME/Workspace/rafta/master/external" +] +files = [ + "resources/schema.proto", +] + +[history] +directory = "" +autosave = true +disabled = false + +[server] +default_address = "http://localhost:50051" +default_auth_header = "" + +[logging] +level = "Debug" +directory = "$HOME/.cache" + +[ui] +skin = "$HOME/.config/wireman/themes/transparent.toml" + +[tls] -- cgit v1.2.3