Sublime Style Json Color Config
The current white background is blinding.
Suggest to allow user modifiable colors in a Sublime style JSON color config file, example:
color: {
"leftPane": {
"text": "rgb(0,255,0)",
"bg": "rgb(0,0,0)"
},
"rightPane": {
"text": "rgb(0,255,0)",
"bg": "rgb(0,0,0)"
}
}
At very least just these two settings would make a huge improvement over this sea of white and light gray right now. Making it JSON instead of a junky UI textbox screen, etc allows for major flexibility in the future.
5
votes
Ted
shared this idea