Skip to content

Commit

Permalink
Fix base16_terminal theme using incorrect ansi-color (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos authored Apr 26, 2022
1 parent 3d3145d commit fcd0ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/base16_terminal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fcd0ca3

Please sign in to comment.