Skip to content

Commit d77221d

Browse files
Add support for background color of inactive keyboard focus list items
When navigating the file explorer list with the keyboard and moving the focus to another UI component (like the editor) the background color of the selected item is colorized with the `list.inactiveFocusBackground` theme key. It has been set to `nord2` with a opacity of 80% to match the style of inactive list items that were focused without the keyboard (`list.inactiveSelectionBackground`). GH-107
1 parent e13ded1 commit d77221d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

themes/nord.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"list.activeSelectionForeground": "#2e3440",
117117
"list.inactiveSelectionBackground": "#434c5e",
118118
"list.inactiveSelectionForeground": "#d8dee9",
119+
"list.inactiveFocusBackground": "#434c5ecc",
119120
"list.hoverForeground": "#eceff4",
120121
"list.focusForeground": "#d8dee9",
121122
"list.focusBackground": "#88c0d099",

0 commit comments

Comments
 (0)