Skip to content

Commit

Permalink
Merge pull request #28 from lunofe/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 17, 2023
2 parents 84f82de + 895360b commit da55552
Show file tree
Hide file tree
Showing 18 changed files with 248 additions and 0 deletions.
38 changes: 38 additions & 0 deletions themes/Mod Labyrinth Dark/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
SPDX-FileCopyrightText: 2023 lunofe
SPDX-License-Identifier: Unlicense
-->

# Mod Labyrinth Dark Theme for PrismLauncher

## Preview
![Preview](preview.png)

## License
```
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
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 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.
For more information, please refer to <http://unlicense.org/>
```
Binary file added themes/Mod Labyrinth Dark/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/Mod Labyrinth Dark/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 lunofe

SPDX-License-Identifier: Unlicense
27 changes: 27 additions & 0 deletions themes/Mod Labyrinth Dark/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"colors": {
"Base": "#16181C",
"HighlightedText": "#16181C",
"Window": "#16181C",

"AlternateBase": "#26292F",
"Button": "#1b1e24",
"ToolTipBase": "#26292F",
"_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.",

"Highlight": "#1CD96A",
"Link": "#1CD96A",

"BrightText": "#999999",
"ButtonText": "#999999",
"Text": "#999999",
"ToolTipText": "#999999",
"WindowText": "#999999",

"fadeAmount": 0.5,
"fadeColor": "#FF496E"
},
"name": "Mod Labyrinth Dark",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Mod Labyrinth Dark/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 lunofe

SPDX-License-Identifier: Unlicense
12 changes: 12 additions & 0 deletions themes/Mod Labyrinth Dark/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: 2023 lunofe
*
* SPDX-License-Identifier: Unlicense
*/

QToolTip
{
color: #999999;
background-color: #26292F;
border: 1px solid #16181C;
}
38 changes: 38 additions & 0 deletions themes/Mod Labyrinth Mixed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
SPDX-FileCopyrightText: 2023 lunofe
SPDX-License-Identifier: Unlicense
-->

# Mod Labyrinth Mixed Theme for PrismLauncher

## Preview
![Preview](preview.png)

## License
```
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
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 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.
For more information, please refer to <http://unlicense.org/>
```
Binary file added themes/Mod Labyrinth Mixed/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/Mod Labyrinth Mixed/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 lunofe

SPDX-License-Identifier: Unlicense
27 changes: 27 additions & 0 deletions themes/Mod Labyrinth Mixed/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"colors": {
"Base": "#16181C",
"HighlightedText": "#16181C",

"AlternateBase": "#26292F",
"Button": "#1b1e24",
"ToolTipBase": "#26292F",
"Window": "#26292F",
"_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.",

"Highlight": "#1CD96A",
"Link": "#1CD96A",

"BrightText": "#999999",
"ButtonText": "#999999",
"Text": "#999999",
"ToolTipText": "#999999",
"WindowText": "#999999",

"fadeAmount": 0.5,
"fadeColor": "#FF496E"
},
"name": "Mod Labyrinth Mixed",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Mod Labyrinth Mixed/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 lunofe

SPDX-License-Identifier: Unlicense
12 changes: 12 additions & 0 deletions themes/Mod Labyrinth Mixed/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: 2023 lunofe
*
* SPDX-License-Identifier: Unlicense
*/

QToolTip
{
color: #999999;
background-color: #26292F;
border: 1px solid #16181C;
}
38 changes: 38 additions & 0 deletions themes/Mod Labyrinth Pale/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
SPDX-FileCopyrightText: 2023 lunofe
SPDX-License-Identifier: Unlicense
-->

# Mod Labyrinth Pale Theme for PrismLauncher

## Preview
![Preview](preview.png)

## License
```
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
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 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.
For more information, please refer to <http://unlicense.org/>
```
Binary file added themes/Mod Labyrinth Pale/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/Mod Labyrinth Pale/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 lunofe

SPDX-License-Identifier: Unlicense
26 changes: 26 additions & 0 deletions themes/Mod Labyrinth Pale/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"colors": {
"AlternateBase": "#26292F",
"Base": "#26292F",
"Button": "#1b1e24",
"HighlightedText": "#26292F",
"ToolTipBase": "#26292F",
"Window": "#26292F",
"_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.",

"Highlight": "#1CD96A",
"Link": "#1CD96A",

"BrightText": "#999999",
"ButtonText": "#999999",
"Text": "#999999",
"ToolTipText": "#999999",
"WindowText": "#999999",

"fadeAmount": 0.5,
"fadeColor": "#FF496E"
},
"name": "Mod Labyrinth Pale",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Mod Labyrinth Pale/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 lunofe

SPDX-License-Identifier: Unlicense
12 changes: 12 additions & 0 deletions themes/Mod Labyrinth Pale/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: 2023 lunofe
*
* SPDX-License-Identifier: Unlicense
*/

QToolTip
{
color: #999999;
background-color: #26292F;
border: 1px solid #16181C;
}

0 comments on commit da55552

Please sign in to comment.