From f1ed4198a3508ccc063986c683199f3329e53c9e Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 7 Nov 2023 09:38:31 -0500 Subject: add themes --- static/themes/gentoo.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/themes/gentoo.css (limited to 'static/themes/gentoo.css') diff --git a/static/themes/gentoo.css b/static/themes/gentoo.css new file mode 100644 index 0000000..b727108 --- /dev/null +++ b/static/themes/gentoo.css @@ -0,0 +1,20 @@ +:root{ + /* background */ + --1d2021: #21222d; + --282828: #393657; + --3c3836: #27273c; + --504945: #aa85e1; + + /* font */ + --928374: #906be3; + --a89984: #9794ac; + --bdae93: #cec0f2; + --8ec07c: #5db6e1; + --ebdbb2: #b194f5; + + /* code highlighter */ + --comment: #a0c0a4; + --default: #f00; + --keyword: #9376e4; + --string: #ecd78f; +} -- cgit v1.2.3