diff --git a/themes/Amoled/README.md b/themes/Amoled/README.md new file mode 100644 index 0000000..ee73522 --- /dev/null +++ b/themes/Amoled/README.md @@ -0,0 +1,25 @@ + + +Amoled +--- +Amoled-esque theme for Prism Launcher + +## Preview +![Amoled Preview](preview.png) + +## License +``` +The MIT License (MIT) + +Copyright (c) 2022 Lylythii + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/themes/Amoled/preview.png b/themes/Amoled/preview.png new file mode 100644 index 0000000..75f3acd Binary files /dev/null and b/themes/Amoled/preview.png differ diff --git a/themes/Amoled/preview.png.license b/themes/Amoled/preview.png.license new file mode 100644 index 0000000..0a99a69 --- /dev/null +++ b/themes/Amoled/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 Lylythii + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Amoled/theme.json b/themes/Amoled/theme.json new file mode 100644 index 0000000..67786e9 --- /dev/null +++ b/themes/Amoled/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#000000", + "Base": "#000000", + "BrightText": "#ff0000", + "Button": "#000000", + "ButtonText": "#ffffff", + "Highlight": "#4C4C4C", + "HighlightedText": "#CCCCCC", + "Link": "#CD001F", + "Text": "#ffffff", + "ToolTipBase": "#ffffff", + "ToolTipText": "#ffffff", + "Window": "#000000", + "WindowText": "#ffffff", + "fadeAmount": 0.5, + "fadeColor": "#000000" + }, + "name": "Amoled", + "widgets": "Fusion" +} diff --git a/themes/Amoled/theme.json.license b/themes/Amoled/theme.json.license new file mode 100644 index 0000000..112820d --- /dev/null +++ b/themes/Amoled/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + +SPDX-License-Identifier: Apache-2.0 diff --git a/themes/Amoled/themeStyle.css b/themes/Amoled/themeStyle.css new file mode 100644 index 0000000..13fe9b9 --- /dev/null +++ b/themes/Amoled/themeStyle.css @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + * + * SPDX-License-Identifier: Apache-2.0 + */ + +QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } \ No newline at end of file diff --git a/themes/BD-Blue/README.md b/themes/BD-Blue/README.md new file mode 100644 index 0000000..be0a78d --- /dev/null +++ b/themes/BD-Blue/README.md @@ -0,0 +1,25 @@ + + +BD Blue +--- +BD style theme for Prism Launcher + +## Preview +![BD Blue Preview](preview.png) + +## License +``` +The MIT License (MIT) + +Copyright (c) 2022 Lylythii + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/themes/BD-Blue/preview.png b/themes/BD-Blue/preview.png new file mode 100644 index 0000000..910e86e Binary files /dev/null and b/themes/BD-Blue/preview.png differ diff --git a/themes/BD-Blue/preview.png.license b/themes/BD-Blue/preview.png.license new file mode 100644 index 0000000..0a99a69 --- /dev/null +++ b/themes/BD-Blue/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 Lylythii + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/BD-Blue/theme.json b/themes/BD-Blue/theme.json new file mode 100644 index 0000000..d678178 --- /dev/null +++ b/themes/BD-Blue/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#121318", + "Base": "#040405", + "BrightText": "#ff0000", + "Button": "#121318", + "ButtonText": "#ffffff", + "Highlight": "#3E82E5", + "HighlightedText": "#ffffff", + "Link": "#CD001F", + "Text": "#ffffff", + "ToolTipBase": "#ffffff", + "ToolTipText": "#ffffff", + "Window": "#121318", + "WindowText": "#ffffff", + "fadeAmount": 0.5, + "fadeColor": "#121318" + }, + "name": "BD Blue", + "widgets": "Fusion" +} diff --git a/themes/BD-Blue/theme.json.license b/themes/BD-Blue/theme.json.license new file mode 100644 index 0000000..112820d --- /dev/null +++ b/themes/BD-Blue/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + +SPDX-License-Identifier: Apache-2.0 diff --git a/themes/BD-Blue/themeStyle.css b/themes/BD-Blue/themeStyle.css new file mode 100644 index 0000000..13fe9b9 --- /dev/null +++ b/themes/BD-Blue/themeStyle.css @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + * + * SPDX-License-Identifier: Apache-2.0 + */ + +QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } \ No newline at end of file diff --git a/themes/Nord-Polar-Night/README.md b/themes/Nord-Polar-Night/README.md new file mode 100644 index 0000000..8b9fbfe --- /dev/null +++ b/themes/Nord-Polar-Night/README.md @@ -0,0 +1,25 @@ + + +Nord Polar Night +--- +Nord (Polar Night) theme for Prism Launcher + +## Preview +![Nord Polar Night Preview](preview.png) + +## License +``` +The MIT License (MIT) + +Copyright (c) 2022 Lylythii + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/themes/Nord-Polar-Night/preview.png b/themes/Nord-Polar-Night/preview.png new file mode 100644 index 0000000..2e688b1 Binary files /dev/null and b/themes/Nord-Polar-Night/preview.png differ diff --git a/themes/Nord-Polar-Night/preview.png.license b/themes/Nord-Polar-Night/preview.png.license new file mode 100644 index 0000000..0a99a69 --- /dev/null +++ b/themes/Nord-Polar-Night/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 Lylythii + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Nord-Polar-Night/theme.json b/themes/Nord-Polar-Night/theme.json new file mode 100644 index 0000000..8485138 --- /dev/null +++ b/themes/Nord-Polar-Night/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#2E3440", + "Base": "#3B4252", + "BrightText": "#ff0000", + "Button": "#2E3440", + "ButtonText": "#ffffff", + "Highlight": "#4C566A", + "HighlightedText": "#CCCCCC", + "Link": "#CD001F", + "Text": "#ffffff", + "ToolTipBase": "#ffffff", + "ToolTipText": "#ffffff", + "Window": "#2E3440", + "WindowText": "#ffffff", + "fadeAmount": 0.5, + "fadeColor": "#2E3440" + }, + "name": "Nord Polar Night", + "widgets": "Fusion" +} diff --git a/themes/Nord-Polar-Night/theme.json.license b/themes/Nord-Polar-Night/theme.json.license new file mode 100644 index 0000000..112820d --- /dev/null +++ b/themes/Nord-Polar-Night/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + +SPDX-License-Identifier: Apache-2.0 diff --git a/themes/Nord-Polar-Night/themeStyle.css b/themes/Nord-Polar-Night/themeStyle.css new file mode 100644 index 0000000..13fe9b9 --- /dev/null +++ b/themes/Nord-Polar-Night/themeStyle.css @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + * + * SPDX-License-Identifier: Apache-2.0 + */ + +QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } \ No newline at end of file diff --git a/themes/Nord-Snow-Storm/README.md b/themes/Nord-Snow-Storm/README.md new file mode 100644 index 0000000..247ada6 --- /dev/null +++ b/themes/Nord-Snow-Storm/README.md @@ -0,0 +1,25 @@ + + +Nord Snow Storm +--- +Nord (Snow Storm) theme for Prism Launcher + +## Preview +![Nord Snow Storm Preview](preview.png) + +## License +``` +The MIT License (MIT) + +Copyright (c) 2022 Lylythii + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/themes/Nord-Snow-Storm/preview.png b/themes/Nord-Snow-Storm/preview.png new file mode 100644 index 0000000..418d390 Binary files /dev/null and b/themes/Nord-Snow-Storm/preview.png differ diff --git a/themes/Nord-Snow-Storm/preview.png.license b/themes/Nord-Snow-Storm/preview.png.license new file mode 100644 index 0000000..0a99a69 --- /dev/null +++ b/themes/Nord-Snow-Storm/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 Lylythii + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Nord-Snow-Storm/theme.json b/themes/Nord-Snow-Storm/theme.json new file mode 100644 index 0000000..869b071 --- /dev/null +++ b/themes/Nord-Snow-Storm/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#D8DEE9", + "Base": "#E5E9F0", + "BrightText": "#ff0000", + "Button": "#D8DEE9", + "ButtonText": "#000000", + "Highlight": "#D8DEE9", + "HighlightedText": "#000000", + "Link": "#CD001F", + "Text": "#000000", + "ToolTipBase": "#000000", + "ToolTipText": "#000000", + "Window": "#D8DEE9", + "WindowText": "#000000", + "fadeAmount": 0.5, + "fadeColor": "#D8DEE9" + }, + "name": "Nord Snow Storm", + "widgets": "Fusion" +} diff --git a/themes/Nord-Snow-Storm/theme.json.license b/themes/Nord-Snow-Storm/theme.json.license new file mode 100644 index 0000000..112820d --- /dev/null +++ b/themes/Nord-Snow-Storm/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + +SPDX-License-Identifier: Apache-2.0 diff --git a/themes/Nord-Snow-Storm/themeStyle.css b/themes/Nord-Snow-Storm/themeStyle.css new file mode 100644 index 0000000..13fe9b9 --- /dev/null +++ b/themes/Nord-Snow-Storm/themeStyle.css @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors + * + * SPDX-License-Identifier: Apache-2.0 + */ + +QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } \ No newline at end of file