├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ └── feature_request.yml ├── EOD.md ├── LICENSE ├── README.md ├── font ├── dash2space.ttf └── dash2space.woff2 ├── modernx-discord.theme.css ├── modernx-discord.theme.source.css └── powercord_manifest.json /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /EOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/EOD.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/README.md -------------------------------------------------------------------------------- /font/dash2space.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/font/dash2space.ttf -------------------------------------------------------------------------------- /font/dash2space.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/font/dash2space.woff2 -------------------------------------------------------------------------------- /modernx-discord.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/modernx-discord.theme.css -------------------------------------------------------------------------------- /modernx-discord.theme.source.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/modernx-discord.theme.source.css -------------------------------------------------------------------------------- /powercord_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slddev/ModernX-Theme/HEAD/powercord_manifest.json --------------------------------------------------------------------------------