Add color to position info lines in Notepad (#1902)

This commit is contained in:
Mark Thompson 2024-02-15 11:12:40 -06:00 committed by GitHub
parent 44c319dcc6
commit b5ac792853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View file

@ -58,6 +58,9 @@ class Styles {
/* Blue background. */
static const Style bg_blue;
/* Dark blue background. */
static const Style bg_dark_blue;
/* Light grey foreground. */
static const Style light_grey;