Update color codes to match iTerm2's Solarized Dark theme, make highlighted text on cursor line legible. (#1134)

mine
Gabor Maghera 2021-05-24 21:16:15 -07:00 committed by GitHub
parent 6426ea112f
commit 16501be33a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -1,15 +1,15 @@
# # K9s Solarized Dark Skin Contributed by [@danmikita](danmikita@gmail.com) # Based on K9s Solarized Dark Skin Contributed by [@danmikita](danmikita@gmail.com)
foreground: &foreground "#839496" foreground: &foreground "#839495"
background: &background "#002b36" background: &background "#002833"
current_line: &current_line "#073642" current_line: &current_line "#003440"
selection: &selection "#073642" selection: &selection "#003440"
comment: &comment "#6272a4" comment: &comment "#6272a4"
cyan: &cyan "#2aa198" cyan: &cyan "#2aa197"
green: &green "#859900" green: &green "#859901"
orange: &orange "#cb4b16" orange: &orange "#cb4a16"
magenta: &magenta "#d33682" magenta: &magenta "#d33582"
blue: &blue "#268bd2" blue: &blue "#2aa198"
red: &red "#dc322f" red: &red "#dc312e"
k9s: k9s:
body: body:
@ -66,7 +66,7 @@ k9s:
table: table:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *background
cursorFgColor: *foreground cursorFgColor: *selection
cursorBgColor: *current_line cursorBgColor: *current_line
header: header:
fgColor: *foreground fgColor: *foreground