All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- Download the xml for the variant and copy it to %AppData%\Notepad++\themes in windows.
- Restart Notepad++ if it is open.
- Select the variant from Settings > Style Configurator.
-
Development Requirements:
- rose-pine-bloom
- python: 3.14.2+
- uv
- pre-commit/prek
-
The template.xml is a modified version of the default npp theme located at
%AppData%\Notepad++\stylers.xml. Use it as a reference when updating/adding languages. -
Copy the
stylers.xmlfile to the root of this repo. -
Use the included script
main.pyto create or update thetemplate.xmlfile.python main.py create-or-update-template
or
uv run main.py create-or-update-template
-
Build variants and copy themes to npp themes location to test it.
python main.py build-theme-variants
or
uv run main.py build-theme-variants
-
Run pre-commit checks.
pre-commit run --all-files
or
prek run --all-files
- Test all languages and report issues.
This theme was built using bloom:
bloom build template.xml --output dist --prefix $ --format hex --plain

