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 Triton171 committed Jun 18, 2023
1 parent 508df75 commit 1a08e36
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 1a08e36

Please sign in to comment.