Add rosé pine themes

This commit is contained in:
Frankie B 2024-01-22 01:30:54 +00:00
commit 2b9db42593
4 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,13 @@
:root {
--background: #F2E9E1;
--background-secondary: #9893A5;
--foreground: #575279;
--links: #907AA9;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: light;
}

View file

@ -0,0 +1,13 @@
:root {
--background: #393552;
--background-secondary: #6E6A86;
--foreground: #E0DEF4;
--links: #C4A7E7;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: light;
}

View file

@ -0,0 +1,13 @@
:root {
--background: #26233A;
--background-secondary: #6E6A86;
--foreground: #E0DEF4;
--links: #C4A7E7;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}