dail8859 / NotepadNext

A cross-platform, reimplementation of Notepad++
GNU General Public License v3.0
9.13k stars 552 forks source link

Colors for JSON gives bad contrast on white, hard to read. #648

Open Sweeper5 opened 1 week ago

Sweeper5 commented 1 week ago

Operating System and Version

Linux

Distribution

Arch Linux

Description

Color choices for JSON is horrible to use, bright yellow on white for typed / added text is really hard to see. A good fix for this would be to let us easily set the color for it ourselves, if we are at some point to use dark mode, I am certain that will be appreciated by those as well, as they may encounter similar issues with dark colors on dark backgrounds.

Steps to Reproduce

  1. Open a file already in JSON format 2.Type into said text file with a white background
  2. Notice that it is hard to see the text you are typing

Additional Details

e.g. screenshots, logs, et

dail8859 commented 6 days ago

Agreed there are some colors that can be adjusted to make it more readable. Can you post a small snippet of JSON code so I can make sure I'm addressing the exact issue you are seeing?