mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Make the colons colored like the others
This commit is contained in:
parent
539ec69d3f
commit
14ae2d0862
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ def compare_opts(opts: KittyOpts, print: Print) -> None:
|
|||
for f in changed_opts:
|
||||
val = getattr(opts, f)
|
||||
if isinstance(val, dict):
|
||||
print(f'{title(f)}:')
|
||||
print(title(f'{f}:'))
|
||||
if f == 'symbol_map':
|
||||
for k in sorted(val):
|
||||
print(f'\tU+{k[0]:04x} - U+{k[1]:04x} → {val[k]}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue