diff --git a/.github/workflows/lint-reuse.yml b/.github/workflows/lint-reuse.yml index 0f7dd71..944e5af 100644 --- a/.github/workflows/lint-reuse.yml +++ b/.github/workflows/lint-reuse.yml @@ -12,4 +12,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v1 + uses: fsfe/reuse-action@v2 diff --git a/themes/Everforest-Dark-Hard/README.md b/themes/Everforest-Dark-Hard/README.md new file mode 100644 index 0000000..90fd762 --- /dev/null +++ b/themes/Everforest-Dark-Hard/README.md @@ -0,0 +1,37 @@ + + +Everforest-Dark-Hard +--- +[Everforest Dark Hard](https://github.com/sainnhe/everforest) theme for Prism Launcher. + +## Preview +![Everforest-Dark-Hard Preview](preview.png) + +# License +``` +MIT License + +Copyright (c) 2019 sainnhe + +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/Everforest-Dark-Hard/preview.png b/themes/Everforest-Dark-Hard/preview.png new file mode 100644 index 0000000..69daa9d Binary files /dev/null and b/themes/Everforest-Dark-Hard/preview.png differ diff --git a/themes/Everforest-Dark-Hard/preview.png.license b/themes/Everforest-Dark-Hard/preview.png.license new file mode 100644 index 0000000..ef0d982 --- /dev/null +++ b/themes/Everforest-Dark-Hard/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Nizzuta + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Everforest-Dark-Hard/theme.json b/themes/Everforest-Dark-Hard/theme.json new file mode 100644 index 0000000..d0c8dc0 --- /dev/null +++ b/themes/Everforest-Dark-Hard/theme.json @@ -0,0 +1,22 @@ +{ + "colors": { + "AlternateBase": "#272e33", + "Base": "#1e2326", + "BrightText": "#d3c6aa", + "Button": "#3c4841", + "ButtonText": "#d3c6aa", + "Highlight": "#3c4841", + "HighlightedText": "#9da9a0", + "Link": "#7dbbb3", + "Text": "#d3c6aa", + "ToolTipBase": "#a7c080", + "ToolTipText": "#a7c080", + "Window": "#272e33", + "WindowText": "#d3c6aa", + "fadeAmount": 0.5, + "fadeColor": "#3c4841" + }, + "name": "Everforest Dark Hard", + "qssFilePath": "themeStyle.css", + "widgets": "Fusion" +} diff --git a/themes/Everforest-Dark-Hard/theme.json.license b/themes/Everforest-Dark-Hard/theme.json.license new file mode 100644 index 0000000..34df78c --- /dev/null +++ b/themes/Everforest-Dark-Hard/theme.json.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2019 sainnhe +SPDX-FileCopyrightText: 2023 Nizzuta + +SPDX-License-Identifier: MIT diff --git a/themes/Everforest-Dark-Hard/themeStyle.css b/themes/Everforest-Dark-Hard/themeStyle.css new file mode 100644 index 0000000..66f4a8e --- /dev/null +++ b/themes/Everforest-Dark-Hard/themeStyle.css @@ -0,0 +1,11 @@ +/* + * SPDX-FileCopyrightText: 2019 sainhe + * SPDX-FileCopyrightText: 2023 Nizzuta + * + * SPDX-License-Identifier: MIT + */ +QToolTip { + color: #d3c6aa; + background-color: #272e33; + border: 1px solid #272e33; +} diff --git a/themes/Mellow/README.md b/themes/Mellow/README.md new file mode 100644 index 0000000..d6c3e6d --- /dev/null +++ b/themes/Mellow/README.md @@ -0,0 +1,38 @@ + + +Mellow +--- +Colorscheme by Rohit K Viswanath. Applied to Prismlauncher by me, Squibid. + +## Preview +![Mellow Preview](preview.png) + +## License +``` +MIT License + +Copyright (c) 2023 Rohit K Viswanath +Copyright (c) 2023 Squibid + +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/Mellow/preview.png b/themes/Mellow/preview.png new file mode 100644 index 0000000..efbee0b Binary files /dev/null and b/themes/Mellow/preview.png differ diff --git a/themes/Mellow/preview.png.license b/themes/Mellow/preview.png.license new file mode 100644 index 0000000..cefc6b4 --- /dev/null +++ b/themes/Mellow/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Squibid + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Mellow/theme.json b/themes/Mellow/theme.json new file mode 100644 index 0000000..73810b4 --- /dev/null +++ b/themes/Mellow/theme.json @@ -0,0 +1,22 @@ +{ + "colors": { + "AlternateBase": "#131314", + "Base": "#161617", + "BrightText": "#ea83a5", + "Button": "#161617", + "ButtonText": "#c9c7cd", + "Highlight": "#90B99F", + "HighlightedText": "#131314", + "Link": "#aca1cf", + "Text": "#c9c7cd", + "ToolTipBase": "#c9c7cd", + "ToolTipText": "#c9c7cd", + "Window": "#131314", + "WindowText": "#c9c7cd", + "fadeAmount": 0.7, + "fadeColor": "#2a2a2d" + }, + "name": "Mellow", + "qssFilePath": "themeStyle.css", + "widgets": "Fusion" +} diff --git a/themes/Mellow/theme.json.license b/themes/Mellow/theme.json.license new file mode 100644 index 0000000..1f873f3 --- /dev/null +++ b/themes/Mellow/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Squibid + +SPDX-License-Identifier: MIT diff --git a/themes/Mellow/themeStyle.css b/themes/Mellow/themeStyle.css new file mode 100644 index 0000000..245df49 --- /dev/null +++ b/themes/Mellow/themeStyle.css @@ -0,0 +1,11 @@ +/* + * SPDX-FileCopyrightText: 2023 Squibid + * + * SPDX-License-Identifier: MIT + */ + +QToolTip { + color: #c9c7cd; /* text color */ + background-color: #1b1b1d; + border: 1px solid #1b1b1d; +}