commit e8bde074d2f53c07dc77ade66f347cdc96dfcd08 parent 38ada6b1488ff857e20551fe4af36c5a1eba3233 Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Fri, 10 May 2024 21:51:23 -0400 remove colors-discord.css Diffstat:
| D | colors-discord.css | | | 77 | ----------------------------------------------------------------------------- |
1 file changed, 0 insertions(+), 77 deletions(-)
diff --git a/colors-discord.css b/colors-discord.css @@ -1,77 +0,0 @@ -/** - * @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; -}}