Skip to content

Commit

Permalink
Merge pull request #4 from Mqisty/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 21, 2022
2 parents f02f1db + ad28aec commit 8f1885d
Show file tree
Hide file tree
Showing 16 changed files with 276 additions and 0 deletions.
34 changes: 34 additions & 0 deletions themes/Catppuccin-Frappe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2022 Mqisty
SPDX-License-Identifier: CC0-1.0
-->

Catppuccin-Frappe
---
[Catppuccin-Frappe](https://github.com/catppuccin/catppuccin) theme for Prism Launcher.

## License
```
MIT License
Copyright (c) 2021 Catppuccin
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.
```
21 changes: 21 additions & 0 deletions themes/Catppuccin-Frappe/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"colors": {
"AlternateBase": "#303446",
"Base": "#292c3c",
"BrightText": "#b5bfe2",
"Button": "#414559",
"ButtonText": "#c6d0f5",
"Highlight": "#babbf1",
"HighlightedText": "#303446",
"Link": "#babbf1",
"Text": "#c6d0f5",
"ToolTipBase": "#dee5fc",
"ToolTipText": "#dee5fc",
"Window": "#303446",
"WindowText": "#b5bfe2",
"fadeAmount": 0.5,
"fadeColor": "#737994"
},
"name": "Catppuccin Frappé",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Catppuccin-Frappe/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Catppuccin

SPDX-License-Identifier: MIT
11 changes: 11 additions & 0 deletions themes/Catppuccin-Frappe/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* SPDX-FileCopyrightText: 2022 Catppuccin
*
* SPDX-License-Identifier: MIT
*/

QToolTip {
color: #c6d0f5;
background-color: #414559;
border: 1px solid #414559
}
34 changes: 34 additions & 0 deletions themes/Catppuccin-Latte/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2022 Mqisty
SPDX-License-Identifier: CC0-1.0
-->

Catppuccin-Latte
---
[Catppuccin-Latte](https://github.com/catppuccin/catppuccin) theme for Prism Launcher.

## License
```
MIT License
Copyright (c) 2021 Catppuccin
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.
```
21 changes: 21 additions & 0 deletions themes/Catppuccin-Latte/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"colors": {
"AlternateBase": "#eff1f5",
"Base": "#e6e9ef",
"BrightText": "#5c5f77",
"Button": "#ccd0da",
"ButtonText": "#4c4f69",
"Highlight": "#b4befe",
"HighlightedText": "#1e1e2e",
"Link": "#7287fd",
"Text": "#4c4f69",
"ToolTipBase": "#dee5fc",
"ToolTipText": "#dee5fc",
"Window": "#ccd0da",
"WindowText": "#5c5f77",
"fadeAmount": 0.5,
"fadeColor": "#9ca0b0"
},
"name": "Catppuccin Latte",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Catppuccin-Latte/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Catppuccin

SPDX-License-Identifier: MIT
11 changes: 11 additions & 0 deletions themes/Catppuccin-Latte/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* SPDX-FileCopyrightText: 2022 Catppuccin
*
* SPDX-License-Identifier: MIT
*/

QToolTip {
color: #4c4f69;
background-color: #ccd0da;
border: 1px solid #ccd0da
}
34 changes: 34 additions & 0 deletions themes/Catppuccin-Macchiato/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2022 Mqisty
SPDX-License-Identifier: CC0-1.0
-->

Catppuccin-Macchiato
---
[Catppuccin-Macchiato](https://github.com/catppuccin/catppuccin) theme for Prism Launcher.

## License
```
MIT License
Copyright (c) 2021 Catppuccin
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.
```
21 changes: 21 additions & 0 deletions themes/Catppuccin-Macchiato/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"colors": {
"AlternateBase": "#24273a",
"Base": "#1e2030",
"BrightText": "#b8c0e0",
"Button": "#363a4f",
"ButtonText": "#cad3f5",
"Highlight": "#b7bdf8",
"HighlightedText": "#24273a",
"Link": "#b7bdf8",
"Text": "#cad3f5",
"ToolTipBase": "#dee5fc",
"ToolTipText": "#dee5fc",
"Window": "#24273a",
"WindowText": "#b8c0e0",
"fadeAmount": 0.5,
"fadeColor": "#6e738d"
},
"name": "Catppuccin Macchiato",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Catppuccin-Macchiato/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Catppuccin

SPDX-License-Identifier: MIT
11 changes: 11 additions & 0 deletions themes/Catppuccin-Macchiato/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* SPDX-FileCopyrightText: 2022 Catppuccin
*
* SPDX-License-Identifier: MIT
*/

QToolTip {
color: #cad3f5;
background-color: #363a4f;
border: 1px solid #363a4f
}
34 changes: 34 additions & 0 deletions themes/Catppuccin-Mocha/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2022 Mqisty
SPDX-License-Identifier: CC0-1.0
-->

Catppuccin-Mocha
---
[Catppuccin-Mocha](https://github.com/catppuccin/catppuccin) theme for Prism Launcher.

## License
```
MIT License
Copyright (c) 2021 Catppuccin
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.
```
21 changes: 21 additions & 0 deletions themes/Catppuccin-Mocha/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"colors": {
"AlternateBase": "#1e1e2e",
"Base": "#181825",
"BrightText": "#bac2de",
"Button": "#313244",
"ButtonText": "#cdd6f4",
"Highlight": "#b4befe",
"HighlightedText": "#1e1e2e",
"Link": "#b4befe",
"Text": "#cdd6f4",
"ToolTipBase": "#dee5fc",
"ToolTipText": "#dee5fc",
"Window": "#1e1e2e",
"WindowText": "#bac2de",
"fadeAmount": 0.5,
"fadeColor": "#6c7086"
},
"name": "Catppuccin Mocha",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Catppuccin-Mocha/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Catppuccin

SPDX-License-Identifier: MIT
11 changes: 11 additions & 0 deletions themes/Catppuccin-Mocha/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* SPDX-FileCopyrightText: 2022 Catppuccin
*
* SPDX-License-Identifier: MIT
*/

QToolTip {
color: #cdd6f4;
background-color: #313244;
border: 1px solid #313244
}

0 comments on commit 8f1885d

Please sign in to comment.