feat: make shiki codeblocks look nicer
This commit is contained in:
parent
5b6dff7fc0
commit
0dfdeaaca1
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@
|
|||
enableReactDevtools = true;
|
||||
|
||||
plugins.ClearURLs.enable = true;
|
||||
plugins.shikiCodeblocks.enable = true;
|
||||
plugins.shikiCodeblocks = {
|
||||
enable = true;
|
||||
bgOpacity = 5.0;
|
||||
};
|
||||
plugins.betterGifPicker.enable = true;
|
||||
plugins.betterCommands.enable = true;
|
||||
plugins.betterPlusReacts.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue