
This theme is my go-to for dark mode, and I use it across several applications. So, I implemented the Dracula theme for Wolfram Notebooks!
If you're interested in using it, you can get it from two places:
Get the files
If you are a git user, you can get the theme and keep up to date by cloning the repo:
$ git clone https://github.com/jldohmann/wolfram-notebooks.git
Install the stylesheet
The stylesheet is titled "Dracula.nb". Move the stylesheet to folder where your Wolfram Desktop application is installed, and into SystemFiles. Run this code to open the folder:
SystemOpen[FileNameJoin[{$UserBaseDirectory, "SystemFiles", "FrontEnd", "StyleSheets"}]]
You may need to restart your application to see the changes take effect.
- Open a new notebook, and from the menu go to Format > Stylesheet > Dracula to change the stylesheet to the Dracula theme.
Please feel free to file issues for suggestions or bugs!
Function Repository
- Get the DraculaTheme Resource
Install the stylesheet system-wide with the following:
ResourceFunction["DraculaTheme"]["Install"]