Skip to content

Commit

Permalink
make selected completion item more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Jun 15, 2024
1 parent 2f3a2be commit 6776ce9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/catppuccin_frappe.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.search.match" = { bg = "search_match" }
"editor.fuzzy.match" = { fg = "red" }
"editor.completer" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "blue", fg = "surface0" }



Expand Down
2 changes: 1 addition & 1 deletion themes/catppuccin_latte.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.search.match" = { bg = "search_match" }
"editor.fuzzy.match" = { fg = "red" }
"editor.completer" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "blue", fg = "surface0" }



Expand Down
2 changes: 1 addition & 1 deletion themes/catppuccin_macchiato.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.search.match" = { bg = "search_match" }
"editor.fuzzy.match" = { fg = "red" }
"editor.completer" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "blue", fg = "surface0" }



Expand Down
2 changes: 1 addition & 1 deletion themes/catppuccin_mocha.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.search.match" = { bg = "search_match" }
"editor.fuzzy.match" = { fg = "red" }
"editor.completer" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "surface1", fg = "text" }
"editor.completer.selected" = { bg = "blue", fg = "surface0" }



Expand Down
2 changes: 1 addition & 1 deletion themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.search.match" = { bg = "base015" }
"editor.fuzzy.match" = { fg = "red" }
"editor.completer" = { bg = "base02", fg = "base1" }
"editor.completer.selected" = { bg = "base02", fg = "base2" }
"editor.completer.selected" = { bg = "base00", fg = "base03" }

[syntax]
"attribute" = { fg = "violet" }
Expand Down
2 changes: 1 addition & 1 deletion themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.search.match" = { bg = "base015" }
"editor.fuzzy.match" = { fg = "red" }
"editor.completer" = { bg = "base02", fg = "base1" }
"editor.completer.selected" = { bg = "base02", fg = "base2" }
"editor.completer.selected" = { bg = "base00", fg = "base03" }

[syntax]
"attribute" = { fg = "violet" }
Expand Down

0 comments on commit 6776ce9

Please sign in to comment.