You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nick Briz edited this page Jul 6, 2026
·
3 revisions
You can use the custom theme editor to create new syntax highlighting themes. After creating and downloading a custom theme you've made with the theme creator add it to the src/css/themes/ directory, then (as with all changes):
run the build script npm run build (assuming you aren't already running the npm run watch script)
test your changes by viewing the example/demo page index.html locally
open your browser's dev console and switch to your theme by running ne.theme = 'your-theme-name'