Skip to content

Commit 5920e5f

Browse files
committed
Revert "Merge remote-tracking branch 'upstream/main'"
This reverts commit 5aaef97, reversing changes made to 715d08c.
1 parent 85a1bd4 commit 5920e5f

File tree

4 files changed

+3
-104
lines changed

4 files changed

+3
-104
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,3 @@ A monochrome version of the default theme with mostly neutral colors.
5959
[theme file](https://github.com/refact0r/system24/blob/main/theme/flavors/monochrome.theme.css)
6060

6161
![image](/assets/monochrome.png)
62-
63-
### rose pine
64-
65-
based on the main palette of [rose pine](https://rosepinetheme.com/palette/).
66-
67-
[theme file](https://github.com/refact0r/system24/blob/main/theme/flavors/rosepine.theme.css)
68-
69-
![image](/assets/rosepine.png)

assets/rosepine.png

-203 KB
Binary file not shown.

src/main.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
2-
@import url('https://fonts.cdnfonts.com/css/asciid');
32

43
:root {
54
--font: 'DM Mono';
@@ -552,14 +551,8 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
552551
order: -1;
553552
}
554553

555-
h3[data-text-variant='heading-xxl/extrabold'] {
556-
font-family: 'asciid';
557-
font-size: 50px;
558-
font-weight: 400;
559-
}
560-
561-
.theme-dark,
562-
html.theme-light {
554+
@supports (color:color-mix(in lch,red,blue))and (top:var(--f)) {
555+
.theme-light, .theme-dark {
563556
--action-sheet-gradient-bg: var(--primary-630);
564557
--activity-card-background: var(--bg-0);
565558
--activity-card-icon-overlay: hsl(223 calc(1 * 6.7%) 20.6% / 0.85);
@@ -977,6 +970,7 @@ html.theme-light {
977970
}
978971
[class^='topControls_'],
979972
[class^='bottomControls_'] {
973+
opacity: 1 !important;
980974
transform: none !important;
981975
}
982976
/* end 909 commits */

theme/flavors/rosepine.theme.css

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

0 commit comments

Comments
 (0)