Skip to content

Commit

Permalink
v1.0.3.1-alpha
Browse files Browse the repository at this point in the history
- add: Color settings in Millennium window
- fix: Target CSS
- fix: Library home button left border
- fix: Library search background
- fix: Library search bottom border
  • Loading branch information
SpaceEnergy committed Jan 8, 2024
1 parent d57d864 commit 3418010
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 23 deletions.
1 change: 1 addition & 0 deletions Steam SpaceTheme/files/theme/library/sidebar/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
padding: 10px;
border-radius: 8px;
background-color: var(--color-2);
box-shadow: none;
}
4 changes: 4 additions & 0 deletions Steam SpaceTheme/files/theme/library/sidebar/search.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* Base */
.gamelistsearchbar_Container_20QAC {
margin: 0;
padding: 6px 6px 10px 6px;
border-radius: 0;
background: var(--color-2);
}

Expand All @@ -8,6 +11,7 @@
border-radius: 8px 0 0 8px !important;
}
.gamelistsearchbar_SearchInput_12vo5 input {
border: none;
background-color: var(--color-3) !important;
}
/* Filter Icon */
Expand Down
14 changes: 5 additions & 9 deletions Steam SpaceTheme/main.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
/**
* @name 🪐Steam SpaceTheme🪐
* @author SpaceEnergy#2948
* @version v1.0.2
* @author @spaceenergy
* @version v1.0.3.1-alpha
* @description SpaceTheme for Steam
* @donate https://www.buymeacoffee.com/SkyEnergy
* @donate https://www.buymeacoffee.com/SpaceEnergy
* @authorLink https://github.com/SpaceEnergy
* @website https://spaceenergy.github.io
**/

@import url("root.css");
@import url("scrollbar.css");
@import url("navbar.css");
@import url("library.css");
@import url("base.css");
@import url("library.css");
@import url("files/theme/app/import.css");
@import url("files/theme/inputs/import.css");
@import url("files/theme/library/import.css");
@import url("files/theme/windows/settings/import.css");
@import url("files/theme/library/import.css");
12 changes: 0 additions & 12 deletions Steam SpaceTheme/root.css

This file was deleted.

60 changes: 58 additions & 2 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,63 @@
"Patches": [
{
"MatchRegexString": "^Steam$",
"TargetCss": "main.css"
"TargetCss": "Steam SpaceTheme/main.css"
}
],
"GlobalsColors": [
{
"ColorName": "--color-1",
"Description": "Color 1",
"HexColorCode": "#111111",
"OriginalColorCode": "#111111"
},
{
"ColorName": "--color-2",
"Description": "Color 2",
"HexColorCode": "#1e1e1e",
"OriginalColorCode": "#1e1e1e"
},
{
"ColorName": "--color-3",
"Description": "Color 3",
"HexColorCode": "#141414",
"OriginalColorCode": "#141414"
},
{
"ColorName": "--color-4",
"Description": "Color 4",
"HexColorCode": "#181818",
"OriginalColorCode": "#181818"
},
{
"ColorName": "--color-5",
"Description": "Color 5",
"HexColorCode": "#26292c",
"OriginalColorCode": "#26292c"
},
{
"ColorName": "--color-6",
"Description": "Color 6",
"HexColorCode": "#262629",
"OriginalColorCode": "#262629"
},
{
"ColorName": "--accent",
"Description": "Accent",
"HexColorCode": "#878CFF",
"OriginalColorCode": "#878CFF"
},
{
"ColorName": "--accent-2",
"Description": "Accent 2",
"HexColorCode": "#6a6bff",
"OriginalColorCode": "#6a6bff"
},
{
"ColorName": "--background",
"Description": "Background Color",
"HexColorCode": "#0a0a0a",
"OriginalColorCode": "#0a0a0a"
}
],
"UseDefaultPatches": true,
Expand All @@ -12,7 +68,7 @@
"author": "SpaceEnergy",
"description": "A modular design with dark colors, which makes Steam look clearer and thus Steam can be enjoyed much better.\n\n! This theme is in alpha/pre alpha phase !\n! SteamTheme for Steam has been paused indefinitely !\nCurrently the theme only supports the title bar, library home page, download bar and download page.\n\nWhen the time comes for updates, there will be an update every 2 weeks.",
"source": "https://api.github.com/repos/SpaceEnergy/SpaceTheme-Steam/contents/Steam%20SpaceTheme",
"version": "1.0.3 (alpha)",
"version": "1.0.3.1-alpha",
"github": {
"owner": "SpaceEnergy",
"repo_name": "SpaceTheme-Steam"
Expand Down

0 comments on commit 3418010

Please sign in to comment.