Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haroldpetersinskipp/logsdark
A Notepad++ user defined language for adding dark mode syntax highlighting to log files
https://github.com/haroldpetersinskipp/logsdark
dark-mode editor ide log logger logging notepad-plus-plus style syntax-highlighting theme udl
Last synced: 27 days ago
JSON representation
A Notepad++ user defined language for adding dark mode syntax highlighting to log files
- Host: GitHub
- URL: https://github.com/haroldpetersinskipp/logsdark
- Owner: HaroldPetersInskipp
- License: mit
- Created: 2022-08-03T01:10:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T18:17:33.000Z (over 2 years ago)
- Last Synced: 2024-11-08T00:13:36.754Z (3 months ago)
- Topics: dark-mode, editor, ide, log, logger, logging, notepad-plus-plus, style, syntax-highlighting, theme, udl
- Homepage:
- Size: 857 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogsDark
A Notepad++ user defined language for adding dark mode syntax highlighting to logsNotepad++ supports around 80 programming languages for syntax highlighting & folding. For languages that are not in the list of languages with built-in support, you can add syntax highlighting to the language.
To learn all about User Defined Languages:
https://npp-user-manual.org/docs/user-defined-language-system/
## Using a User Defined Language from this Repo
For now, you have to manually install a new User Defined Language.
1. Download a XML file from this repo
2. Import the file by placing the file in your `userDefineLangs` folder and restarting Notepad++. (It is also possible to use the User Defined Language dialog box to **Import** your file, but that places the UDL in the combined file, which is more complicated to maintain). More details of what those steps entail can be found in the ["Import a UDL" section](https://npp-user-manual.org/docs/user-defined-language-system/#import-a-udl) of the official documentation.## Screenshots
After:
Before: