MySQL Workbench: Unable to see text

大憨熊 提交于 2019-12-07 06:27:19

问题


My installation of MySQL Workbench is rather unusable because of the font/background colours. Initially I assumed that this was due to the Light/Dark theme on Mac OSX Mojave, but I have switched between both and it still remains the same. The problem has only started since I upgraded to Mac OSX Mojave. Is there anything I can do to make things more visible?

Edit: My currently selected theme is the 'Light Theme'


回答1:


MySQL Workbench 8.0.13 doesn't support the new dark mode of macOS Mojave yet. This will come with a future release. Until then keep using the light mode if the use of MySQL Workbench (and other software which still needs to be updated) is essential for you.

Update

Starting with MySQL Workbench 8.0.14 the new dark mode is fully supported.




回答2:


use

defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes

to exclude workbench from dark mode

use

defaults delete com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance

to reset to default




回答3:


defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes

Run this in CMD

Ref: https://bugs.mysql.com/bug.php?id=92902



来源:https://stackoverflow.com/questions/53183318/mysql-workbench-unable-to-see-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!