dbcli / mycli

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

字段的颜色是否还可以修改?它让人有点看不清楚。 #1084

Open zem558 opened 2 years ago

zem558 commented 2 years ago

image

zem558 commented 2 years ago

image 它让人看起来很模糊

zem558 commented 2 years ago

image ta它让人看起来很模糊

zem558 commented 2 years ago

image 我很希望它能变成这种透明色,这样就不影响我查看了。

amjith commented 2 years ago

I am using google translate to understand your descriptions. I think what you're asking for is to turn off the color decorations for the header. I'd recommend taking look at the config file once more .myclirc file in your home folder.

Find this line output.header = "#00ff5f bold" and change it to output.header = "". That will turn off the decorations.

zem558 commented 2 years ago

@amjith yeah,I got it. What you said solved my problem. thank you so much

zem558 commented 2 years ago

but this line output.header = "#00ff5f bold" and change it to output.header = "italic bold", that 'italic' will not take effect,only if the ‘bold’ will take effect