File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 77* Make ` --progress ` and ` --checkpoint ` strictly by statement.
88* Allow more characters in passwords read from a file.
99* Show sponsors and contributors separately in startup messages.
10- * Add support for expired password (sandbox) mode (#440 )
10+ * Add support for expired password (sandbox) mode (#440 ).
11+ * Make balanced-bracket highlight colors configurable.
1112
1213
1314Bug Fixes
Original file line number Diff line number Diff line change 2323 Token .SelectedText : "selected" ,
2424 Token .SearchMatch : "search" ,
2525 Token .SearchMatch .Current : "search.current" ,
26+ Token .MatchingBracket .Cursor : "matching-bracket.cursor" ,
27+ Token .MatchingBracket .Other : "matching-bracket.other" ,
2628 Token .Toolbar : "bottom-toolbar" ,
2729 Token .Toolbar .Off : "bottom-toolbar.off" ,
2830 Token .Toolbar .On : "bottom-toolbar.on" ,
Original file line number Diff line number Diff line change @@ -293,6 +293,8 @@ completion-menu.meta.completion = 'bg:#448888 #ffffff'
293293completion-menu.multi-column-meta = ' bg:#aaffff #000000'
294294scrollbar.arrow = ' bg:#003333'
295295scrollbar = ' bg:#00aaaa'
296+ matching-bracket.cursor = ' #ff8888 bg:#880000'
297+ matching-bracket.other = ' #000000 bg:#aacccc'
296298selected = ' #ffffff bg:#6666aa'
297299search = ' #ffffff bg:#4444aa'
298300search.current = ' #ffffff bg:#44aa44'
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ completion-menu.meta.completion = "bg:#448888 #ffffff"
291291completion-menu.multi-column-meta = " bg:#aaffff #000000"
292292scrollbar.arrow = " bg:#003333"
293293scrollbar = " bg:#00aaaa"
294+ matching-bracket.cursor = ' #ff8888 bg:#880000'
295+ matching-bracket.other = ' #000000 bg:#aacccc'
294296selected = " #ffffff bg:#6666aa"
295297search = " #ffffff bg:#4444aa"
296298search.current = " #ffffff bg:#44aa44"
You can’t perform that action at this time.
0 commit comments