dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Some Words are Ineligible in Dark Mode #1115

Closed kolinkorr839 closed 1 year ago

kolinkorr839 commented 1 year ago

I am on mac and I use dark mode all the time. Is there a way for mycli to change the colors so that it can be visible? For example, below is a screenshot when I do a command.

Screen Shot 2023-05-06 at 3 54 18 PM

The command looks like this:

ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY

As you can see the @'%' cannot be seen. Is there a way to fix this?

amjith commented 1 year ago

There are a lot of different themes that are dark which might be suitable for you. You can check your myclirc file located in ~/.myclirc.

You can also look at all the themes on this page and pick. https://www.mycli.net/syntax

kolinkorr839 commented 1 year ago

Thanks!