diff options
| author | NECOtype <necodes@proton.me> | 2026-06-27 16:15:54 +0000 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-06-27 13:25:50 -0400 |
| commit | abdb041a640e6560bdc57fac17c9931f95a974fa (patch) | |
| tree | 1e72791c2dcf215cee3bcaf4ae39c42718071b97 /static/themes/Rosé Pine.css | |
| parent | f037ad1d7fb70811b9d67d221fc879ef8bfd136a (diff) | |
add Rosé Pine theme
Diffstat (limited to 'static/themes/Rosé Pine.css')
| -rw-r--r-- | static/themes/Rosé Pine.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/themes/Rosé Pine.css b/static/themes/Rosé Pine.css new file mode 100644 index 0000000..cbc11fb --- /dev/null +++ b/static/themes/Rosé Pine.css @@ -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; +} |
