1
0
Fork 0

vis: tweak theme

main
urosm 2024-09-13 20:38:59 +02:00
parent 61680a7e93
commit b8f108ce1e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ lexers.STYLE_CURSOR_LINE = 'underlined'
lexers.STYLE_COLOR_COLUMN = 'fore:black,back:blue'
lexers.STYLE_SELECTION = 'fore:black,back:white'
lexers.STYLE_STATUS = 'fore:blue'
lexers.STYLE_STATUS_FOCUSED = 'fore:magenta'
lexers.STYLE_STATUS_FOCUSED = 'fore:blue'
lexers.STYLE_SEPARATOR = 'fore:blue'
lexers.STYLE_INFO = 'fore:red'
lexers.STYLE_EOF = 'fore:blue'