Add rosé pine themes
This commit is contained in:
parent
0cd22cf82b
commit
2b9db42593
4 changed files with 42 additions and 0 deletions
13
public/css/colorschemes/rose-pine-dawn.css
Normal file
13
public/css/colorschemes/rose-pine-dawn.css
Normal 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;
|
||||
}
|
13
public/css/colorschemes/rose-pine-moon.css
Normal file
13
public/css/colorschemes/rose-pine-moon.css
Normal 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;
|
||||
}
|
13
public/css/colorschemes/rose-pine.css
Normal file
13
public/css/colorschemes/rose-pine.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue