wallust-discord.css (1920B)
1 /** 2 * @name Pywal for Vencord 3 * @author Zeph (and Pywal) 4 * @version 1.0.0 5 * @description Generated by Pywal based on Zeph's replacements. 6 * @source https://github.com/ZephyrCodesStuff/pywal-vencord 7 */ 8 9 * { 10 font-family: "Lexend Deca"; 11 /*font-style: italic;*/ 12 13 /* *.background */ 14 --background-primary: {{background}}; 15 --background-secondary: {{background}}; 16 --background-tertiary: {{background}}; 17 18 --background-primary-alt: {{background}}; 19 --background-secondary-alt: {{background}}; 20 --background-tertiary-alt: {{background}}; 21 22 --channeltextarea-background: {{background}}; 23 24 --profile-gradient-primary-color: {{background}}; 25 --profile-gradient-secondary-color: {{background}}; 26 --profile-body-background-color: {{background}}; 27 28 --__header-bar-background: {{background}}; 29 30 --scrollbar-auto-track: {{background}}; 31 --scrollbar-thin-track: {{background}}; 32 33 /* *.color2 */ 34 --scrollbar-auto-thumb: {{color2}}; 35 --scrollbar-thin-thumb: {{color2}}; 36 37 /* *.color3 */ 38 --red-400: {{color3}}; 39 40 /* *.color4 */ 41 --status-danger: {{color4}}; 42 --button-outline-danger-border: {{color4}}; 43 --button-outline-danger-text: {{color4}}; 44 --button-danger-background: {{color4}}; 45 46 --yellow-300: {{color4}}; 47 48 /* *.color5 */ 49 --header-primary: {{color5}}; 50 --brand-experiment: {{color5}}; 51 --brand-experiment-360: {{color5}}; 52 --brand-experiment-500: {{color5}}; 53 --profile-gradient-button-color: {{color5}}; 54 55 --green-360: {{color5}}; 56 57 /* *.color6 */ 58 --channels-default: {{color6}}; 59 --channel-icon: {{color6}}; 60 61 /* *.color7 */ 62 --text-normal: {{color7}}; 63 --interactive-active: {{color7}}; 64 } 65 66 /* status indicators */ 67 rect[fill="#f23f43"] { 68 fill: {{color3}} !important; 69 } 70 71 rect[fill="#f0b232"] { 72 fill: {{color4}} !important; 73 } 74 75 rect[fill="#23a55a"] { 76 fill: {{color5}} !important; 77 }