Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 06032d1

Browse files
committed
Made themes round by default (except main theme)
1 parent 4057322 commit 06032d1

File tree

10 files changed

+59
-31
lines changed

10 files changed

+59
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## Flavors
2525
<details><summary>Click to see a few previews.</summary>
2626

27-
###### ⚠️ NOTE: Rounding is disabled by default for everything you see bellow!
27+
###### ⚠️ NOTE: Rounding is enabled by default, if you want otherwise, insert [unrounding.css](https://refact0r.github.io/system24/src/unrounding.css) yourself!
2828

2929
<br>
3030

theme/flavors/catppuccin-macchiato/main.theme.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
13+
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1317

1418
/* customize things here */
1519
:root {

theme/flavors/catppuccin-mocha/main.theme.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
13+
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1317

1418
/* customize things here */
1519
:root {

theme/flavors/gruvbox-material/main.theme.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
13+
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1317

1418
/* customize things here */
1519
:root {

theme/flavors/light/main.theme.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
1313

14-
/* theme overrides */
15-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/flavors/light/overrides.css');
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1617

1718
/* customize things here */
1819
:root {

theme/flavors/light/overrides.css

Lines changed: 0 additions & 14 deletions
This file was deleted.

theme/flavors/monochrome/main.theme.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
13+
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1317

1418
/* customize things here */
1519
:root {

theme/flavors/spotify-text/main.theme.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
13+
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1317

1418
/* customize things here */
1519
:root {

theme/flavors/vencord/main.theme.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
* @authorId 1106858419861864489
99
*/
1010

11-
/* import theme */
12-
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/sysmol24.theme.css');
11+
/* flavors */
12+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/src/main.css');
13+
14+
/* modules */
15+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/indirect-fixes.css');
16+
@import url('https://raw.githubusercontent.com/Androser420/sysmol24/refs/heads/main/theme/modules/chat-indicators.css');
1317

1418
/* customize things here */
1519
:root {

theme/modules/chat-indicators.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,27 @@
33
* @description a module that makes chat indicators such as typing or cooldown float, expand on hover and look better.
44
*/
55

6+
/* fix colors */
7+
[class^=jumpToPresentBar_]>button {
8+
color: var(--txt-1) !important;
9+
}
10+
11+
[class^="form_"] [class^="typing_"] {
12+
&>[class^='cooldownWrapper_'] {
13+
color: var(--txt-1) !important;
14+
}
15+
}
16+
17+
[class^='buttonContainer_'] [class*='popoverReactionHoverBar_'] {
18+
background: var(--bg-0) !important;
19+
}
20+
21+
/* remove text outline & shadow */
622
[class^='form_'] [class^='typing_'] [class^='text_'] {
723
text-shadow: unset !important;
824
}
925

26+
/* indicators */
1027
:has([class^='form_'] [class^='typing_']) [class^='channelBottomBarArea_'] {
1128
margin-top: -3px;
1229
}

0 commit comments

Comments
 (0)