Skip to content

Commit

Permalink
fixed lsp popup colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rojebd committed Jan 1, 2024
1 parent e1e6e8a commit 8b0a3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/voxed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ label = "yellow"
"diff.minus" = "#F22B29"
"diff.delta" = "#6f44f0"

"ui.background" = { bg = "#25262B" }
"ui.background" = { fg = "#25262B", bg="#1f1f21" }
"ui.background.separator" = { fg = "sglow" }
"ui.linenr" = { fg = "light-grey", modifiers = ["italic"] }
"ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }
"ui.statusline" = { fg = "status-two", bg = "light-grey", modifiers = ["bold", "dim"] }
"ui.statusline.inactive" = { fg = "black", bg = "bgrey-two" }
"ui.popup" = { fg = "bgrey" }
"ui.popup" = { fg = "bgrey", bg = "#25262B" }
"ui.window" = { fg = "white" }
"ui.help" = { bg = "#3f4047", fg = "light-grey" }

Expand Down

0 comments on commit 8b0a3a3

Please sign in to comment.