zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.6k stars 184 forks source link

Color themefile integration.. had do a short test ... #704

Closed blackcrack closed 1 year ago

blackcrack commented 1 year ago

Hi,

i have rename the Notepad2 "DarkTheme" ini to Notepad2 flo-theme.ini

and had short look if the Theme also let show.. nope, not.. a bit pity... because, then had i start to a bit customizing..

why not named *n2.theme for more easy lead in by start in the notepad2 folder and then read the filenames of the N2 Themes read for make a array and let "plob" out per pulldown list by clicking on add this filename to the "colortheme="$colorthemefile" > Notepad2.ini or something, just a short ideagiving..

at next start load it the themen2.theme file or _n2c.theme

best regards Blacky

zufuliu commented 1 year ago

Change following settings to make custom theme file work: https://github.com/zufuliu/notepad2/blob/31dc208871492f5d04235c418ae525f4ab25b084/doc/Notepad2.ini#L1-L4

blackcrack commented 1 year ago

oh nice, thank you @zufuliu :)

maybe a short entry in Wiki, Notepad Color Theming (under Customize Schemes ? ) but this helps mutcho, thank you :)

an Wikientry, do you ? *s*

3min later edit : p.s. do you have the orginal color theme "css colors" from Flo's orginal N2 ? s

best

and a happy daayyy :)

zufuliu commented 1 year ago

a short entry in Wiki.

Added https://github.com/zufuliu/notepad2/wiki/Customize-Schemes#customize-schemes

do you have the orginal color theme "css colors" from Flo's orginal N2

You can it from https://github.com/zufuliu/notepad2-mod/blob/master/src/Styles.c#L301 or https://www.flos-freeware.ch/notepad2.html

blackcrack commented 1 year ago

cool, thank you :)

best