Skip to content

Commit 5ee0921

Browse files
authored
Merge pull request #30 from ScarlettPPC/main
2 parents cf59c4b + 7d0e2b9 commit 5ee0921

File tree

6 files changed

+62
-0
lines changed

6 files changed

+62
-0
lines changed

themes/Scarlett-Pink/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2024 ScarlettPPC
3+
4+
SPDX-License-Identifier: CC0-1.0
5+
-->
6+
7+
Scarlett Pink
8+
---
9+
A light pink and red theme.
10+
11+
Looks best when paired with the Flat icons pack.
12+
13+
## Preview
14+
![Scarlett Pink Preview](preview.png)
15+
16+
## License
17+
```
18+
MIT License
19+
20+
Copyright (c) 2024 ScarlettPPC
21+
22+
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:
23+
24+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
25+
26+
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.
27+
```

themes/Scarlett-Pink/preview.png

50.1 KB
Loading
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 ScarlettPPC
2+
3+
SPDX-License-Identifier: CC0-1.0

themes/Scarlett-Pink/theme.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"colors": {
3+
"AlternateBase": "#F8C8DC",
4+
"Base": "#FFDBE9",
5+
"BrightText": "#900000",
6+
"Button": "#FFDBE9",
7+
"ButtonText": "#900000",
8+
"Highlight": "#900000",
9+
"HighlightedText": "#ffffff",
10+
"Link": "#900000",
11+
"Text": "#900000",
12+
"ToolTipBase": "#900000",
13+
"ToolTipText": "#900000",
14+
"Window": "#F8C8DC",
15+
"WindowText": "#900000",
16+
"fadeAmount": 0.5,
17+
"fadeColor": "#31363b"
18+
},
19+
"name": "Scarlett Pink",
20+
"qssFilePath": "themeStyle.css",
21+
"widgets": "Fusion"
22+
}
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 ScarlettPPC
2+
3+
SPDX-License-Identifier: MIT

themes/Scarlett-Pink/themeStyle.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2024 ScarlettPPC
3+
*
4+
* SPDX-License-Identifier: MIT
5+
*/
6+
7+
QToolTip { color: #ffffff; background-color: #000000; border: 0px solid white; }

0 commit comments

Comments
 (0)