Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'upstream/main'"
Browse files Browse the repository at this point in the history
This reverts commit 5aaef97, reversing
changes made to 715d08c.
  • Loading branch information
stellophiliac committed Nov 26, 2024
1 parent 85a1bd4 commit 5920e5f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 104 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,3 @@ A monochrome version of the default theme with mostly neutral colors.
[theme file](https://github.com/refact0r/system24/blob/main/theme/flavors/monochrome.theme.css)

![image](/assets/monochrome.png)

### rose pine

based on the main palette of [rose pine](https://rosepinetheme.com/palette/).

[theme file](https://github.com/refact0r/system24/blob/main/theme/flavors/rosepine.theme.css)

![image](/assets/rosepine.png)
Binary file removed assets/rosepine.png
Binary file not shown.
12 changes: 3 additions & 9 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@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');
@import url('https://fonts.cdnfonts.com/css/asciid');

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

h3[data-text-variant='heading-xxl/extrabold'] {
font-family: 'asciid';
font-size: 50px;
font-weight: 400;
}

.theme-dark,
html.theme-light {
@supports (color:color-mix(in lch,red,blue))and (top:var(--f)) {
.theme-light, .theme-dark {
--action-sheet-gradient-bg: var(--primary-630);
--activity-card-background: var(--bg-0);
--activity-card-icon-overlay: hsl(223 calc(1 * 6.7%) 20.6% / 0.85);
Expand Down Expand Up @@ -977,6 +970,7 @@ html.theme-light {
}
[class^='topControls_'],
[class^='bottomControls_'] {
opacity: 1 !important;
transform: none !important;
}
/* end 909 commits */
Expand Down
87 changes: 0 additions & 87 deletions theme/flavors/rosepine.theme.css

This file was deleted.

0 comments on commit 5920e5f

Please sign in to comment.