Skip to content

Commit

Permalink
Merge pull request #30 from ScarlettPPC/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Jan 17, 2024
2 parents cf59c4b + 7d0e2b9 commit 5ee0921
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 0 deletions.
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; }

0 comments on commit 5ee0921

Please sign in to comment.