Skip to content

Commit

Permalink
Dim pane divider color in base16_transparent theme (helix-editor#6534)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnstmntmn authored and wes-adams committed Jul 3, 2023
1 parent dc703a3 commit 66333be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/base16_transparent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ui.linenr" = { fg = "light-gray" }
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
"ui.popup" = { fg = "white" }
"ui.window" = { fg = "white" }
"ui.window" = { fg = "gray" }
"ui.selection" = { bg = "gray" }
"comment" = "light-gray"
"ui.statusline" = { fg = "white" }
Expand Down

0 comments on commit 66333be

Please sign in to comment.