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
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Features
---------
* Offer filename completions on more special commands, such as `\edit`.
* Allow styling of status, timing, and warnings text.
* Set up customization of prompt/continuation colors in `~/.myclirc`.


Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions mycli/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ arg-toolbar = 'noinherit bold'
arg-toolbar.text = 'nobold'
bottom-toolbar.transaction.valid = 'bg:#222222 #00ff5f bold'
bottom-toolbar.transaction.failed = 'bg:#222222 #ff005f bold'
prompt = ''
continuation = ''

# style classes for colored table output
output.header = "#00ff5f bold"
Expand Down
2 changes: 2 additions & 0 deletions test/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ arg-toolbar = noinherit bold
arg-toolbar.text = nobold
bottom-toolbar.transaction.valid = "bg:#222222 #00ff5f bold"
bottom-toolbar.transaction.failed = "bg:#222222 #ff005f bold"
prompt = ''
continuation = ''

# style classes for colored table output
output.header = "#00ff5f bold"
Expand Down