add Rosé Pine theme
This commit is contained in:
20
static/themes/Rosé Pine.css
Normal file
20
static/themes/Rosé Pine.css
Normal file
@@ -0,0 +1,20 @@
|
||||
:root{
|
||||
/* background */
|
||||
--1d2021: #191724;
|
||||
--282828: #1f1d2e;
|
||||
--3c3836: #26233a;
|
||||
--504945: #524f67;
|
||||
|
||||
/* font */
|
||||
--928374: #e0def4;
|
||||
--a89984: #908caa;
|
||||
--bdae93: #6e6a86;
|
||||
--8ec07c: #9ccfd8;
|
||||
--ebdbb2: #f6c177;
|
||||
|
||||
/* code highlighter */
|
||||
--comment: #6e6a86;
|
||||
--default: #c4a7e7;
|
||||
--keyword: #31748f;
|
||||
--string: #f6c177;
|
||||
}
|
||||
Reference in New Issue
Block a user