Skip to content

Commit

Permalink
Add Steam Classic and fix some READMEs (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtakaOOf authored Dec 27, 2022
1 parent eda3b7e commit 9a390fc
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/Deep-Dark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2022 AshtakaOOf
SPDX-License-Identifier: CC0-1.0
-->

Dracula
Deep Dark
---
An aqua AMOLED theme.

Expand Down
3 changes: 1 addition & 2 deletions themes/Rangoon-Lightning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
SPDX-FileCopyrightText: 2022 AshtakaOOf
SPDX-License-Identifier: CC0-1.0
-->

Nord
Rangoon Lightning
---
A color scheme that goes well with the rest of Freecommunist rice available at https://codeberg.org/freecommunist/dotfiles

Expand Down
28 changes: 28 additions & 0 deletions themes/Steam-Classic/README.md
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.
```
Binary file added themes/Steam-Classic/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/Steam-Classic/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 AshtakaOOf

SPDX-License-Identifier: CC0-1.0
22 changes: 22 additions & 0 deletions themes/Steam-Classic/theme.json
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"
}
3 changes: 3 additions & 0 deletions themes/Steam-Classic/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MungoDude

SPDX-License-Identifier: CC0-1.0
7 changes: 7 additions & 0 deletions themes/Steam-Classic/themeStyle.css
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; }

0 comments on commit 9a390fc

Please sign in to comment.