Skip to content

Commit

Permalink
Fix Typos in base16_transparent
Browse files Browse the repository at this point in the history
Fixes #3373.
  • Loading branch information
n0s4 authored and the-mikedavis committed Aug 12, 2022
1 parent 1eeca10 commit b565fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/base16_transparent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

"ui.background" = { fg = "white"}
"ui.background.separator" = { fg = "gray" }
"ui.menu" = { fg = "greay" }
"ui.menu" = { fg = "gray" }
"ui.menu.selected" = { modifiers = ["reversed"] }
"ui.menu.scroll" = { fg = "light-gray" }
"ui.linenr" = { fg = "light-grey" }
"ui.linenr" = { fg = "light-gray" }
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
"ui.popup" = { fg = "white" }
"ui.window" = { fg = "white" }
Expand Down Expand Up @@ -50,7 +50,7 @@
"markup.raw" = "green"
"markup.normal" = { fg = "blue" }
"markup.insert" = { fg = "green" }
"markup.select" = { fg = "purple" }
"markup.select" = { fg = "magenta" }

"diff.plus" = "light-green"
"diff.delta" = "yellow"
Expand Down

0 comments on commit b565fff

Please sign in to comment.