Spcial SyntaxHighlighting from Arduino Light theme Link
Please note in the screenshots above the following extra CSS was used to change codeblock font
@import url("https://dev-cats.github.io/code-snippets/JetBrainsMono.css");
code{
font-family: 'JetBrains Mono';
-webkit-font-feature-settings: "liga" on, "calt" on;
text-rendering: optimizeLegibility;
}
Simply clone the repo in your powercord/src/Powercord/themes
and apply it. Thats all it takes
Simply go to the themes
menu in powercord and enter the following in the Quick Css
@import url(https://dagcord.github.io/Blizzard/blizzard.css);
/*
Note, this requires the theme on Discord to be internally be set to Dark.
You can do this by Settings > Appearance > Theme
*/
- Download the BetterDiscord theme file from here.
- Locate your BetterDiscord themes folder by clicking the "Open Themes Folder" button in your themes tab.
- Enable the theme.
- The theme is licensed under the MIT license. By you using it you agree to the terms described in it
- The theme solely changes Discord's colors to its own, it does not add any extra features.
- Special Thanks to equity for her help with this theme