diff --git a/themes/Deep-Dark/README.md b/themes/Deep-Dark/README.md index 802b4ff..aa6f626 100644 --- a/themes/Deep-Dark/README.md +++ b/themes/Deep-Dark/README.md @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2022 AshtakaOOf SPDX-License-Identifier: CC0-1.0 --> -Dracula +Deep Dark --- An aqua AMOLED theme. diff --git a/themes/Rangoon-Lightning/README.md b/themes/Rangoon-Lightning/README.md index 49b4b14..8cd5c5f 100644 --- a/themes/Rangoon-Lightning/README.md +++ b/themes/Rangoon-Lightning/README.md @@ -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 diff --git a/themes/Steam-Classic/README.md b/themes/Steam-Classic/README.md new file mode 100644 index 0000000..6ecafb0 --- /dev/null +++ b/themes/Steam-Classic/README.md @@ -0,0 +1,28 @@ + + +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. +``` diff --git a/themes/Steam-Classic/preview.png b/themes/Steam-Classic/preview.png new file mode 100644 index 0000000..d38bf5d Binary files /dev/null and b/themes/Steam-Classic/preview.png differ diff --git a/themes/Steam-Classic/preview.png.license b/themes/Steam-Classic/preview.png.license new file mode 100644 index 0000000..e44ce2d --- /dev/null +++ b/themes/Steam-Classic/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 AshtakaOOf + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Steam-Classic/theme.json b/themes/Steam-Classic/theme.json new file mode 100644 index 0000000..3cb2ec5 --- /dev/null +++ b/themes/Steam-Classic/theme.json @@ -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" +} diff --git a/themes/Steam-Classic/theme.json.license b/themes/Steam-Classic/theme.json.license new file mode 100644 index 0000000..28c91e9 --- /dev/null +++ b/themes/Steam-Classic/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 MungoDude + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Steam-Classic/themeStyle.css b/themes/Steam-Classic/themeStyle.css new file mode 100644 index 0000000..3cc19d8 --- /dev/null +++ b/themes/Steam-Classic/themeStyle.css @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2022 MungoDude + * + * SPDX-License-Identifier: CC0-1.0 + */ + +QToolTip { color: #000000; background-color: #ffffe0; border: 1px solid white; }