Skip to content

Commit

Permalink
Fix unreadable completion popup list items in non-focused state (#89)
Browse files Browse the repository at this point in the history
In version 0.8.0 (1) some new UI theme keys have been added and
deprecated ones modified or removed through GH-86 and PR GH-87.
This included the `ui.CompletionPopup.nonFocusedMask` key that has been
set to `nord0` without a alpha layer value. Since the auto completion
popup of IntelliSense if not focused but the editor itself, the overlay
mask gets applied. As soon as the up or down arrow keys are pressed the
popup gets the focus and therefore the mask gets removed showing the
list items with correct styles.

The key has been removed, the popup should be shown the same like in
focused state for better readable text and easy recognition of the
desired auto complete entry.

References:
  (1) https://github.com/arcticicestudio/nord-jetbrains/releases/tag/v0.8.0

Fixes GH-88
  • Loading branch information
arcticicestudio authored Aug 3, 2019
1 parent 707bf7e commit a88dc78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nord.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"background": "#323846",
"matchForeground": "#88c0d0",
"matchSelectionForeground": "#88c0d0",
"nonFocusedMask": "#2e3440",
"nonFocusedState": "#2e3440",
"selectionBackground": "#4c566a",
"selectionInactiveBackground": "#3b4252",
Expand Down

0 comments on commit a88dc78

Please sign in to comment.