From 79a83e0866d1389822bbd1d5cd63587e6d54e8ff Mon Sep 17 00:00:00 2001 From: NECOtype Date: Sat, 27 Jun 2026 16:15:54 +0000 Subject: add Rosé Pine theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "static/themes/Ros\303\251 Pine.css" | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 "static/themes/Ros\303\251 Pine.css" (limited to 'static/themes/Rosé Pine.css') diff --git "a/static/themes/Ros\303\251 Pine.css" "b/static/themes/Ros\303\251 Pine.css" new file mode 100644 index 0000000..cbc11fb --- /dev/null +++ "b/static/themes/Ros\303\251 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; +} -- cgit v1.2.3