Skip to content

Commit

Permalink
⚡ Enhance completion popup selection background
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Aug 31, 2021
1 parent 918dd98 commit 371759c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/themes/Dracula.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"nonEditableBackground": "secondaryBackground"
},
"CompletionPopup": {
"selectionBackground": "selectionBackground",
"selectionBackground": "selectionInactiveBackground",
"selectionInactiveBackground": "selectionInactiveBackground",
"matchForeground": "accentColor"
},
Expand Down Expand Up @@ -328,4 +328,4 @@
"Checkbox.Focus.Thin.Default.Dark": "#bd93f9"
}
}
}
}
4 changes: 2 additions & 2 deletions src/main/resources/themes/DraculaColorful.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"nonEditableBackground": "secondaryBackground"
},
"CompletionPopup": {
"selectionBackground": "selectionBackground",
"selectionBackground": "selectionInactiveBackground",
"selectionInactiveBackground": "selectionInactiveBackground",
"matchForeground": "accentColor"
},
Expand Down Expand Up @@ -328,4 +328,4 @@
"Checkbox.Focus.Thin.Default.Dark": "#bd93f9"
}
}
}
}

0 comments on commit 371759c

Please sign in to comment.