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
Looking for a way to set the colors for the current line and selected text to match the theme.
Currently, the default yellow for current line and light purple for selected text do not fit the theme.
Related is that light blue text is hard to read against the white background of Console View.
Potential Solutions:
Would be nice if options could be added to Theme dialog:
token.CURRENT_LINE
token.SELECTED_TEXT
And update Theme-related code to act accordingly.
As for the Console View background, it might make sense for it to inherit the color from token.BACKGROUND.
Otherwise, add an option to the Theme dialog.
Thanks!
The text was updated successfully, but these errors were encountered:
Feature Request
Description of Problem:
User would like to configure colors as per Notepad++ "Nord" theme:
(Dark theme with light blue text.)
Looking for a way to set the colors for the current line and selected text to match the theme.
Currently, the default yellow for current line and light purple for selected text do not fit the theme.
Related is that light blue text is hard to read against the white background of Console View.
Potential Solutions:
Would be nice if options could be added to Theme dialog:
token.CURRENT_LINE
token.SELECTED_TEXT
And update Theme-related code to act accordingly.
As for the Console View background, it might make sense for it to inherit the color from
token.BACKGROUND
.Otherwise, add an option to the Theme dialog.
Thanks!
The text was updated successfully, but these errors were encountered: