mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 09:23:11 +01:00
use catppuccin code style
This commit is contained in:
parent
bd6f3f0b29
commit
aad75993a1
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ nav: blognav.html
|
|||
---
|
||||
|
||||
<script>
|
||||
let style = darkTheme ? "monokai" : "default";
|
||||
let style = darkTheme ? "mocha" : "latte";
|
||||
$("head").append($("<link/>", {
|
||||
rel: "stylesheet",
|
||||
href: `https://cdn.jsdelivr.net/gh/richleland/pygments-css@master/${style}.css`
|
||||
href: `https://cdn.jsdelivr.net/gh/catppuccin/python@gh-pages/pygments/catppuccin-${style}.css`
|
||||
}));
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue