sqlite-gui
sqlite-gui copied to clipboard
Feature request: custom syntax highlighting colors in the editor
The title says all... Personally I find strings in bright green not quite pleasant. Thanks a lot for your great work!
Actually you can change the color at this time. Open the terminal tab

and input
.set color-quoted <color>
Also you can change color-keyword, color-function, color-pragma and color-comment.
The color format is an integer value. You can get in GetColor-util.

GUI will be added later.
Thanks for the tip!
Now you can set up colors in Settings.
Thank you! Great work!