Skip to content

Commit

Permalink
cat theme! (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms2y committed Apr 1, 2024
1 parent 08e9ee3 commit 0a1fcdb
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 0 deletions.
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 <tooltech@proton.me>
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
}

0 comments on commit 0a1fcdb

Please sign in to comment.