Fix base16_terminal theme using incorrect ansi-color (#2279)
This commit is contained in:
parent
3d3145d511
commit
fcd0ca3912
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"ui.statusline.inactive" = { fg = "gray", bg = "black" }
|
||||
"ui.help" = { fg = "white", bg = "black" }
|
||||
"ui.cursor" = { fg = "light-gray", modifiers = ["reversed"] }
|
||||
"ui.cursor.primary" = { fg = "light-white", modifiers = ["reversed"] }
|
||||
"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed"] }
|
||||
"ui.virtual" = "light-gray"
|
||||
"variable" = "light-red"
|
||||
"constant.numeric" = "yellow"
|
||||
|
|
Loading…
Add table
Reference in a new issue