Skip to content

Commit a44def5

Browse files
committed
v1.0.2.1 (alpha)
- Change Patcher version (Millennium v1.0.x)
1 parent 5cb9de4 commit a44def5

21 files changed

Lines changed: 361 additions & 0 deletions

src/Steam SpaceTheme/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Background */
2+
.steamdesktop_OuterFrame_3mz8w {
3+
background-color: var(--background);
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.steamdesktop_OuterFrame_3mz8w {
2+
background-color: var(--background);
3+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import url("index.css");
2+
@import url("background.css");
3+
@import url("scrollbar.css");
4+
@import url("text.css");
5+
@import url("titelbar.css");
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*::-webkit-scrollbar {
2+
width: 14px !important;
3+
}
4+
5+
*::-webkit-scrollbar-track {
6+
border-radius: 8px !important;
7+
}
8+
9+
*::-webkit-scrollbar-thumb {
10+
border-radius: 8px !important;
11+
border: 4px solid transparent !important;
12+
background-clip: content-box !important;
13+
background-color: #878CFF !important;
14+
}
15+
16+
*::-webkit-scrollbar-thumb:hover {
17+
border: 3px solid transparent !important;
18+
background-color: #666CFF !important;
19+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
2+
* {
3+
font-family: 'Be Vietnam Pro', sans-serif !important;
4+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.steamdesktop_TopBar_3Z7VQ {
2+
box-shadow: none !important;
3+
background: var(--background) !important;
4+
}
5+
.steamdesktop_URLBarReplacement_2Cmrn {
6+
box-shadow: none !important;
7+
background: var(--background) !important;
8+
}
9+
10+
/* Logo */
11+
.rootmenu_RootMenuButton_2UyOB {
12+
display: flex;
13+
}
14+
.rootmenu_SteamButton_bSKGl {
15+
font-size: 0px;
16+
}
17+
.rootmenu_SteamButton_bSKGl::after {
18+
display: flex;
19+
align-items: center;
20+
margin-left: -4px;
21+
content: "Space" !important;
22+
font-weight: 500;
23+
font-size: 12px !important;
24+
color: var(--accent);
25+
}
26+
.rootmenu_RootMenuButton_2UyOB:nth-of-type(1)::after {
27+
display: flex;
28+
align-items: center;
29+
content: "Theme" !important;
30+
font-weight: 900;
31+
color: var(--accent-2);
32+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.gamepaddialog_ToggleRail_2JtC3 {
2+
background-color: var(--color-2) !important;
3+
}
4+
.gamepaddialog_ToggleRail_2JtC3::before {
5+
background-color: var(--accent) !important;
6+
transform: translateX(-40px);
7+
}
8+
.gamepaddialog_On_3ld7T .gamepaddialog_ToggleRail_2JtC3::before {
9+
transform: translateX(0px) !important;
10+
}
11+
12+
.gamepaddialog_ToggleSwitch_3__OD {
13+
width: 16px;
14+
height: 16px;
15+
margin: 3px;
16+
background: black;
17+
transform: translateX(0px);
18+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import url("checkbox.css");
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.bottombar_BottomBar_3vCzS {
2+
flex: 0 0 60px;
3+
margin: 15px;
4+
border-radius: 8px;
5+
background: var(--color-2);
6+
box-shadow: none !important;
7+
}
8+
.bottombar_DownloadStatus_2EQ7g {
9+
align-items: start;
10+
}
11+
.bottombar_DownloadStatusContent_ip-YZ {
12+
width: -webkit-fill-available;
13+
max-width: 100%;
14+
}
15+
.bottombar_ProgressBarWrapper_2_Fom .bottombar_ProgressBar_wi0pD {
16+
height: 5px;
17+
background-color: var(--color-1);
18+
}
19+
.bottombar_ProgressBarWrapper_2_Fom .bottombar_ProgressBar_wi0pD::after {
20+
border-radius: 10px;
21+
background-color: var(--accent-2);
22+
}
23+
24+
.bottombar_AddGameButton_2foCk,
25+
.bottombar_FriendsButton_1TdaA {
26+
display: none;
27+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import url("sidebar/import.css");
2+
@import url("downloadbar.css");

0 commit comments

Comments
 (0)