Switch to full sized tabs, instead of 2 spaces, set permanent cursor color to prevent visual mode from hiding (setting bg_color to black) the cursor

This commit is contained in:
David Holland 2020-02-07 01:05:55 +01:00
parent 21b4f61036
commit 7afdcc97f3
Signed by: DustVoice
GPG key ID: 47068995A14EDCA9

View file

@ -183,10 +183,10 @@ font:
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true
# Colors (Tomorrow Night Bright) # Colors (Tomorrow Night Bright)
#colors: colors:
# Default colors # Default colors
#primary: #primary:
# background: '0x000000' # background: '0x333333'
# foreground: '0xeaeaea' # foreground: '0xeaeaea'
# Bright and dim foreground colors # Bright and dim foreground colors
@ -201,9 +201,9 @@ draw_bold_text_with_bright_colors: true
# #
# Colors which should be used to draw the terminal cursor. If these are unset, # Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color. # the cursor color will be the inverse of the cell color.
#cursor: cursor:
# text: '0x000000' text: '0x000000'
# cursor: '0xffffff' cursor: '0xffffff'
# Selection colors # Selection colors
# #