From f9a69bfd88c0e04ff53df743a73ec6d0b76d4835 Mon Sep 17 00:00:00 2001 From: hzy <1448424184@qq.com> Date: Mon, 29 Apr 2024 23:39:50 +0800 Subject: [PATCH 1/2] fix a bug when doing lsp completions --- ayu-dark.sublime-theme | 7 ++++++- ayu-light.sublime-theme | 7 ++++++- ayu-mirage.sublime-theme | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ayu-dark.sublime-theme b/ayu-dark.sublime-theme index df6c95e..d32c2be 100644 --- a/ayu-dark.sublime-theme +++ b/ayu-dark.sublime-theme @@ -1522,6 +1522,11 @@ }, { "class": "auto_complete_details", + "parents": [ + { + "class": "auto_complete_detail_pane", + } + ], "background_color": "#141821", "monospace_background_color": "#141821" }, @@ -2303,4 +2308,4 @@ "color": "#0d1017", "font.size": 12 } -] \ No newline at end of file +] diff --git a/ayu-light.sublime-theme b/ayu-light.sublime-theme index 5f14ac5..1070a76 100644 --- a/ayu-light.sublime-theme +++ b/ayu-light.sublime-theme @@ -1522,6 +1522,11 @@ }, { "class": "auto_complete_details", + "parents": [ + { + "class": "auto_complete_detail_pane", + } + ], "background_color": "#ffffff", "monospace_background_color": "#ffffff" }, @@ -2303,4 +2308,4 @@ "color": "#f8f9fa", "font.size": 12 } -] \ No newline at end of file +] diff --git a/ayu-mirage.sublime-theme b/ayu-mirage.sublime-theme index 160cb6a..8eda836 100644 --- a/ayu-mirage.sublime-theme +++ b/ayu-mirage.sublime-theme @@ -1522,6 +1522,11 @@ }, { "class": "auto_complete_details", + "parents": [ + { + "class": "auto_complete_detail_pane", + } + ], "background_color": "#282e3b", "monospace_background_color": "#282e3b" }, @@ -2303,4 +2308,4 @@ "color": "#1f2430", "font.size": 12 } -] \ No newline at end of file +] From 5e663a7ce14a9cf4600ce505c879bee70ac629a3 Mon Sep 17 00:00:00 2001 From: hzy <1448424184@qq.com> Date: Tue, 30 Apr 2024 14:21:18 +0800 Subject: [PATCH 2/2] delete background_color prop --- ayu-dark.sublime-theme | 6 ------ ayu-light.sublime-theme | 6 ------ ayu-mirage.sublime-theme | 6 ------ 3 files changed, 18 deletions(-) diff --git a/ayu-dark.sublime-theme b/ayu-dark.sublime-theme index d32c2be..89fd8bd 100644 --- a/ayu-dark.sublime-theme +++ b/ayu-dark.sublime-theme @@ -1522,12 +1522,6 @@ }, { "class": "auto_complete_details", - "parents": [ - { - "class": "auto_complete_detail_pane", - } - ], - "background_color": "#141821", "monospace_background_color": "#141821" }, { diff --git a/ayu-light.sublime-theme b/ayu-light.sublime-theme index 1070a76..c42928d 100644 --- a/ayu-light.sublime-theme +++ b/ayu-light.sublime-theme @@ -1522,12 +1522,6 @@ }, { "class": "auto_complete_details", - "parents": [ - { - "class": "auto_complete_detail_pane", - } - ], - "background_color": "#ffffff", "monospace_background_color": "#ffffff" }, { diff --git a/ayu-mirage.sublime-theme b/ayu-mirage.sublime-theme index 8eda836..0f0a070 100644 --- a/ayu-mirage.sublime-theme +++ b/ayu-mirage.sublime-theme @@ -1522,12 +1522,6 @@ }, { "class": "auto_complete_details", - "parents": [ - { - "class": "auto_complete_detail_pane", - } - ], - "background_color": "#282e3b", "monospace_background_color": "#282e3b" }, {