sqlite-gui icon indicating copy to clipboard operation
sqlite-gui copied to clipboard

Feature request: custom syntax highlighting colors in the editor

Open wdscxsj opened this issue 3 years ago • 2 comments

The title says all... Personally I find strings in bright green not quite pleasant. Thanks a lot for your great work!

wdscxsj avatar Sep 05 '22 13:09 wdscxsj

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.

little-brother avatar Sep 12 '22 20:09 little-brother

Thanks for the tip!

wdscxsj avatar Sep 13 '22 01:09 wdscxsj

Now you can set up colors in Settings.

little-brother avatar Mar 03 '23 22:03 little-brother

Thank you! Great work!

wdscxsj avatar Mar 04 '23 00:03 wdscxsj