├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ └── config.yml ├── Amoled ├── import.css └── readme.md ├── BrightBlue ├── import.css └── readme.md ├── CS16 ├── import.css └── readme.md ├── Chai ├── import.css └── readme.md ├── Colorish ├── image.png ├── import.css └── readme.md ├── Crimson ├── import.css └── readme.md ├── Cyan ├── import.css └── readme.md ├── Desaturated ├── import.css └── readme.md ├── DiscordColorways.plugin.js ├── Eclipse ├── import.css └── readme.md ├── Facebook ├── image.png ├── import.css └── readme.md ├── Jupiter ├── import.css └── readme.md ├── Kabuki ├── image.png ├── import.css └── readme.md ├── KeyboardPurple ├── import.css └── readme.md ├── LICENSE ├── Lava ├── import.css └── readme.md ├── MaterialYou ├── image.png ├── import.css └── readme.md ├── NeonCandy ├── import.css └── readme.md ├── Pyon ├── image.png ├── import.css └── readme.md ├── PyonMidnight ├── image.png ├── import.css └── readme.md ├── README.md ├── Sand ├── import.css └── readme.md ├── Sea ├── import.css └── readme.md ├── SolidPink ├── import.css └── readme.md ├── Spotify ├── import.css └── readme.md ├── StillYoung ├── import.css └── readme.md ├── TwilightBlossom ├── import.css └── readme.md ├── VencordUserPlugin └── discordColorways │ ├── components │ ├── ColorPicker.tsx │ ├── ColorwayCreatorSettingsModal.tsx │ ├── ColorwaysButton.tsx │ ├── ConflictingColorsModal.tsx │ ├── CreatorModal.tsx │ ├── Icons.tsx │ ├── InfoModal.tsx │ ├── InputColorwayIdModal.tsx │ ├── Selector.tsx │ ├── SettingsTabs │ │ ├── ManageColorwaysPage.tsx │ │ ├── OnDemandPage.tsx │ │ └── SettingsPage.tsx │ ├── Spinner.tsx │ └── ThemePreview.tsx │ ├── constants.ts │ ├── css.ts │ ├── index.tsx │ ├── style.css │ ├── types.ts │ └── utils.ts ├── Wildberry ├── image.png ├── import.css └── readme.md ├── Zorin ├── import.css └── readme.md ├── banner.png └── index.json /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /Amoled/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Amoled/import.css -------------------------------------------------------------------------------- /Amoled/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Amoled/readme.md -------------------------------------------------------------------------------- /BrightBlue/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/BrightBlue/import.css -------------------------------------------------------------------------------- /BrightBlue/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/BrightBlue/readme.md -------------------------------------------------------------------------------- /CS16/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/CS16/import.css -------------------------------------------------------------------------------- /CS16/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/CS16/readme.md -------------------------------------------------------------------------------- /Chai/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Chai/import.css -------------------------------------------------------------------------------- /Chai/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Chai/readme.md -------------------------------------------------------------------------------- /Colorish/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Colorish/image.png -------------------------------------------------------------------------------- /Colorish/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Colorish/import.css -------------------------------------------------------------------------------- /Colorish/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Colorish/readme.md -------------------------------------------------------------------------------- /Crimson/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Crimson/import.css -------------------------------------------------------------------------------- /Crimson/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Crimson/readme.md -------------------------------------------------------------------------------- /Cyan/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Cyan/import.css -------------------------------------------------------------------------------- /Cyan/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Cyan/readme.md -------------------------------------------------------------------------------- /Desaturated/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Desaturated/import.css -------------------------------------------------------------------------------- /Desaturated/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Desaturated/readme.md -------------------------------------------------------------------------------- /DiscordColorways.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/DiscordColorways.plugin.js -------------------------------------------------------------------------------- /Eclipse/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Eclipse/import.css -------------------------------------------------------------------------------- /Eclipse/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Eclipse/readme.md -------------------------------------------------------------------------------- /Facebook/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Facebook/image.png -------------------------------------------------------------------------------- /Facebook/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Facebook/import.css -------------------------------------------------------------------------------- /Facebook/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Facebook/readme.md -------------------------------------------------------------------------------- /Jupiter/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Jupiter/import.css -------------------------------------------------------------------------------- /Jupiter/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Jupiter/readme.md -------------------------------------------------------------------------------- /Kabuki/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Kabuki/image.png -------------------------------------------------------------------------------- /Kabuki/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Kabuki/import.css -------------------------------------------------------------------------------- /Kabuki/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Kabuki/readme.md -------------------------------------------------------------------------------- /KeyboardPurple/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/KeyboardPurple/import.css -------------------------------------------------------------------------------- /KeyboardPurple/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/KeyboardPurple/readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/LICENSE -------------------------------------------------------------------------------- /Lava/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Lava/import.css -------------------------------------------------------------------------------- /Lava/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Lava/readme.md -------------------------------------------------------------------------------- /MaterialYou/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/MaterialYou/image.png -------------------------------------------------------------------------------- /MaterialYou/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/MaterialYou/import.css -------------------------------------------------------------------------------- /MaterialYou/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/MaterialYou/readme.md -------------------------------------------------------------------------------- /NeonCandy/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/NeonCandy/import.css -------------------------------------------------------------------------------- /NeonCandy/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/NeonCandy/readme.md -------------------------------------------------------------------------------- /Pyon/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Pyon/image.png -------------------------------------------------------------------------------- /Pyon/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Pyon/import.css -------------------------------------------------------------------------------- /Pyon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Pyon/readme.md -------------------------------------------------------------------------------- /PyonMidnight/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/PyonMidnight/image.png -------------------------------------------------------------------------------- /PyonMidnight/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/PyonMidnight/import.css -------------------------------------------------------------------------------- /PyonMidnight/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/PyonMidnight/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/README.md -------------------------------------------------------------------------------- /Sand/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Sand/import.css -------------------------------------------------------------------------------- /Sand/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Sand/readme.md -------------------------------------------------------------------------------- /Sea/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Sea/import.css -------------------------------------------------------------------------------- /Sea/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Sea/readme.md -------------------------------------------------------------------------------- /SolidPink/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/SolidPink/import.css -------------------------------------------------------------------------------- /SolidPink/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/SolidPink/readme.md -------------------------------------------------------------------------------- /Spotify/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Spotify/import.css -------------------------------------------------------------------------------- /Spotify/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Spotify/readme.md -------------------------------------------------------------------------------- /StillYoung/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/StillYoung/import.css -------------------------------------------------------------------------------- /StillYoung/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/StillYoung/readme.md -------------------------------------------------------------------------------- /TwilightBlossom/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/TwilightBlossom/import.css -------------------------------------------------------------------------------- /TwilightBlossom/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/TwilightBlossom/readme.md -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/ColorPicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/ColorPicker.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/ColorwayCreatorSettingsModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/ColorwayCreatorSettingsModal.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/ColorwaysButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/ColorwaysButton.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/ConflictingColorsModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/ConflictingColorsModal.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/CreatorModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/CreatorModal.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/Icons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/Icons.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/InfoModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/InfoModal.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/InputColorwayIdModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/InputColorwayIdModal.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/Selector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/Selector.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/SettingsTabs/ManageColorwaysPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/SettingsTabs/ManageColorwaysPage.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/SettingsTabs/OnDemandPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/SettingsTabs/OnDemandPage.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/SettingsTabs/SettingsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/SettingsTabs/SettingsPage.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/Spinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/Spinner.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/components/ThemePreview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/components/ThemePreview.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/constants.ts -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/css.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/css.ts -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/index.tsx -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/style.css -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/types.ts -------------------------------------------------------------------------------- /VencordUserPlugin/discordColorways/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/VencordUserPlugin/discordColorways/utils.ts -------------------------------------------------------------------------------- /Wildberry/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Wildberry/image.png -------------------------------------------------------------------------------- /Wildberry/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Wildberry/import.css -------------------------------------------------------------------------------- /Wildberry/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Wildberry/readme.md -------------------------------------------------------------------------------- /Zorin/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Zorin/import.css -------------------------------------------------------------------------------- /Zorin/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/Zorin/readme.md -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/banner.png -------------------------------------------------------------------------------- /index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaBluLite/DiscordColorways/HEAD/index.json --------------------------------------------------------------------------------