Skip to content

Commit

Permalink
Merge pull request #1 from phetzy/rose-pine-schemes
Browse files Browse the repository at this point in the history
Rose pine schemes
  • Loading branch information
phetzy authored Mar 21, 2024
2 parents 236e887 + b4d3e5c commit 654c35d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
12 changes: 12 additions & 0 deletions public/static/colorschemes/rose-pine-dawn.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:root {
--background-color: #faf4ed;
--foreground-color: #575279;
--logo-color: #d7827e;
--color-one: #f2e9e1;
--color-two: #907aa9;
--color-three: #56949f;
--color-four: #ea9d34;
--color-five: #d7827e;
--color-six: #9893a5;
--color-seven: #575279;
}
12 changes: 12 additions & 0 deletions public/static/colorschemes/rose-pine-moon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:root {
--background-color: #232136;
--foreground-color: #e0def4;
--logo-color: #ea9a97;
--color-one: #393552;
--color-two: #c4a7e7;
--color-three: #9ccfd8;
--color-four: #f6c177;
--color-five: #ea9a97;
--color-six: #6e6a86;
--color-seven: #e0def4;
}
12 changes: 12 additions & 0 deletions public/static/colorschemes/rose-pine.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:root {
--background-color: #191724;
--foreground-color: #e0def4;
--logo-color: #ebbcba;
--color-one: #26233a;
--color-two: #c4a7e7;
--color-three: #9ccfd8;
--color-four: #f6c177;
--color-five: #eb6f92;
--color-six: #6e6a86;
--color-seven: #e0def4;
}
3 changes: 2 additions & 1 deletion public/static/themes/simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ footer div {

.about-container article .logo-container svg {
width: clamp(200px, 530px, 815px);
color: var(--logo-color);
}

.about-container article .text-block {
Expand Down Expand Up @@ -858,4 +859,4 @@ input:checked + .slider::before {
.feature-card {
border-radius: 0;
}
}
}

0 comments on commit 654c35d

Please sign in to comment.