dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.06k stars 67 forks source link

Header names vague or hidden in grid mode #154

Closed MohamSayed closed 1 year ago

MohamSayed commented 1 year ago

Header names vague or hidden in grid mode. I don't think it is good idea to highlight names in header. image image

OS: Windows 11 Python: 3.9.16 Terminal: Microsoft Terminal Shell: Powershell

amjith commented 1 year ago

@MohamSayed Sorry about the awful highlights of the header. Fortunately this is an easy fix. You can open your config located in ~/.config/litecli/config and edit the line towards the bottom that says output.header = "#00ff5f bold" and set it to output.header = ""

That should get rid of the header highlights.

I don't remember where the config file is located in Windows. I hope you can find it.

MohamSayed commented 1 year ago

Config location: ~\AppData\Local\dbcli\litecli\config