aboutsummaryrefslogtreecommitdiffstats
path: root/static/themes/gentoo.css
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-08-11 01:55:15 +0000
committerlolcat <will@lolcat.ca>2025-08-11 01:55:15 +0000
commitcdf958d29333d448f4521f4d2faa2592b58e9b27 (patch)
tree528f2a0ffa789a6f4279d9f54a4a2aaf391f390f /static/themes/gentoo.css
downloadshittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.gz
shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.bz2
shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.zip
fix wikipedia crashgrafted
Diffstat (limited to 'static/themes/gentoo.css')
-rw-r--r--static/themes/gentoo.css20
1 files changed, 20 insertions, 0 deletions
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;
+}