From 6776ce9a1dafabd1941b56217ef8f091f54b7d3e Mon Sep 17 00:00:00 2001 From: Axel Kappel <69117984+Kl4rry@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:56:07 +0200 Subject: [PATCH] make selected completion item more visible --- themes/catppuccin_frappe.toml | 2 +- themes/catppuccin_latte.toml | 2 +- themes/catppuccin_macchiato.toml | 2 +- themes/catppuccin_mocha.toml | 2 +- themes/solarized_dark.toml | 2 +- themes/solarized_light.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/catppuccin_frappe.toml b/themes/catppuccin_frappe.toml index 28ed9c7..275f4ad 100644 --- a/themes/catppuccin_frappe.toml +++ b/themes/catppuccin_frappe.toml @@ -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" } diff --git a/themes/catppuccin_latte.toml b/themes/catppuccin_latte.toml index 38e2d7e..4edd7d9 100644 --- a/themes/catppuccin_latte.toml +++ b/themes/catppuccin_latte.toml @@ -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" } diff --git a/themes/catppuccin_macchiato.toml b/themes/catppuccin_macchiato.toml index dedcd81..32a90f3 100644 --- a/themes/catppuccin_macchiato.toml +++ b/themes/catppuccin_macchiato.toml @@ -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" } diff --git a/themes/catppuccin_mocha.toml b/themes/catppuccin_mocha.toml index c5dfc92..f02c756 100644 --- a/themes/catppuccin_mocha.toml +++ b/themes/catppuccin_mocha.toml @@ -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" } diff --git a/themes/solarized_dark.toml b/themes/solarized_dark.toml index 335db9c..36ca6ea 100644 --- a/themes/solarized_dark.toml +++ b/themes/solarized_dark.toml @@ -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" } diff --git a/themes/solarized_light.toml b/themes/solarized_light.toml index df63143..0af11f5 100644 --- a/themes/solarized_light.toml +++ b/themes/solarized_light.toml @@ -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" }