little-brother / sqlite-gui

Lightweight SQLite editor for Windows
GNU General Public License v2.0
1.07k stars 51 forks source link

Feature request: custom syntax highlighting colors in the editor #130

Closed wdscxsj closed 1 year ago

wdscxsj commented 1 year ago

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

little-brother commented 1 year ago

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.

wdscxsj commented 1 year ago

Thanks for the tip!

little-brother commented 1 year ago

Now you can set up colors in Settings.

wdscxsj commented 1 year ago

Thank you! Great work!