commit 32da912169c80717e831449b16e18e9c9e6b766f parent 8538f65a69887b8c3c664dc0ad4d37d39ff7c6b4 Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Fri, 10 May 2024 21:50:30 -0400 add wallust-discord.css: adapted vencord theme for wallust new_engine setting Diffstat:
| A | wallust-discord.css | | | 77 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 77 insertions(+), 0 deletions(-)
diff --git a/wallust-discord.css b/wallust-discord.css @@ -0,0 +1,77 @@ +/** + * @name Pywal for Vencord + * @author Zeph (and Pywal) + * @version 1.0.0 + * @description Generated by Pywal based on Zeph's replacements. + * @source https://github.com/ZephyrCodesStuff/pywal-vencord +*/ + +* { + /* font-family: "JetBrains Mono"; */ + /* font-style: italic; */ + + /* *.background */ + --background-primary: {{background}}; + --background-secondary: {{background}}; + --background-tertiary: {{background}}; + + --background-primary-alt: {{background}}; + --background-secondary-alt: {{background}}; + --background-tertiary-alt: {{background}}; + + --channeltextarea-background: {{background}}; + + --profile-gradient-primary-color: {{background}}; + --profile-gradient-secondary-color: {{background}}; + --profile-body-background-color: {{background}}; + + --__header-bar-background: {{background}}; + + --scrollbar-auto-track: {{background}}; + --scrollbar-thin-track: {{background}}; + + /* *.color2 */ + --scrollbar-auto-thumb: {{color2}}; + --scrollbar-thin-thumb: {{color2}}; + + /* *.color3 */ + --red-400: {{color3}}; + + /* *.color4 */ + --status-danger: {{color4}}; + --button-outline-danger-border: {{color4}}; + --button-outline-danger-text: {{color4}}; + --button-danger-background: {{color4}}; + + --yellow-300: {{color4}}; + + /* *.color5 */ + --header-primary: {{color5}}; + --brand-experiment: {{color5}}; + --brand-experiment-360: {{color5}}; + --brand-experiment-500: {{color5}}; + --profile-gradient-button-color: {{color5}}; + + --green-360: {{color5}}; + + /* *.color6 */ + --channels-default: {{color6}}; + --channel-icon: {{color6}}; + + /* *.color7 */ + --text-normal: {{color7}}; + --interactive-active: {{color7}}; +} + +/* status indicators */ +rect[fill="#f23f43"] { + fill: {{color3}} !important; +} + +rect[fill="#f0b232"] { + fill: {{color4}} !important; +} + +rect[fill="#23a55a"] { + fill: {{color5}} !important; +}