Change comment font color in MySQL Workbench query
问题 Is it possible to change the font color from a light grey to something more vibrant # GET TODAY'S EVENTS ONLY <- this is the font I want to change where event_date = CURDATE(); I am currently using MySQL Workbench version 6.0.9.11421 on Windows 7 OS 回答1: What you want to change in fact is the colors for syntax highlighting. These colors are stored in an xml file and there's currently no GUI to change them. But you can edit the xml file directly (restart MySQL Workbench to pick up any change).