diff --git a/themes/Cat/README.md b/themes/Cat/README.md new file mode 100644 index 0000000..3eec40f --- /dev/null +++ b/themes/Cat/README.md @@ -0,0 +1,27 @@ + + +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 . +``` diff --git a/themes/Cat/preview.png b/themes/Cat/preview.png new file mode 100644 index 0000000..fb3a0a4 Binary files /dev/null and b/themes/Cat/preview.png differ diff --git a/themes/Cat/preview.png.license b/themes/Cat/preview.png.license new file mode 100644 index 0000000..30db703 --- /dev/null +++ b/themes/Cat/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 tooltech + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Cat/theme.json b/themes/Cat/theme.json new file mode 100644 index 0000000..e72117f --- /dev/null +++ b/themes/Cat/theme.json @@ -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" +} diff --git a/themes/Cat/theme.json.license b/themes/Cat/theme.json.license new file mode 100644 index 0000000..e8084d5 --- /dev/null +++ b/themes/Cat/theme.json.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2024 Cat Theme +SPDX-FileCopyrightText: 2024 tooltech + +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/themes/Cat/themeStyle.css b/themes/Cat/themeStyle.css new file mode 100644 index 0000000..db18f77 --- /dev/null +++ b/themes/Cat/themeStyle.css @@ -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 +}