Skip to content

Commit

Permalink
no one said I couldn't
Browse files Browse the repository at this point in the history
:shruggie:
  • Loading branch information
BabyBoySnow committed Oct 9, 2024
1 parent 22a38d4 commit 84f1605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ClearVision_v6.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
--text-muted: rgb(114, 118, 125); /* color of default discord muted text (e.g.text found in input fields before typing).*/
--channels-width: 220px; /* channel list width (240px for Discord default) [default: 220px] */
--members-width: 240px; /* member list width [default: 240px] */
--server-unread: var(--main-color); /* Color of the icon for servers with unread messages [default: var(--main-color)] */

/* APP BACKGROUND */
--background-shading: 100%; /* app background shading (0 for complete smoothness) [default: 100%] */
Expand Down
1 change: 1 addition & 0 deletions src/defaultSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--channel-unread: var(--main-color);
--channel-color: rgba(255, 255, 255, 0.3);
--muted-color: rgba(255, 255, 255, 0.1);
--server-unread: var(--main-color);
--channel-text-selected: #fff;
--url-color: var(--main-color);
--online-color: #43b581;
Expand Down
4 changes: 2 additions & 2 deletions src/guilds/guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
width: 12px;
margin-left: -6px;
border-radius: 20px;
background: $main-color;
box-shadow: 0 0 20px -1px $main-color;
background: var(--server-unread);
box-shadow: 0 0 20px -1px var(--server-unread);
&[style*='height: 8px'] {
height: 10px !important;
}
Expand Down

0 comments on commit 84f1605

Please sign in to comment.