Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upcoming (TBD)
Features
---------
* Offer filename completions on more special commands, such as `\edit`.
* Allow styling of status, timing, and warnings text.
* Allow styling of status and timings text.
* Set up customization of prompt/continuation colors in `~/.myclirc`.
* Allow customization of the toolbar with prompt format strings.
* Add warnings-count prompt format strings: `\w` and `\W`.
Expand Down
7 changes: 0 additions & 7 deletions mycli/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,6 @@ output.even-row = ""
output.null = "#808080"
output.status = ""
output.timing = ""
warnings.table-separator = ""
warnings.header = "#00ff5f bold"
warnings.odd-row = ""
warnings.even-row = ""
warnings.null = "#808080"
warnings.status = ""
warnings.timing = ""

# SQL syntax highlighting overrides
# sql.comment = 'italic #408080'
Expand Down
7 changes: 0 additions & 7 deletions test/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,6 @@ output.even-row = ""
output.null = "#808080"
output.status = ""
output.timing = ""
warnings.table-separator = ""
warnings.header = "#00ff5f bold"
warnings.odd-row = ""
warnings.even-row = ""
warnings.null = "#808080"
warnings.status = ""
warnings.timing = ""

# SQL syntax highlighting overrides
# sql.comment = 'italic #408080'
Expand Down