Compare commits

..

No commits in common. "abad85723cc00a76ae429b1bba097fa315d31150" and "a06e84c22fc6348457094b5f66a9f5c7df9cbe18" have entirely different histories.

1 changed files with 389 additions and 389 deletions

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: '0x333333' # background: '0x000000'
# foreground: '0xeaeaea' # foreground: '0xeaeaea'
# Bright and dim foreground colors # Bright and dim foreground colors
@ -201,9 +201,9 @@ colors:
# #
# 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
# #