├── .github └── workflows │ ├── lint-reuse.yml │ └── package.yml ├── .gitignore ├── LICENSE ├── LICENSES ├── Apache-2.0.txt ├── CC-BY-4.0.txt ├── CC-BY-SA-4.0.txt ├── CC0-1.0.txt ├── GPL-3.0-or-later.txt ├── MIT.txt └── Unlicense.txt ├── README-Template.md ├── README.md ├── cats └── Teawie-Prison │ ├── README.md │ ├── catpack.json │ ├── catpack.json.license │ ├── preview.png │ ├── preview.png.license │ ├── teawie_prison.png │ ├── teawie_prison.png.license │ ├── teawie_prison_bday.png │ ├── teawie_prison_bday.png.license │ ├── teawie_prison_spooky.png │ ├── teawie_prison_spooky.png.license │ ├── teawie_prison_xmas.png │ └── teawie_prison_xmas.png.license ├── icons ├── Fluent-Dark │ ├── README.md │ ├── index.theme │ ├── index.theme.license │ └── scalable │ │ ├── about.svg │ │ ├── about.svg.license │ │ ├── accounts.svg │ │ ├── accounts.svg.license │ │ ├── bug.svg │ │ ├── bug.svg.license │ │ ├── cat.svg │ │ ├── cat.svg.license │ │ ├── centralmods.svg │ │ ├── centralmods.svg.license │ │ ├── checkupdate.svg │ │ ├── checkupdate.svg.license │ │ ├── copy.svg │ │ ├── copy.svg.license │ │ ├── coremods.svg │ │ ├── coremods.svg.license │ │ ├── custom-commands.svg │ │ ├── custom-commands.svg.license │ │ ├── delete.svg │ │ ├── delete.svg.license │ │ ├── discord.svg │ │ ├── discord.svg.license │ │ ├── environment-variables.svg │ │ ├── environment-variables.svg.license │ │ ├── export.svg │ │ ├── export.svg.license │ │ ├── externaltools.svg │ │ ├── externaltools.svg.license │ │ ├── help.svg │ │ ├── help.svg.license │ │ ├── instance-settings.svg │ │ ├── instance-settings.svg.license │ │ ├── jarmods.svg │ │ ├── jarmods.svg.license │ │ ├── java.svg │ │ ├── java.svg.license │ │ ├── language.svg │ │ ├── language.svg.license │ │ ├── launch.svg │ │ ├── launch.svg.license │ │ ├── launcher.svg │ │ ├── launcher.svg.license │ │ ├── loadermods.svg │ │ ├── loadermods.svg.license │ │ ├── log.svg │ │ ├── log.svg.license │ │ ├── minecraft.svg │ │ ├── minecraft.svg.license │ │ ├── multimc.svg │ │ ├── multimc.svg.license │ │ ├── new.svg │ │ ├── new.svg.license │ │ ├── news.svg │ │ ├── news.svg.license │ │ ├── notes.svg │ │ ├── notes.svg.license │ │ ├── packages.svg │ │ ├── packages.svg.license │ │ ├── patreon.svg │ │ ├── patreon.svg.license │ │ ├── proxy.svg │ │ ├── proxy.svg.license │ │ ├── quickmods.svg │ │ ├── quickmods.svg.license │ │ ├── reddit-alien.svg │ │ ├── reddit-alien.svg.license │ │ ├── refresh.svg │ │ ├── refresh.svg.license │ │ ├── resourcepacks.svg │ │ ├── resourcepacks.svg.license │ │ ├── screenshot-placeholder.svg │ │ ├── screenshot-placeholder.svg.license │ │ ├── screenshots.svg │ │ ├── screenshots.svg.license │ │ ├── server.svg │ │ ├── server.svg.license │ │ ├── settings.svg │ │ ├── settings.svg.license │ │ ├── shaderpacks.svg │ │ ├── shaderpacks.svg.license │ │ ├── shortcut.svg │ │ ├── shortcut.svg.license │ │ ├── star.svg │ │ ├── star.svg.license │ │ ├── status-bad.svg │ │ ├── status-bad.svg.license │ │ ├── status-good.svg │ │ ├── status-good.svg.license │ │ ├── status-running.svg │ │ ├── status-running.svg.license │ │ ├── status-yellow.svg │ │ ├── status-yellow.svg.license │ │ ├── tag.svg │ │ ├── tag.svg.license │ │ ├── viewfolder.svg │ │ ├── viewfolder.svg.license │ │ ├── worlds.svg │ │ └── worlds.svg.license └── Twemoji │ ├── README.md │ ├── index.theme │ ├── index.theme.license │ ├── preview.png │ ├── preview.png.license │ └── scalable │ ├── 1f4e6.svg │ ├── 1f4e6.svg.license │ ├── 1f5de.svg │ ├── 1f5de.svg.license │ ├── 2692.svg │ ├── 2692.svg.license │ ├── about.svg │ ├── about.svg.license │ ├── accounts.svg │ ├── accounts.svg.license │ ├── apis.svg │ ├── apis.svg.license │ ├── bug.svg │ ├── bug.svg.license │ ├── cat.svg │ ├── cat.svg.license │ ├── centralmods.svg │ ├── centralmods.svg.license │ ├── checkupdate.svg │ ├── checkupdate.svg.license │ ├── copy.svg │ ├── copy.svg.license │ ├── coremods.svg │ ├── coremods.svg.license │ ├── custom-commands.svg │ ├── custom-commands.svg.license │ ├── customcommadns.svg │ ├── customcommadns.svg.license │ ├── discord.svg │ ├── discord.svg.license │ ├── externaltools.svg │ ├── externaltools.svg.license │ ├── help.svg │ ├── help.svg.license │ ├── instance-settings.svg │ ├── instance-settings.svg.license │ ├── jarmods.svg │ ├── jarmods.svg.license │ ├── java.svg │ ├── java.svg.license │ ├── language.svg │ ├── language.svg.license │ ├── loadermods.svg │ ├── loadermods.svg.license │ ├── log.svg │ ├── log.svg.license │ ├── minecraft.svg │ ├── minecraft.svg.license │ ├── multimc.svg │ ├── multimc.svg.license │ ├── new.svg │ ├── new.svg.license │ ├── new_alternative.svg │ ├── new_alternative.svg.license │ ├── news.svg │ ├── news.svg.license │ ├── notes.svg │ ├── notes.svg.license │ ├── patreon.svg │ ├── patreon.svg.license │ ├── proxy.svg │ ├── proxy.svg.license │ ├── quickmods.svg │ ├── quickmods.svg.license │ ├── refresh.svg │ ├── refresh.svg.license │ ├── resourcepacks.svg │ ├── resourcepacks.svg.license │ ├── screenshots.svg │ ├── screenshots.svg.license │ ├── settings.svg │ ├── settings.svg.license │ ├── shaderpacks.svg │ ├── shaderpacks.svg.license │ ├── status-bad.svg │ ├── status-bad.svg.license │ ├── status-good.svg │ ├── status-good.svg.license │ ├── status-running.svg │ ├── status-running.svg.license │ ├── status-yellow.svg │ ├── status-yellow.svg.license │ ├── unknown_server.svg │ ├── unknown_server.svg.license │ ├── viewfolder.svg │ ├── viewfolder.svg.license │ ├── worlds.svg │ └── worlds.svg.license ├── renovate.json ├── renovate.json.license └── themes ├── Amoled ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── BD-Blue ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Borest ├── README.md ├── preview.png ├── preview.png.license ├── resources │ ├── .keep │ ├── CheckBox.png │ ├── CheckBox.png.license │ ├── CheckBoxDisabled.png │ ├── CheckBoxDisabled.png.license │ ├── CheckBoxInterminate.png │ ├── CheckBoxInterminate.png.license │ ├── CheckBoxInterminateDisabled.png │ ├── CheckBoxInterminateDisabled.png.license │ ├── CheckBoxInterminatePressed.png │ ├── CheckBoxInterminatePressed.png.license │ ├── CheckBoxPressed.png │ ├── CheckBoxPressed.png.license │ ├── ComboBox.png │ ├── ComboBox.png.license │ ├── ComboBoxDisabled.png │ ├── ComboBoxDisabled.png.license │ ├── RadioButton.png │ ├── RadioButton.png.license │ ├── RadioButtonHover.png │ ├── RadioButtonHover.png.license │ ├── RadioButtonPressed.png │ ├── RadioButtonPressed.png.license │ ├── ScrollBottom.png │ ├── ScrollBottom.png.license │ ├── ScrollBottomHover.png │ ├── ScrollBottomHover.png.license │ ├── ScrollBottomPressed.png │ ├── ScrollBottomPressed.png.license │ ├── ScrollLeft.png │ ├── ScrollLeft.png.license │ ├── ScrollLeftHover.png │ ├── ScrollLeftHover.png.license │ ├── ScrollLeftPressed.png │ ├── ScrollLeftPressed.png.license │ ├── ScrollRight.png │ ├── ScrollRight.png.license │ ├── ScrollRightHover.png │ ├── ScrollRightHover.png.license │ ├── ScrollRightPressed.png │ ├── ScrollRightPressed.png.license │ ├── ScrollTop.png │ ├── ScrollTop.png.license │ ├── ScrollTopHover.png │ ├── ScrollTopHover.png.license │ ├── ScrollTopPressed.png │ ├── ScrollTopPressed.png.license │ ├── SpinBoxDown.png │ ├── SpinBoxDown.png.license │ ├── SpinBoxDownDisabled.png │ ├── SpinBoxDownDisabled.png.license │ ├── SpinBoxUp.png │ ├── SpinBoxUp.png.license │ ├── SpinBoxUpDisabled.png │ ├── SpinBoxUpDisabled.png.license │ ├── TreeViewClose.png │ ├── TreeViewClose.png.license │ ├── TreeViewOpen.png │ └── TreeViewOpen.png.license ├── theme.json ├── theme.json.license └── themeStyle.css ├── Breeze-Dark ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Cat ├── README.md ├── preview.png ├── preview.png.license ├── theme.json ├── theme.json.license └── themeStyle.css ├── Catppuccin-Frappe ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Catppuccin-Latte ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Catppuccin-Macchiato ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Catppuccin-Mocha ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Deep-Dark ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Dracula ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Everforest-Dark-Hard ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Everforest-Medium ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Fluent-Dark ├── README.md ├── preview.png ├── preview.png.license ├── resources │ ├── .keep │ ├── CheckBox.png │ ├── CheckBox.png.license │ ├── CheckBoxDisabled.png │ ├── CheckBoxDisabled.png.license │ ├── CheckBoxInterminate.png │ ├── CheckBoxInterminate.png.license │ ├── CheckBoxInterminateDisabled.png │ ├── CheckBoxInterminateDisabled.png.license │ ├── CheckBoxInterminatePressed.png │ ├── CheckBoxInterminatePressed.png.license │ ├── CheckBoxPressed.png │ ├── CheckBoxPressed.png.license │ ├── ComboBox.png │ ├── ComboBox.png.license │ ├── ComboBoxDisabled.png │ ├── ComboBoxDisabled.png.license │ ├── NextMonth.png │ ├── NextMonth.png.license │ ├── NextMonthDisabled.png │ ├── NextMonthDisabled.png.license │ ├── PrevMonth.png │ ├── PrevMonth.png.license │ ├── PrevMonthDisabled.png │ ├── PrevMonthDisabled.png.license │ ├── RadioButton.png │ ├── RadioButton.png.license │ ├── RadioButtonHover.png │ ├── RadioButtonHover.png.license │ ├── RadioButtonPressed.png │ ├── RadioButtonPressed.png.license │ ├── ScrollBottom.png │ ├── ScrollBottom.png.license │ ├── ScrollBottomHover.png │ ├── ScrollBottomHover.png.license │ ├── ScrollBottomPressed.png │ ├── ScrollBottomPressed.png.license │ ├── ScrollLeft.png │ ├── ScrollLeft.png.license │ ├── ScrollLeftHover.png │ ├── ScrollLeftHover.png.license │ ├── ScrollLeftPressed.png │ ├── ScrollLeftPressed.png.license │ ├── ScrollRight.png │ ├── ScrollRight.png.license │ ├── ScrollRightHover.png │ ├── ScrollRightHover.png.license │ ├── ScrollRightPressed.png │ ├── ScrollRightPressed.png.license │ ├── ScrollTop.png │ ├── ScrollTop.png.license │ ├── ScrollTopHover.png │ ├── ScrollTopHover.png.license │ ├── ScrollTopPressed.png │ ├── ScrollTopPressed.png.license │ ├── SpinBoxDown.png │ ├── SpinBoxDown.png.license │ ├── SpinBoxDownDisabled.png │ ├── SpinBoxDownDisabled.png.license │ ├── SpinBoxUp.png │ ├── SpinBoxUp.png.license │ ├── SpinBoxUpDisabled.png │ ├── SpinBoxUpDisabled.png.license │ ├── ToggleSwitchDisabled.png │ ├── ToggleSwitchDisabled.png.license │ ├── ToggleSwitchOff.png │ ├── ToggleSwitchOff.png.license │ ├── ToggleSwitchOffHover.png │ ├── ToggleSwitchOffHover.png.license │ ├── ToggleSwitchOffPressed.png │ ├── ToggleSwitchOffPressed.png.license │ ├── ToggleSwitchOn.png │ ├── ToggleSwitchOn.png.license │ ├── ToggleSwitchOnHover.png │ ├── ToggleSwitchOnHover.png.license │ ├── ToggleSwitchOnPressed.png │ ├── ToggleSwitchOnPressed.png.license │ ├── TreeViewClose.png │ ├── TreeViewClose.png.license │ ├── TreeViewOpen.png │ └── TreeViewOpen.png.license ├── theme.json ├── theme.json.license └── themeStyle.css ├── Gruvbox-Dark ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Hi30-Pink ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Jvne ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Kanagawa ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Mellow ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Mod Labyrinth Dark ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Mod Labyrinth Mixed ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Mod Labyrinth Pale ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Nord-Polar-Night ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Nord-Snow-Storm ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Nord ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Rangoon-Lightning ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Renoise ├── README.md ├── preview.png ├── preview.png.license ├── resources │ ├── .keep │ ├── checked-alt-disabled.png │ ├── checked-alt-disabled.png.license │ ├── checked-alt.png │ ├── checked-alt.png.license │ ├── checked-disabled.png │ ├── checked-disabled.png.license │ ├── checked.png │ ├── checked.png.license │ ├── downarrow-alt.png │ ├── downarrow-alt.png.license │ ├── downarrow-disabled.png │ ├── downarrow-disabled.png.license │ ├── downarrow-hover.png │ ├── downarrow-hover.png.license │ ├── downarrow.png │ ├── downarrow.png.license │ ├── unchecked-alt-disabled.png │ ├── unchecked-alt-disabled.png.license │ ├── unchecked-alt-hover.png │ ├── unchecked-alt-hover.png.license │ ├── unchecked-alt.png │ ├── unchecked-alt.png.license │ ├── uparrow-disabled.png │ ├── uparrow-disabled.png.license │ ├── uparrow-hover.png │ ├── uparrow-hover.png.license │ ├── uparrow.png │ └── uparrow.png.license ├── theme.json ├── theme.json.license └── themeStyle.css ├── Scarlett-Pink ├── README.md ├── preview.png ├── preview.png.license ├── theme.json ├── theme.json.license └── themeStyle.css ├── Solarized-Dark ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css ├── Steam-Classic ├── README.md ├── preview.png ├── preview.png.license ├── resources │ └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css └── Tokyo-Night ├── README.md ├── preview.png ├── preview.png.license ├── resources └── .keep ├── theme.json ├── theme.json.license └── themeStyle.css /.github/workflows/lint-reuse.yml: -------------------------------------------------------------------------------- 1 | # SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. 2 | # 3 | # SPDX-License-Identifier: CC0-1.0 4 | 5 | name: REUSE Compliance Check 6 | 7 | on: [push, pull_request] 8 | 9 | jobs: 10 | test: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions/checkout@v4 14 | - name: REUSE Compliance Check 15 | uses: fsfe/reuse-action@v5 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 6 | 7 | Theme/Icon/CatPack Name 8 | --- 9 | Theme/Icon/CatPack Description 10 | 11 | ## Preview 12 | ![Preview](preview.png) 13 | 14 | ## License 15 | ``` 16 | Put all SPDX-FileCopyrightText and SPDX-License-Identifier entries here 17 | 18 | Example: 19 | 20 | SPDX-FileCopyrightText: 2024 Foo Bar 21 | SPDX-FileCopyrightText: 2023 Steve 22 | 23 | SPDX-License-Identifier: MIT 24 | SPDX-License-Identifier: CC-BY-4.0 25 | ``` 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | # Themes & Icons for Prism Launcher 9 | This repository is for community made **themes** and **icons** made for [Prism Launcher](https://github.com/PrismLauncher/PrismLauncher) and other compatible launchers. 10 | 11 | ### **Themes** and **Icons** that are not yet on the repository are on Discord 12 | [![Prism Launcher Discord server](https://discordapp.com/api/guilds/1031648380885147709/widget.png?style=banner2)](https://discord.gg/prismlauncher) 13 | 14 | ## How to Use 15 | The documentation is located on [Prism Launcher website](https://prismlauncher.org/wiki/getting-started/change-themes/). 16 | 17 | ## License 18 | Themes provided in this repository are licensed under their respective licenses. 19 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Teawie Prison 8 | --- 9 | Teawie Pack, but for some reason he was imprisoned 10 | 11 | ## Preview 12 | ![Preview](preview.png) 13 | 14 | ## License 15 | ``` 16 | SPDX-FileCopyrightText: 2023 SympathyTea 17 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 18 | 19 | SPDX-License-Identifier: CC-BY-SA-4.0 20 | SPDX-License-Identifier: MIT 21 | ``` 22 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/catpack.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Teawie Prison", 3 | "default": "teawie_prison.png", 4 | "variants": [ 5 | { 6 | "startTime": { "day": 12, "month": 4 }, 7 | "endTime": { "day": 16, "month": 4 }, 8 | "path": "teawie_prison_spooky.png" 9 | }, 10 | { 11 | "startTime": { "day": 20, "month": 12 }, 12 | "endTime": { "day": 28, "month": 12 }, 13 | "path": "teawie_prison_xmas.png" 14 | }, 15 | { 16 | "startTime": { "day": 17, "month": 10 }, 17 | "endTime": { "day": 5, "month": 11 }, 18 | "path": "teawie_prison_bday.png" 19 | } 20 | ] 21 | } 22 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/catpack.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/cats/Teawie-Prison/preview.png -------------------------------------------------------------------------------- /cats/Teawie-Prison/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 2 | 3 | SPDX-License-Identifier: CC-BY-SA-4.0 4 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/cats/Teawie-Prison/teawie_prison.png -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 SympathyTea 2 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 3 | 4 | SPDX-License-Identifier: CC-BY-SA-4.0 5 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison_bday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/cats/Teawie-Prison/teawie_prison_bday.png -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison_bday.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 SympathyTea 2 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 3 | 4 | SPDX-License-Identifier: CC-BY-SA-4.0 5 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison_spooky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/cats/Teawie-Prison/teawie_prison_spooky.png -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison_spooky.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 SympathyTea 2 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 3 | 4 | SPDX-License-Identifier: CC-BY-SA-4.0 5 | -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison_xmas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/cats/Teawie-Prison/teawie_prison_xmas.png -------------------------------------------------------------------------------- /cats/Teawie-Prison/teawie_prison_xmas.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 SympathyTea 2 | SPDX-FileCopyrightText: 2024 Sefa Eyeoglu 3 | 4 | SPDX-License-Identifier: CC-BY-SA-4.0 5 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Fluent Dark 3 | Comment=Fluent Dark icons 4 | Inherits=flat_white 5 | Directories=scalable 6 | 7 | [scalable] 8 | Size=48 9 | Type=Scalable 10 | MinSize=16 11 | MaxSize=256 12 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/index.theme.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 JoeGaming 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/about.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/about.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/accounts.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/accounts.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/bug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/bug.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/cat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/cat.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/centralmods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/centralmods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/checkupdate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/checkupdate.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/copy.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/coremods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/coremods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/custom-commands.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/delete.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/discord.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/discord.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/environment-variables.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/environment-variables.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/export.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/export.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/externaltools.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/externaltools.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/help.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/instance-settings.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/jarmods.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/jarmods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/java.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/java.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/language.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/language.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/launch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/launch.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/launcher.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/launcher.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/loadermods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/loadermods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/log.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/log.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/minecraft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/minecraft.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/multimc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/multimc.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/new.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/new.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/news.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/news.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/notes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/notes.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/packages.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/packages.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/patreon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/patreon.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/proxy.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/quickmods.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/quickmods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/reddit-alien.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/reddit-alien.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/refresh.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/resourcepacks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/resourcepacks.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/screenshot-placeholder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/screenshot-placeholder.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/screenshots.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/screenshots.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/server.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/settings.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/shaderpacks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/shaderpacks.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/shortcut.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/shortcut.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/star.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-bad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-bad.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-good.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-good.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-running.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-running.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-yellow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/status-yellow.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/tag.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/viewfolder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/viewfolder.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/worlds.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Fluent-Dark/scalable/worlds.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /icons/Twemoji/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Twemoji 8 | --- 9 | Colored Twemoji icons 10 | 11 | ## Preview 12 | ![Preview](preview.png) 13 | 14 | ## License 15 | ``` 16 | SPDX-FileCopyrightText: 2022 Sajmon 17 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 18 | 19 | SPDX-License-Identifier: CC-BY-4.0 20 | ``` 21 | -------------------------------------------------------------------------------- /icons/Twemoji/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Twemoji 3 | Comment=Twemoji icons (colored) 4 | Inherits=multimc 5 | Directories=scalable 6 | 7 | [scalable] 8 | Size=48 9 | Type=Scalable 10 | MinSize=16 11 | MaxSize=256 12 | -------------------------------------------------------------------------------- /icons/Twemoji/index.theme.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Sajmon 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/icons/Twemoji/preview.png -------------------------------------------------------------------------------- /icons/Twemoji/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Sajmon 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/1f4e6.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/1f5de.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/2692.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/about.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/accounts.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/accounts.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/apis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/apis.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/bug.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/cat.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/centralmods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/centralmods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/checkupdate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/checkupdate.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/copy.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/coremods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/coremods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/custom-commands.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/customcommadns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/customcommadns.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/discord.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/externaltools.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/externaltools.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/help.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/help.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/instance-settings.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/instance-settings.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/jarmods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/java.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/language.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/loadermods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/log.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/log.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/minecraft.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/multimc.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/new.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/new_alternative.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/news.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/news.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/notes.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/patreon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/patreon.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/proxy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/proxy.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/quickmods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/quickmods.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/refresh.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/resourcepacks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/resourcepacks.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/screenshots.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/settings.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/settings.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/shaderpacks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/shaderpacks.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-bad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-bad.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-good.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | 13 | 15 | 16 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-good.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-running.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-running.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-yellow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/status-yellow.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/unknown_server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/unknown_server.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/viewfolder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/viewfolder.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /icons/Twemoji/scalable/worlds.svg.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 Twitter, Inc and other contributors 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 | "extends": [ 4 | "config:base" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /renovate.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Sefa Eyeoglu 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Amoled/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Amoled/preview.png -------------------------------------------------------------------------------- /themes/Amoled/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Lylythii 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Amoled/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Amoled/resources/.keep -------------------------------------------------------------------------------- /themes/Amoled/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#000000", 4 | "Base": "#000000", 5 | "BrightText": "#ff0000", 6 | "Button": "#000000", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#4C4C4C", 9 | "HighlightedText": "#CCCCCC", 10 | "Link": "#CD001F", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#000000", 15 | "WindowText": "#ffffff", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#000000" 18 | }, 19 | "name": "Amoled", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Amoled/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Amoled/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/BD-Blue/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/BD-Blue/preview.png -------------------------------------------------------------------------------- /themes/BD-Blue/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Lylythii 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/BD-Blue/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/BD-Blue/resources/.keep -------------------------------------------------------------------------------- /themes/BD-Blue/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#121318", 4 | "Base": "#040405", 5 | "BrightText": "#ff0000", 6 | "Button": "#121318", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#3E82E5", 9 | "HighlightedText": "#ffffff", 10 | "Link": "#CD001F", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#121318", 15 | "WindowText": "#ffffff", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#121318" 18 | }, 19 | "name": "BD Blue", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/BD-Blue/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/BD-Blue/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/Borest/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/preview.png -------------------------------------------------------------------------------- /themes/Borest/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Acourd 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/.keep -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/CheckBox.png -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBox.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/CheckBoxDisabled.png -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxInterminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/CheckBoxInterminate.png -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxInterminate.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxInterminateDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/CheckBoxInterminateDisabled.png -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxInterminateDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxInterminatePressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/CheckBoxInterminatePressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxInterminatePressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/CheckBoxPressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/CheckBoxPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ComboBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ComboBox.png -------------------------------------------------------------------------------- /themes/Borest/resources/ComboBox.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ComboBoxDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ComboBoxDisabled.png -------------------------------------------------------------------------------- /themes/Borest/resources/ComboBoxDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/RadioButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/RadioButton.png -------------------------------------------------------------------------------- /themes/Borest/resources/RadioButton.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/RadioButtonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/RadioButtonHover.png -------------------------------------------------------------------------------- /themes/Borest/resources/RadioButtonHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/RadioButtonPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/RadioButtonPressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/RadioButtonPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollBottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollBottom.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollBottom.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollBottomHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollBottomHover.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollBottomHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollBottomPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollBottomPressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollBottomPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollLeft.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollLeft.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollLeftHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollLeftHover.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollLeftHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollLeftPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollLeftPressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollLeftPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollRight.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollRight.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollRightHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollRightHover.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollRightHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollRightPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollRightPressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollRightPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollTop.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollTop.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollTopHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollTopHover.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollTopHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollTopPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/ScrollTopPressed.png -------------------------------------------------------------------------------- /themes/Borest/resources/ScrollTopPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/SpinBoxDown.png -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxDown.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxDownDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/SpinBoxDownDisabled.png -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxDownDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/SpinBoxUp.png -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxUp.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxUpDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/SpinBoxUpDisabled.png -------------------------------------------------------------------------------- /themes/Borest/resources/SpinBoxUpDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/TreeViewClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/TreeViewClose.png -------------------------------------------------------------------------------- /themes/Borest/resources/TreeViewClose.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/resources/TreeViewOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Borest/resources/TreeViewOpen.png -------------------------------------------------------------------------------- /themes/Borest/resources/TreeViewOpen.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Borest/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1a1930", 4 | "Base": "#1e1e2e", 5 | "BrightText": "#bac2de", 6 | "Button": "#1a1930", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#b4befe", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#dee5fc", 13 | "ToolTipText": "#dee5fc", 14 | "Window": "#191a24", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#23222b" 18 | }, 19 | "name": "Borest-Clear ", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Borest/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Acourd 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Breeze-Dark/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Breeze-Dark 8 | --- 9 | Default dark theme prior to Prism Launcher 5.0 10 | 11 | ## Preview 12 | ![Breeze-Dark Preview](preview.png) 13 | 14 | ## License 15 | ``` 16 | Copyright 2013-2021 MultiMC Contributors 17 | 18 | Licensed under the Apache License, Version 2.0 (the "License"); 19 | you may not use this file except in compliance with the License. 20 | You may obtain a copy of the License at 21 | 22 | http://www.apache.org/licenses/LICENSE-2.0 23 | 24 | Unless required by applicable law or agreed to in writing, software 25 | distributed under the License is distributed on an "AS IS" BASIS, 26 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 27 | See the License for the specific language governing permissions and 28 | limitations under the License. 29 | ``` 30 | -------------------------------------------------------------------------------- /themes/Breeze-Dark/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Breeze-Dark/preview.png -------------------------------------------------------------------------------- /themes/Breeze-Dark/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Breeze-Dark/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Breeze-Dark/resources/.keep -------------------------------------------------------------------------------- /themes/Breeze-Dark/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#31363b", 4 | "Base": "#232629", 5 | "BrightText": "#ff0000", 6 | "Button": "#31363b", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#2a82da", 9 | "HighlightedText": "#000000", 10 | "Link": "#2a82da", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#31363b", 15 | "WindowText": "#ffffff", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#31363b" 18 | }, 19 | "name": "Breeze Dark", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Breeze-Dark/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 2 | 3 | SPDX-License-Identifier: Apache-2.0 4 | -------------------------------------------------------------------------------- /themes/Breeze-Dark/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: Apache-2.0 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/Cat/README.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | Cat :3 9 | --- 10 | [Cat](https://tooltech.neocities.org/) theme for Prism Launcher. 11 | 12 | ## Preview 13 | ![Cat Preview](preview.png) 14 | 15 | ## License 16 | ``` 17 | GPL-3.0-or-later License 18 | 19 | Copyright (c) 2024 Cat Theme 20 | Copyright (c) 2024 tooltech 21 | 22 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 23 | 24 | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 25 | 26 | You should have received a copy of the GNU General Public License along with this program. If not, see . 27 | ``` 28 | -------------------------------------------------------------------------------- /themes/Cat/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Cat/preview.png -------------------------------------------------------------------------------- /themes/Cat/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 tooltech 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Cat/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#f0c9c3", 4 | "Base": "#9085a2", 5 | "BrightText": "#998539", 6 | "Button": "#1C1454", 7 | "ButtonText": "#E8E5D9", 8 | "Highlight": "#CAD188", 9 | "HighlightedText": "#2e3440", 10 | "Link": "#CDD188", 11 | "Text": "#F1D460", 12 | "ToolTipBase": "#C6C8B4", 13 | "ToolTipText": "#E8E7D9", 14 | "Window": "#9F90B9", 15 | "WindowText": "#F1D460", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6D6182" 18 | }, 19 | "name": "Cat", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Cat/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Cat Theme 2 | SPDX-FileCopyrightText: 2024 tooltech 3 | 4 | # SPDX-License-Identifier: GPL-3.0-or-later 5 | -------------------------------------------------------------------------------- /themes/Cat/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2024 tooltech 3 | * 4 | * SPDX-License-Identifier: GPL-3.0-or-later 5 | */ 6 | 7 | QToolTip { 8 | color: #CCBEE4; 9 | background-color: #A295B7; 10 | border: 1px solid #A88BD9 11 | } 12 | -------------------------------------------------------------------------------- /themes/Catppuccin-Frappe/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Frappe/preview.png -------------------------------------------------------------------------------- /themes/Catppuccin-Frappe/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Frappe/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Frappe/resources/.keep -------------------------------------------------------------------------------- /themes/Catppuccin-Frappe/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#babbf1", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#dee5fc", 13 | "ToolTipText": "#dee5fc", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "logColors": { 20 | "Launcher": "#ca9ee6", 21 | "Error": "#e78284", 22 | "Warning": "#e5c890", 23 | "Debug": "#a6d189", 24 | "FatalHighlight": "#e78284", 25 | "Fatal": "#292c3c" 26 | }, 27 | "name": "Catppuccin Frappé", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Catppuccin-Frappe/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Frappe/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } -------------------------------------------------------------------------------- /themes/Catppuccin-Latte/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Latte/preview.png -------------------------------------------------------------------------------- /themes/Catppuccin-Latte/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Latte/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Latte/resources/.keep -------------------------------------------------------------------------------- /themes/Catppuccin-Latte/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#b4befe", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dee5fc", 13 | "ToolTipText": "#dee5fc", 14 | "Window": "#ccd0da", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "logColors": { 20 | "Launcher": "#8839ef", 21 | "Error": "#d20f39", 22 | "Warning": "#df8e1d", 23 | "Debug": "#40a02b", 24 | "FatalHighlight": "#d20f39", 25 | "Fatal": "#e6e9ef" 26 | }, 27 | "name": "Catppuccin Latte", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Catppuccin-Latte/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Latte/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } -------------------------------------------------------------------------------- /themes/Catppuccin-Macchiato/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Macchiato/preview.png -------------------------------------------------------------------------------- /themes/Catppuccin-Macchiato/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Macchiato/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Macchiato/resources/.keep -------------------------------------------------------------------------------- /themes/Catppuccin-Macchiato/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#b7bdf8", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#dee5fc", 13 | "ToolTipText": "#dee5fc", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "logColors": { 20 | "Launcher": "#c6a0f6", 21 | "Error": "#ed8796", 22 | "Warning": "#eed49f", 23 | "Debug": "#a6da95", 24 | "FatalHighlight": "#ed8796", 25 | "Fatal": "#1e2030" 26 | }, 27 | "name": "Catppuccin Macchiato", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Catppuccin-Macchiato/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Macchiato/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } -------------------------------------------------------------------------------- /themes/Catppuccin-Mocha/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Mocha/preview.png -------------------------------------------------------------------------------- /themes/Catppuccin-Mocha/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Mocha/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Catppuccin-Mocha/resources/.keep -------------------------------------------------------------------------------- /themes/Catppuccin-Mocha/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#b4befe", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#dee5fc", 13 | "ToolTipText": "#dee5fc", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "logColors": { 20 | "Launcher": "#cba6f7", 21 | "Error": "#f38ba8", 22 | "Warning": "#f9e2af", 23 | "Debug": "#a6e3a1", 24 | "FatalHighlight": "#f38ba8", 25 | "Fatal": "#181825" 26 | }, 27 | "name": "Catppuccin Mocha", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Catppuccin-Mocha/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Catppuccin-Mocha/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } -------------------------------------------------------------------------------- /themes/Deep-Dark/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Deep-Dark/preview.png -------------------------------------------------------------------------------- /themes/Deep-Dark/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 AshtakaOOf 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Deep-Dark/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Deep-Dark/resources/.keep -------------------------------------------------------------------------------- /themes/Deep-Dark/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#111212", 4 | "Base": "#141414", 5 | "BrightText": "#ff0000", 6 | "Button": "#141414", 7 | "ButtonText": "#dedede", 8 | "Highlight": "#102e24", 9 | "HighlightedText": "#ffffff", 10 | "Link": "#2a82da", 11 | "Text": "#dedede", 12 | "ToolTipBase": "#dedede", 13 | "ToolTipText": "#dedede", 14 | "Window": "#0a0a0a", 15 | "WindowText": "#dedede", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#31363b" 18 | }, 19 | "name": "Deep Dark", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Deep-Dark/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 AshtakaOOf 2 | SPDX-FileCopyrightText: 2022 HyperSoop 3 | 4 | SPDX-License-Identifier: MIT 5 | -------------------------------------------------------------------------------- /themes/Deep-Dark/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 HyperSoop 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #000000; border: 0px solid white; } 8 | -------------------------------------------------------------------------------- /themes/Dracula/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Dracula/preview.png -------------------------------------------------------------------------------- /themes/Dracula/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Dracula/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Dracula/resources/.keep -------------------------------------------------------------------------------- /themes/Dracula/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#282a36", 4 | "Base": "#282a36", 5 | "BrightText": "#ff5555", 6 | "Button": "#44475a", 7 | "ButtonText": "#f8f8f2", 8 | "Highlight": "#6272a4", 9 | "HighlightedText": "#44475a", 10 | "Link": "#8be9fd", 11 | "Text": "#f8f8f2", 12 | "ToolTipBase": "#f8f8f2", 13 | "ToolTipText": "#f8f8f2", 14 | "Window": "#44475a", 15 | "WindowText": "#f8f8f2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#44475a" 18 | }, 19 | "logColors": { 20 | "Launcher": "#bd93f9", 21 | "Error": "#ff5555", 22 | "Warning": "#f1Fa8c", 23 | "Debug": "#50fa7b", 24 | "FatalHighlight": "#ff5555", 25 | "Fatal": "#282a36" 26 | }, 27 | "name": "Dracula", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Dracula/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2016 Dracula Theme 2 | SPDX-FileCopyrightText: 2022 Lutitious 3 | 4 | SPDX-License-Identifier: MIT 5 | -------------------------------------------------------------------------------- /themes/Dracula/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2016 Dracula Theme 3 | * SPDX-FileCopyrightText: 2022 Lutitious 4 | * 5 | * SPDX-License-Identifier: MIT 6 | */ 7 | 8 | QToolTip { color: #f8f8f2; background-color: #282a36; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/Everforest-Dark-Hard/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Everforest-Dark-Hard/preview.png -------------------------------------------------------------------------------- /themes/Everforest-Dark-Hard/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 Nizzuta 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Everforest-Dark-Hard/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Everforest-Dark-Hard/resources/.keep -------------------------------------------------------------------------------- /themes/Everforest-Dark-Hard/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#272e33", 4 | "Base": "#1e2326", 5 | "BrightText": "#d3c6aa", 6 | "Button": "#3c4841", 7 | "ButtonText": "#d3c6aa", 8 | "Highlight": "#3c4841", 9 | "HighlightedText": "#9da9a0", 10 | "Link": "#7dbbb3", 11 | "Text": "#d3c6aa", 12 | "ToolTipBase": "#a7c080", 13 | "ToolTipText": "#a7c080", 14 | "Window": "#272e33", 15 | "WindowText": "#d3c6aa", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#3c4841" 18 | }, 19 | "name": "Everforest Dark Hard", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Everforest-Dark-Hard/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 sainnhe 2 | SPDX-FileCopyrightText: 2023 Nizzuta 3 | 4 | SPDX-License-Identifier: MIT 5 | -------------------------------------------------------------------------------- /themes/Everforest-Dark-Hard/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2019 sainhe 3 | * SPDX-FileCopyrightText: 2023 Nizzuta 4 | * 5 | * SPDX-License-Identifier: MIT 6 | */ 7 | QToolTip { 8 | color: #d3c6aa; 9 | background-color: #272e33; 10 | border: 1px solid #272e33; 11 | } 12 | -------------------------------------------------------------------------------- /themes/Everforest-Medium/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Everforest-Medium/preview.png -------------------------------------------------------------------------------- /themes/Everforest-Medium/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 protodrew 2 | 3 | SPDX-License-Identifier: CC0-1.0 -------------------------------------------------------------------------------- /themes/Everforest-Medium/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Everforest-Medium/resources/.keep -------------------------------------------------------------------------------- /themes/Everforest-Medium/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#232a2e", 4 | "Base": "#2d353b", 5 | "BrightText": "#d3c6aa", 6 | "Button": "#425047", 7 | "ButtonText": "#d3c6aa", 8 | "Highlight": "#425047", 9 | "HighlightedText": "#d3c6aa", 10 | "Link": "#a7c080", 11 | "Text": "#d3c6aa", 12 | "ToolTipBase": "#9da9a0", 13 | "ToolTipText": "#9da9a0", 14 | "Window": "#343f44", 15 | "WindowText": "#d3c6aa", 16 | "fadeAmount": 0, 17 | "fadeColor": "#2d353b" 18 | }, 19 | "name": "everforest", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Everforest-Medium/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2019 sainnhe 2 | SPDX-FileCopyrightText: 2024 protodrew 3 | 4 | SPDX-License-Identifier: MIT -------------------------------------------------------------------------------- /themes/Everforest-Medium/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2019 sainnhe 3 | * SPDX-FileCopyrightText: 2024 protodrew 4 | * 5 | * SPDX-License-Identifier: MIT 6 | */ 7 | 8 | QToolTip { 9 | color: #d3c6aa; 10 | background-color: #7fbbb3; 11 | border: 1px solid #d3c6aa; 12 | } -------------------------------------------------------------------------------- /themes/Fluent-Dark/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/preview.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/.keep -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/CheckBox.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBox.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/CheckBoxDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxInterminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/CheckBoxInterminate.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxInterminate.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxInterminateDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/CheckBoxInterminateDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxInterminateDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxInterminatePressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/CheckBoxInterminatePressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxInterminatePressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/CheckBoxPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/CheckBoxPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ComboBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ComboBox.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ComboBox.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ComboBoxDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ComboBoxDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ComboBoxDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/NextMonth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/NextMonth.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/NextMonth.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/NextMonthDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/NextMonthDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/NextMonthDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/PrevMonth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/PrevMonth.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/PrevMonth.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/PrevMonthDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/PrevMonthDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/PrevMonthDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/RadioButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/RadioButton.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/RadioButton.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/RadioButtonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/RadioButtonHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/RadioButtonHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/RadioButtonPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/RadioButtonPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/RadioButtonPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollBottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollBottom.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollBottom.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollBottomHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollBottomHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollBottomHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollBottomPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollBottomPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollBottomPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollLeft.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollLeft.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollLeftHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollLeftHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollLeftHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollLeftPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollLeftPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollLeftPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollRight.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollRight.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollRightHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollRightHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollRightHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollRightPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollRightPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollRightPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollTop.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollTop.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollTopHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollTopHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollTopHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollTopPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ScrollTopPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ScrollTopPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/SpinBoxDown.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxDown.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxDownDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/SpinBoxDownDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxDownDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/SpinBoxUp.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxUp.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxUpDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/SpinBoxUpDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/SpinBoxUpDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchDisabled.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchDisabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchOff.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOff.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOffHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchOffHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOffHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOffPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchOffPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOffPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchOn.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOn.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOnHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchOnHover.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOnHover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOnPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/ToggleSwitchOnPressed.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/ToggleSwitchOnPressed.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/TreeViewClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/TreeViewClose.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/TreeViewClose.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/TreeViewOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Fluent-Dark/resources/TreeViewOpen.png -------------------------------------------------------------------------------- /themes/Fluent-Dark/resources/TreeViewOpen.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2020 Microsoft Corporation 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#101010", 4 | "Base": "#000000", 5 | "BrightText": "#ff0000", 6 | "Button": "#111111", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#cccccc", 9 | "HighlightedText": "#000000", 10 | "Link": "#2a82da", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#121212", 15 | "WindowText": "#ffffff", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#444747" 18 | }, 19 | "name": "Fluent", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Fluent-Dark/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 JoeGaming 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | GruvBox theme 8 | --- 9 | ![Gruvbox](https://github.com/morhetz/gruvbox) theme for Prism Launcher 10 | ## Preview 11 | ![Preview](preview.png) 12 | 13 | ## License 14 | ``` 15 | SPDX-FileCopyrightText: 2025 Mafien_0 16 | 17 | SPDX-License-Identifier: CC-BY-4.0 18 | SPDX-License-Identifier: CC0-1.0 19 | ``` 20 | -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Gruvbox-Dark/preview.png -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2025 Mafien_0 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Gruvbox-Dark/resources/.keep -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#32302f", 4 | "Base": "#1d2021", 5 | "BrightText": "#ebdbb2", 6 | "Button": "#232323", 7 | "ButtonText": "#ebdbb2", 8 | "Highlight": "#d79921", 9 | "HighlightedText": "#282828", 10 | "Link": "#d65d0e", 11 | "Text": "#d5c4a1", 12 | "ToolTipBase": "#3c3836", 13 | "ToolTipText": "#d5c4a1", 14 | "Window": "#282828", 15 | "WindowText": "#d5c4a1", 16 | "fadeAmount": 0.2, 17 | "fadeColor": "#000000" 18 | }, 19 | "logColors": { 20 | "Launcher": "#b16286", 21 | "Error": "#cc241d", 22 | "Warning": "#d79921", 23 | "Debug": "#689d6a", 24 | "FatalHighlight": "#3c3836", 25 | "Fatal": "#cc241d" 26 | }, 27 | 28 | "name": "Gruvbox", 29 | "widgets": "Fusion" 30 | } 31 | -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2025 Mafien_0 2 | 3 | SPDX-License-Identifier: CC-BY-4.0 4 | -------------------------------------------------------------------------------- /themes/Gruvbox-Dark/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: Apache-2.0 5 | */ 6 | 7 | QToolTip { 8 | color: #d5c4a1; 9 | background-color: #282828; 10 | border: 1px solid #282828; 11 | } 12 | -------------------------------------------------------------------------------- /themes/Hi30-Pink/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Hi30-Pink/preview.png -------------------------------------------------------------------------------- /themes/Hi30-Pink/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Hi30MC 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Hi30-Pink/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Hi30-Pink/resources/.keep -------------------------------------------------------------------------------- /themes/Hi30-Pink/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#171417", 4 | "Base": "#171417", 5 | "BrightText": "#eb90f5", 6 | "Button": "#171417", 7 | "ButtonText": "#eb90f5", 8 | "Highlight": "#eb90f5", 9 | "HighlightedText": "#171417", 10 | "Link": "#55cdfc", 11 | "Text": "#eb90f5", 12 | "ToolTipBase": "#eb90f5", 13 | "ToolTipText": "#eb90f5", 14 | "Window": "#171417", 15 | "WindowText": "#eb90f5", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#741180" 18 | }, 19 | "name": "Hi30 Pink", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Hi30-Pink/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Hi30MC 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Hi30-Pink/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Freecommunist 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #eb90f5; 8 | background-color: #171417; 9 | } 10 | 11 | /* MAIN */ 12 | QMainWindow, 13 | QDockWidget { 14 | background-color: #171417; 15 | } 16 | 17 | QWidget { 18 | /* border-color: #eb90f5; */ 19 | font-family: "Fira Code Semibold", serif; 20 | } 21 | 22 | QObject::separator, 23 | QObject::handle { 24 | outline: 1; 25 | outline-color: #eb90f5; 26 | selection-color: #171417; 27 | selection-background-color: #eb90f5; 28 | alternate-background-color: transparent; 29 | } 30 | 31 | QToolButton { 32 | background-color: #171417; 33 | color: #eb90f5; 34 | padding: 0px; 35 | margin: 0px; 36 | margin-left: 0px; 37 | margin-right: 0px; 38 | } 39 | 40 | QToolButton:hover { 41 | background-color: #eb90f5; 42 | color: #171417; 43 | } 44 | 45 | QToolButton:pressed { 46 | background-color: #eb90f5; 47 | color: #171417 48 | } 49 | 50 | QToolButton:on { 51 | background-color: #b771bf 52 | color: #171417 53 | } 54 | -------------------------------------------------------------------------------- /themes/Jvne/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Jvne/preview.png -------------------------------------------------------------------------------- /themes/Jvne/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Lylythii 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Jvne/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Jvne/resources/.keep -------------------------------------------------------------------------------- /themes/Jvne/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#20002D", 4 | "Base": "#371468", 5 | "BrightText": "#ff0000", 6 | "Button": "#20002D", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#7455FE", 9 | "HighlightedText": "#ffffff", 10 | "Link": "#971343", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#20002D", 15 | "WindowText": "#ffffff", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#20002D" 18 | }, 19 | "name": "Jvne", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Jvne/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Jvne/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/Kanagawa/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Kanagawa/preview.png -------------------------------------------------------------------------------- /themes/Kanagawa/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 c0smic 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Kanagawa/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Kanagawa/resources/.keep -------------------------------------------------------------------------------- /themes/Kanagawa/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1F1F28", 4 | "Base": "#1F1F28", 5 | "BrightText": "#DCD7BA", 6 | "Button": "#2A2A37", 7 | "ButtonText": "#DCD7BA", 8 | "Highlight": "#54546D", 9 | "HighlightedText": "#C8C093", 10 | "Link": "#7AA89F", 11 | "Text": "#DCD7BA", 12 | "ToolTipBase": "#363646", 13 | "ToolTipText": "#DCD7BA", 14 | "Window": "#16161D", 15 | "WindowText": "#DCD7BA", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#2A2A37" 18 | }, 19 | "name": "Kanagawa", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Kanagawa/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2021 Tommaso Laurenzi 2 | SPDX-FileCopyrightText: 2024 c0smic 3 | 4 | SPDX-License-Identifier: MIT 5 | -------------------------------------------------------------------------------- /themes/Kanagawa/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2021 Tommaso Laurenzi 3 | * SPDX-FileCopyrightText: 2024 c0smic 4 | * 5 | * SPDX-License-Identifier: MIT 6 | */ 7 | 8 | QToolTip { 9 | color: #DCD7BA; 10 | background-color: #54546D; 11 | border: 1px solid #54546D; 12 | } 13 | -------------------------------------------------------------------------------- /themes/Mellow/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mellow/preview.png -------------------------------------------------------------------------------- /themes/Mellow/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 Squibid 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Mellow/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mellow/resources/.keep -------------------------------------------------------------------------------- /themes/Mellow/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#131314", 4 | "Base": "#161617", 5 | "BrightText": "#ea83a5", 6 | "Button": "#161617", 7 | "ButtonText": "#c9c7cd", 8 | "Highlight": "#90B99F", 9 | "HighlightedText": "#131314", 10 | "Link": "#aca1cf", 11 | "Text": "#c9c7cd", 12 | "ToolTipBase": "#c9c7cd", 13 | "ToolTipText": "#c9c7cd", 14 | "Window": "#131314", 15 | "WindowText": "#c9c7cd", 16 | "fadeAmount": 0.7, 17 | "fadeColor": "#2a2a2d" 18 | }, 19 | "name": "Mellow", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Mellow/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 Squibid 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Mellow/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2023 Squibid 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c9c7cd; /* text color */ 9 | background-color: #1b1b1d; 10 | border: 1px solid #1b1b1d; 11 | } 12 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Dark/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mod Labyrinth Dark/preview.png -------------------------------------------------------------------------------- /themes/Mod Labyrinth Dark/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 lunofe 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Dark/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mod Labyrinth Dark/resources/.keep -------------------------------------------------------------------------------- /themes/Mod Labyrinth Dark/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "Base": "#16181C", 4 | "HighlightedText": "#16181C", 5 | "Window": "#16181C", 6 | 7 | "AlternateBase": "#26292F", 8 | "Button": "#1b1e24", 9 | "ToolTipBase": "#26292F", 10 | "_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.", 11 | 12 | "Highlight": "#1CD96A", 13 | "Link": "#1CD96A", 14 | 15 | "BrightText": "#999999", 16 | "ButtonText": "#999999", 17 | "Text": "#999999", 18 | "ToolTipText": "#999999", 19 | "WindowText": "#999999", 20 | 21 | "fadeAmount": 0.5, 22 | "fadeColor": "#FF496E" 23 | }, 24 | "name": "Mod Labyrinth Dark", 25 | "qssFilePath": "themeStyle.css", 26 | "widgets": "Fusion" 27 | } 28 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Dark/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 lunofe 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Dark/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2023 lunofe 3 | * 4 | * SPDX-License-Identifier: Unlicense 5 | */ 6 | 7 | QToolTip 8 | { 9 | color: #999999; 10 | background-color: #26292F; 11 | border: 1px solid #16181C; 12 | } 13 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Mixed/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mod Labyrinth Mixed/preview.png -------------------------------------------------------------------------------- /themes/Mod Labyrinth Mixed/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 lunofe 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Mixed/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mod Labyrinth Mixed/resources/.keep -------------------------------------------------------------------------------- /themes/Mod Labyrinth Mixed/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "Base": "#16181C", 4 | "HighlightedText": "#16181C", 5 | 6 | "AlternateBase": "#26292F", 7 | "Button": "#1b1e24", 8 | "ToolTipBase": "#26292F", 9 | "Window": "#26292F", 10 | "_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.", 11 | 12 | "Highlight": "#1CD96A", 13 | "Link": "#1CD96A", 14 | 15 | "BrightText": "#999999", 16 | "ButtonText": "#999999", 17 | "Text": "#999999", 18 | "ToolTipText": "#999999", 19 | "WindowText": "#999999", 20 | 21 | "fadeAmount": 0.5, 22 | "fadeColor": "#FF496E" 23 | }, 24 | "name": "Mod Labyrinth Mixed", 25 | "qssFilePath": "themeStyle.css", 26 | "widgets": "Fusion" 27 | } 28 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Mixed/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 lunofe 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Mixed/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2023 lunofe 3 | * 4 | * SPDX-License-Identifier: Unlicense 5 | */ 6 | 7 | QToolTip 8 | { 9 | color: #999999; 10 | background-color: #26292F; 11 | border: 1px solid #16181C; 12 | } 13 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Pale/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mod Labyrinth Pale/preview.png -------------------------------------------------------------------------------- /themes/Mod Labyrinth Pale/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 lunofe 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Pale/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Mod Labyrinth Pale/resources/.keep -------------------------------------------------------------------------------- /themes/Mod Labyrinth Pale/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#26292F", 4 | "Base": "#26292F", 5 | "Button": "#1b1e24", 6 | "HighlightedText": "#26292F", 7 | "ToolTipBase": "#26292F", 8 | "Window": "#26292F", 9 | "_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.", 10 | 11 | "Highlight": "#1CD96A", 12 | "Link": "#1CD96A", 13 | 14 | "BrightText": "#999999", 15 | "ButtonText": "#999999", 16 | "Text": "#999999", 17 | "ToolTipText": "#999999", 18 | "WindowText": "#999999", 19 | 20 | "fadeAmount": 0.5, 21 | "fadeColor": "#FF496E" 22 | }, 23 | "name": "Mod Labyrinth Pale", 24 | "qssFilePath": "themeStyle.css", 25 | "widgets": "Fusion" 26 | } 27 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Pale/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 lunofe 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Mod Labyrinth Pale/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2023 lunofe 3 | * 4 | * SPDX-License-Identifier: Unlicense 5 | */ 6 | 7 | QToolTip 8 | { 9 | color: #999999; 10 | background-color: #26292F; 11 | border: 1px solid #16181C; 12 | } 13 | -------------------------------------------------------------------------------- /themes/Nord-Polar-Night/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Nord-Polar-Night/preview.png -------------------------------------------------------------------------------- /themes/Nord-Polar-Night/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Lylythii 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Nord-Polar-Night/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Nord-Polar-Night/resources/.keep -------------------------------------------------------------------------------- /themes/Nord-Polar-Night/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#2E3440", 4 | "Base": "#3B4252", 5 | "BrightText": "#ff0000", 6 | "Button": "#2E3440", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#4C566A", 9 | "HighlightedText": "#CCCCCC", 10 | "Link": "#CD001F", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#2E3440", 15 | "WindowText": "#ffffff", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#2E3440" 18 | }, 19 | "logColors": { 20 | "Launcher": "#B48EAD", 21 | "Error": "#BF616A", 22 | "Warning": "#EBCB8B", 23 | "Debug": "#A3BE8C", 24 | "FatalHighlight": "#BF616A", 25 | "Fatal": "#2E3440" 26 | }, 27 | "name": "Nord Polar Night", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Nord-Polar-Night/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Nord-Polar-Night/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/Nord-Snow-Storm/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Nord-Snow-Storm/preview.png -------------------------------------------------------------------------------- /themes/Nord-Snow-Storm/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Lylythii 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Nord-Snow-Storm/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Nord-Snow-Storm/resources/.keep -------------------------------------------------------------------------------- /themes/Nord-Snow-Storm/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#D8DEE9", 4 | "Base": "#E5E9F0", 5 | "BrightText": "#ff0000", 6 | "Button": "#D8DEE9", 7 | "ButtonText": "#000000", 8 | "Highlight": "#D8DEE9", 9 | "HighlightedText": "#000000", 10 | "Link": "#CD001F", 11 | "Text": "#000000", 12 | "ToolTipBase": "#000000", 13 | "ToolTipText": "#000000", 14 | "Window": "#D8DEE9", 15 | "WindowText": "#000000", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#D8DEE9" 18 | }, 19 | "name": "Nord Snow Storm", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Nord-Snow-Storm/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Nord-Snow-Storm/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } -------------------------------------------------------------------------------- /themes/Nord/README.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | Nord 9 | --- 10 | [Nord](https://nordtheme.com) theme for Prism Launcher. 11 | 12 | ## Preview 13 | ![Nord Preview](preview.png) 14 | 15 | ## License 16 | ``` 17 | GPL-3.0-or-later License 18 | 19 | Copyright (c) 2016 Nord Theme 20 | Copyright (c) 2022 Derpitron 21 | 22 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 23 | 24 | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 25 | 26 | You should have received a copy of the GNU General Public License along with this program. If not, see . 27 | ``` 28 | -------------------------------------------------------------------------------- /themes/Nord/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Nord/preview.png -------------------------------------------------------------------------------- /themes/Nord/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Nord/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Nord/resources/.keep -------------------------------------------------------------------------------- /themes/Nord/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#353B49", 4 | "Base": "#2E3440", 5 | "BrightText": "#BF616A", 6 | "Button": "#353B49", 7 | "ButtonText": "#D8DEE9", 8 | "Highlight": "#88C0D0", 9 | "HighlightedText": "#2E3440", 10 | "Link": "#88C0D0", 11 | "Text": "#D8DEE9", 12 | "ToolTipBase": "#D8DEE9", 13 | "ToolTipText": "#D8DEE9", 14 | "Window": "#353B49", 15 | "WindowText": "#D8DEE9", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#353B49" 18 | }, 19 | "logColors": { 20 | "Launcher": "#B48EAD", 21 | "Error": "#BF616A", 22 | "Warning": "#EBCB8B", 23 | "Debug": "#A3BE8C", 24 | "FatalHighlight": "#BF616A", 25 | "Fatal": "#2E3440" 26 | }, 27 | "name": "Nord", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Nord/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2016 Nord Theme 2 | SPDX-FileCopyrightText: 2022 Derpitron 3 | 4 | # SPDX-License-Identifier: GPL-3.0-or-later 5 | -------------------------------------------------------------------------------- /themes/Nord/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Derpitron 3 | * 4 | * SPDX-License-Identifier: GPL-3.0-or-later 5 | */ 6 | 7 | QToolTip { 8 | color: #D8DEE9; 9 | background-color: #3B4252; 10 | border: 1px solid #3B4252 11 | } 12 | -------------------------------------------------------------------------------- /themes/Rangoon-Lightning/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Rangoon-Lightning/preview.png -------------------------------------------------------------------------------- /themes/Rangoon-Lightning/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 AshtakaOOf 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Rangoon-Lightning/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Rangoon-Lightning/resources/.keep -------------------------------------------------------------------------------- /themes/Rangoon-Lightning/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#171714", 4 | "Base": "#171714", 5 | "BrightText": "#ffbf22", 6 | "Button": "#171714", 7 | "ButtonText": "#ffbf22", 8 | "Highlight": "#ffbf22", 9 | "HighlightedText": "#171714", 10 | "Link": "#5f999d", 11 | "Text": "#ffbf22", 12 | "ToolTipBase": "#ffbf22", 13 | "ToolTipText": "#ffbf22", 14 | "Window": "#171714", 15 | "WindowText": "#ffbf22", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#7f5f11" 18 | }, 19 | "name": "Rangoon Lightning", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Rangoon-Lightning/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Freecommunist 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/preview.png -------------------------------------------------------------------------------- /themes/Renoise/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/.keep -------------------------------------------------------------------------------- /themes/Renoise/resources/checked-alt-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/checked-alt-disabled.png -------------------------------------------------------------------------------- /themes/Renoise/resources/checked-alt-disabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/checked-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/checked-alt.png -------------------------------------------------------------------------------- /themes/Renoise/resources/checked-alt.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/checked-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/checked-disabled.png -------------------------------------------------------------------------------- /themes/Renoise/resources/checked-disabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/checked.png -------------------------------------------------------------------------------- /themes/Renoise/resources/checked.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/downarrow-alt.png -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow-alt.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/downarrow-disabled.png -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow-disabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/downarrow-hover.png -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow-hover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/downarrow.png -------------------------------------------------------------------------------- /themes/Renoise/resources/downarrow.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/unchecked-alt-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/unchecked-alt-disabled.png -------------------------------------------------------------------------------- /themes/Renoise/resources/unchecked-alt-disabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/unchecked-alt-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/unchecked-alt-hover.png -------------------------------------------------------------------------------- /themes/Renoise/resources/unchecked-alt-hover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/unchecked-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/unchecked-alt.png -------------------------------------------------------------------------------- /themes/Renoise/resources/unchecked-alt.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/uparrow-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/uparrow-disabled.png -------------------------------------------------------------------------------- /themes/Renoise/resources/uparrow-disabled.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/uparrow-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/uparrow-hover.png -------------------------------------------------------------------------------- /themes/Renoise/resources/uparrow-hover.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/resources/uparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Renoise/resources/uparrow.png -------------------------------------------------------------------------------- /themes/Renoise/resources/uparrow.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Renoise/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#2c2c2c", 4 | "Base": "#414141", 5 | "BrightText": "#fdfdfd", 6 | "Button": "#5e5e5e", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#f16a32", 9 | "HighlightedText": "#151414", 10 | "Link": "#999999", 11 | "Text": "151414", 12 | "ToolTipBase": "#414141", 13 | "ToolTipText": "151414", 14 | "Window": "#2c2c2c", 15 | "WindowText": "151414", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#8d8d8d" 18 | }, 19 | "name": "Renoise", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/Renoise/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 Vibri 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Scarlett-Pink/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Scarlett-Pink/preview.png -------------------------------------------------------------------------------- /themes/Scarlett-Pink/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 ScarlettPPC 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Scarlett-Pink/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#F8C8DC", 4 | "Base": "#FFDBE9", 5 | "BrightText": "#900000", 6 | "Button": "#FFDBE9", 7 | "ButtonText": "#900000", 8 | "Highlight": "#900000", 9 | "HighlightedText": "#ffffff", 10 | "Link": "#900000", 11 | "Text": "#900000", 12 | "ToolTipBase": "#900000", 13 | "ToolTipText": "#900000", 14 | "Window": "#F8C8DC", 15 | "WindowText": "#900000", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#31363b" 18 | }, 19 | "name": "Scarlett Pink", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Scarlett-Pink/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2024 ScarlettPPC 2 | 3 | SPDX-License-Identifier: MIT 4 | -------------------------------------------------------------------------------- /themes/Scarlett-Pink/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2024 ScarlettPPC 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { color: #ffffff; background-color: #000000; border: 0px solid white; } 8 | -------------------------------------------------------------------------------- /themes/Solarized-Dark/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Solarized-Dark/preview.png -------------------------------------------------------------------------------- /themes/Solarized-Dark/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 extremepayne 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Solarized-Dark/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Solarized-Dark/resources/.keep -------------------------------------------------------------------------------- /themes/Solarized-Dark/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#002b36", 4 | "Base": "#073642", 5 | "BrightText": "#93a1a1", 6 | "Button": "#002b36", 7 | "ButtonText": "#93a1a1", 8 | "Highlight": "#2a82da", 9 | "HighlightedText": "#000000", 10 | "Link": "#2a82da", 11 | "Text": "#839496", 12 | "ToolTipBase": "#ffffff", 13 | "ToolTipText": "#ffffff", 14 | "Window": "#002b36", 15 | "WindowText": "#839496", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#073642" 18 | }, 19 | "logColors": { 20 | "Launcher": "#6c71c4", 21 | "Error": "#dc322f", 22 | "Warning": "#b58900", 23 | "Debug": "#2aa198", 24 | "FatalHighlight": "#dc322f", 25 | "Fatal": "#073642" 26 | }, 27 | "name": "Solarized", 28 | "widgets": "Fusion" 29 | } 30 | -------------------------------------------------------------------------------- /themes/Solarized-Dark/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2011 Ethan Schoonover 2 | SPDX-FileCopyrightText: 2023 extremepayne 3 | 4 | SPDX-License-Identifier: MIT 5 | -------------------------------------------------------------------------------- /themes/Solarized-Dark/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2011 Ethan Schoonover 3 | * SPDX-FileCopyrightText: 2023 extremepayne 4 | * 5 | * SPDX-License-Identifier: MIT 6 | */ 7 | 8 | QToolTip { 9 | color: #93a1a1; 10 | background-color: #073642; 11 | border: 1px solid #002b36; 12 | } 13 | -------------------------------------------------------------------------------- /themes/Steam-Classic/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Steam-Classic/preview.png -------------------------------------------------------------------------------- /themes/Steam-Classic/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 AshtakaOOf 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Steam-Classic/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Steam-Classic/resources/.keep -------------------------------------------------------------------------------- /themes/Steam-Classic/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#5a6a50", 4 | "Base": "#4c5844", 5 | "BrightText": "#ff0000", 6 | "Button": "#4c5844", 7 | "ButtonText": "#ffffff", 8 | "Highlight": "#3e4637", 9 | "HighlightedText": "#91863c", 10 | "Link": "#c4b550", 11 | "Text": "#ffffff", 12 | "ToolTipBase": "#ffffe0", 13 | "ToolTipText": "#000000", 14 | "Window": "#4c5844", 15 | "WindowText": "#a0aa95", 16 | "fadeAmount": 0.9, 17 | "fadeColor": "#282e22" 18 | }, 19 | "name": "Steam Classic", 20 | "qssFilePath": "themeStyle.css", 21 | "widgets": "Fusion" 22 | } 23 | -------------------------------------------------------------------------------- /themes/Steam-Classic/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 MungoDude 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/Steam-Classic/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 MungoDude 3 | * 4 | * SPDX-License-Identifier: CC0-1.0 5 | */ 6 | 7 | QToolTip { color: #000000; background-color: #ffffe0; border: 1px solid white; } 8 | -------------------------------------------------------------------------------- /themes/Tokyo-Night/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Tokyo-Night/preview.png -------------------------------------------------------------------------------- /themes/Tokyo-Night/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 Fazzi 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Tokyo-Night/resources/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrismLauncher/Themes/244d29f52abdba4c7893b8c6499cbfb74cf8384a/themes/Tokyo-Night/resources/.keep -------------------------------------------------------------------------------- /themes/Tokyo-Night/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#292e42", 4 | "Base": "#1a1b26", 5 | "BrightText": "#c0caf5", 6 | "Button": "#1a1b26", 7 | "ButtonText": "#c0caf5", 8 | "Highlight": "#565f89", 9 | "HighlightedText": "#c0caf5", 10 | "Link": "#9aa5ce", 11 | "Text": "#c0caf5", 12 | "ToolTipBase": "#414868", 13 | "ToolTipText": "#c0caf5", 14 | "Window": "#16161e", 15 | "WindowText": "#c0caf5", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "logColors": { 20 | "Launcher": "#bb9af7", 21 | "Error": "#f7768e", 22 | "Warning": "#e0af68", 23 | "Debug": "#9ece6a", 24 | "FatalHighlight": "#f7768e", 25 | "Fatal": "#1a1b26" 26 | }, 27 | "name": "Tokyo Night", 28 | "qssFilePath": "themeStyle.css", 29 | "widgets": "Fusion" 30 | } 31 | -------------------------------------------------------------------------------- /themes/Tokyo-Night/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2023 Fazzi 2 | 3 | SPDX-License-Identifier: Unlicense 4 | -------------------------------------------------------------------------------- /themes/Tokyo-Night/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: Unlicense 5 | */ 6 | 7 | { 8 | "QToolTip": { 9 | "color": "#c0caf5", 10 | "background-color": "#1a1b26", 11 | "border": "1px solid #7aa2f7" 12 | } 13 | } 14 | --------------------------------------------------------------------------------