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

Add Scarlett Pink theme #30

Merged
merged 7 commits into from
Jan 17, 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/Scarlett-Pink/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
SPDX-FileCopyrightText: 2024 ScarlettPPC

SPDX-License-Identifier: CC0-1.0
-->

Scarlett Pink
---
A light pink and red theme.

Looks best when paired with the Flat icons pack.

## Preview
![Scarlett Pink Preview](preview.png)

## License
```
MIT License

Copyright (c) 2024 ScarlettPPC

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.
```
Binary file added themes/Scarlett-Pink/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/Scarlett-Pink/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 ScarlettPPC

SPDX-License-Identifier: CC0-1.0
22 changes: 22 additions & 0 deletions themes/Scarlett-Pink/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"colors": {
"AlternateBase": "#F8C8DC",
"Base": "#FFDBE9",
"BrightText": "#900000",
"Button": "#FFDBE9",
"ButtonText": "#900000",
"Highlight": "#900000",
"HighlightedText": "#ffffff",
"Link": "#900000",
"Text": "#900000",
"ToolTipBase": "#900000",
"ToolTipText": "#900000",
"Window": "#F8C8DC",
"WindowText": "#900000",
"fadeAmount": 0.5,
"fadeColor": "#31363b"
},
"name": "Scarlett Pink",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Scarlett-Pink/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 ScarlettPPC

SPDX-License-Identifier: MIT
7 changes: 7 additions & 0 deletions themes/Scarlett-Pink/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* SPDX-FileCopyrightText: 2024 ScarlettPPC
*
* SPDX-License-Identifier: MIT
*/

QToolTip { color: #ffffff; background-color: #000000; border: 0px solid white; }