-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Steam Classic and fix some READMEs (#16)
- Loading branch information
1 parent
eda3b7e
commit 9a390fc
Showing
8 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: 2022 AshtakaOOf | ||
SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
|
||
Steam Classic | ||
--- | ||
A colour theme using colours from the Steam Classic Theme | ||
|
||
## Preview | ||
![Steam Preview](preview.png) | ||
|
||
## License | ||
``` | ||
CC0-1.0 License | ||
Copyright (c) 2022 MungoDude | ||
Copyright (c) 2022 AshtakaOOf | ||
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. | ||
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below. | ||
In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights. | ||
Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. | ||
When using or citing the work, you should not imply endorsement by the author or the affirmer. | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2022 AshtakaOOf | ||
|
||
SPDX-License-Identifier: CC0-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"colors": { | ||
"AlternateBase": "#5a6a50", | ||
"Base": "#4c5844", | ||
"BrightText": "#ff0000", | ||
"Button": "#4c5844", | ||
"ButtonText": "#ffffff", | ||
"Highlight": "#3e4637", | ||
"HighlightedText": "#91863c", | ||
"Link": "#c4b550", | ||
"Text": "#ffffff", | ||
"ToolTipBase": "#ffffe0", | ||
"ToolTipText": "#000000", | ||
"Window": "#4c5844", | ||
"WindowText": "#a0aa95", | ||
"fadeAmount": 0.9, | ||
"fadeColor": "#282e22" | ||
}, | ||
"name": "Steam Classic", | ||
"qssFilePath": "themeStyle.css", | ||
"widgets": "Fusion" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2022 MungoDude | ||
|
||
SPDX-License-Identifier: CC0-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* | ||
* SPDX-FileCopyrightText: 2022 MungoDude | ||
* | ||
* SPDX-License-Identifier: CC0-1.0 | ||
*/ | ||
|
||
QToolTip { color: #000000; background-color: #ffffe0; border: 1px solid white; } |