Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat theme! #33

Merged
merged 3 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions themes/Cat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
SPDX-FileCopyrightText: 2024 tooltech <[email protected]>

SPDX-License-Identifier: CC0-1.0

-->

Cat :3
---
[Cat](https://tooltech.neocities.org/) theme for Prism Launcher.

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

## License
```
GPL-3.0-or-later License

Copyright (c) 2024 Cat Theme
Copyright (c) 2024 tooltech

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.

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.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
```
Binary file added themes/Cat/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/Cat/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 tooltech

SPDX-License-Identifier: CC0-1.0
22 changes: 22 additions & 0 deletions themes/Cat/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"colors": {
"AlternateBase": "#f0c9c3",
"Base": "#9085a2",
"BrightText": "#998539",
"Button": "#1C1454",
"ButtonText": "#E8E5D9",
"Highlight": "#CAD188",
"HighlightedText": "#2e3440",
"Link": "#CDD188",
"Text": "#F1D460",
"ToolTipBase": "#C6C8B4",
"ToolTipText": "#E8E7D9",
"Window": "#9F90B9",
"WindowText": "#F1D460",
"fadeAmount": 0.5,
"fadeColor": "#6D6182"
},
"name": "Cat",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
4 changes: 4 additions & 0 deletions themes/Cat/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2024 Cat Theme
SPDX-FileCopyrightText: 2024 tooltech

# SPDX-License-Identifier: GPL-3.0-or-later
11 changes: 11 additions & 0 deletions themes/Cat/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* SPDX-FileCopyrightText: 2024 tooltech
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/

QToolTip {
color: #CCBEE4;
background-color: #A295B7;
border: 1px solid #A88BD9
}