Skip to content

Commit e47710f

Browse files
committed
v1.0.4 (alpha)
- Friends list window (not final)
1 parent de14382 commit e47710f

3 files changed

Lines changed: 94 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Banner](https://i.imgur.com/2bQmNZB.png)](https://github.com/SpaceEnergy/SpaceTheme-Discord)
22

33
![Logo](https://i.imgur.com/oo9MNQb.png)
4-
# SpaceTheme for Steam | v1.0.3.1-alpha
4+
# SpaceTheme for Steam | v1.0.4-alpha
55
[Join Discord Server for Support, News and Updates](https://discord.gg/7Zv8Xz3Vzn)
66

77
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/spaceenergy)

friends.custom.css

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
@import url("./src/regular.css");
2+
3+
4+
html.client_chat_frame body,
5+
html.web_chat_frame body {
6+
background-color: var(--background);
7+
}
8+
9+
.singleWindowFocusBar {
10+
mask: unset;
11+
-webkit-mask: unset;
12+
background: unset;
13+
}
14+
15+
16+
.friendlist {
17+
height: calc(100% - 48px);
18+
margin: 32px 16px 16px;
19+
}
20+
21+
22+
.title-area {
23+
width: calc(100% + 32px);
24+
height: 32px !important;
25+
margin-left: -16px;
26+
top: -32px;
27+
}
28+
.title-area-highlight {
29+
mask: unset;
30+
-webkit-mask: unset;
31+
background: unset;
32+
}
33+
.friendsui-container .title-area-icon {
34+
width: 42px;
35+
height: 32px;
36+
}
37+
38+
39+
.friendListHeaderContainer {
40+
border-radius: 8px;
41+
background-color: unset;
42+
box-shadow: none;
43+
}
44+
.currentUserContainer {
45+
margin-bottom: 16px;
46+
padding-right: 0;
47+
border-bottom: none;
48+
}
49+
.statusHeaderGlow {
50+
display: none;
51+
}
52+
.AvatarAndUser {
53+
padding: 16px;
54+
border-radius: 8px;
55+
background-color: var(--color-2);
56+
}
57+
58+
.socialTabContainer .activeTab {
59+
border-radius: 8px 8px 0 0;
60+
background-color: var(--color-1);
61+
box-shadow: none;
62+
}
63+
64+
65+
.friendlistListContainer {
66+
border-radius: 0 0 8px 8px;
67+
background: var(--color-1);
68+
}
69+
.insetshadow_FriendsListInsetShadowCtn_17ewz,
70+
.insetshadow_FriendListInsetShadowBottom_2hL6s {
71+
display: none;
72+
}
73+
74+
.FriendsListChatSection {
75+
margin-top: 10px;
76+
}
77+
.FriendsListContent:has(.FriendsListChatSection.Collapsed) .friendsListSectionTitle {
78+
border-radius: 8px;
79+
}
80+
.friendsListSectionTitle {
81+
border-radius: 8px 8px 0 0;
82+
background-color: var(--color-1);
83+
}
84+
85+
.friendListFooter {
86+
display: none;
87+
}

skin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
{
44
"MatchRegexString": "^Steam$",
55
"TargetCss": "Steam SpaceTheme/main.css"
6+
},
7+
{
8+
"MatchRegexString": "Friends List",
9+
"TargetJs": "friends.custom.js",
10+
"TargetCss": "friends.custom.css"
611
}
712
],
813
"GlobalsColors": [
@@ -68,7 +73,7 @@
6873
"author": "SpaceEnergy",
6974
"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.",
7075
"source": "https://api.github.com/repos/SpaceEnergy/SpaceTheme-Steam/contents/Steam%20SpaceTheme",
71-
"version": "1.0.3.1-alpha",
76+
"version": "1.0.4-alpha",
7277
"github": {
7378
"owner": "SpaceEnergy",
7479
"repo_name": "SpaceTheme-Steam"

0 commit comments

Comments
 (0)