adopt focus border across all core themes

This commit is contained in:
João Moreno 2021-02-15 14:29:36 +01:00
parent c4c044e20d
commit 4077a67914
No known key found for this signature in database
GPG key ID: 896B853774D1A575
9 changed files with 9 additions and 9 deletions

View file

@ -303,7 +303,7 @@
"list.activeSelectionBackground": "#08286b",
// "list.activeSelectionForeground": "",
"list.focusBackground": "#08286b",
"quickInput.list.focusBackground": "#08286b",
"list.hoverBackground": "#061940",
"list.inactiveSelectionBackground": "#152037",
"list.dropBackground": "#041D52",

View file

@ -10,7 +10,7 @@
"list.highlightForeground": "#e3b583",
"list.activeSelectionBackground": "#7c5021",
"list.hoverBackground": "#7c502166",
"list.focusBackground": "#7c5021AA",
"quickInput.list.focusBackground": "#7c5021AA",
"list.inactiveSelectionBackground": "#645342",
"pickerGroup.foreground": "#e3b583",
"pickerGroup.border": "#e3b583",

View file

@ -3,7 +3,7 @@
"colors": {
"dropdown.background": "#525252",
"list.activeSelectionBackground": "#707070",
"list.focusBackground": "#707070",
"quickInput.list.focusBackground": "#707070",
"list.inactiveSelectionBackground": "#4e4e4e",
"list.hoverBackground": "#444444",
"list.highlightForeground": "#e58520",

View file

@ -9,7 +9,7 @@
"colors": {
"dropdown.background": "#414339",
"list.activeSelectionBackground": "#75715E",
"list.focusBackground": "#414339",
"quickInput.list.focusBackground": "#414339",
"dropdown.listBackground": "#1e1f1c",
"list.inactiveSelectionBackground": "#414339",
"list.hoverBackground": "#3e3d32",

View file

@ -473,7 +473,7 @@
"pickerGroup.foreground": "#A6B39B",
"pickerGroup.border": "#749351",
"list.activeSelectionForeground": "#6c6c6c",
"list.focusBackground": "#CADEB9",
"quickInput.list.focusBackground": "#CADEB9",
"list.hoverBackground": "#e0e0e0",
"list.activeSelectionBackground": "#c4d9b1",
"list.inactiveSelectionBackground": "#d3dbcd",

View file

@ -49,7 +49,7 @@
"list.activeSelectionBackground": "#880000",
"list.inactiveSelectionBackground": "#770000",
"list.dropBackground": "#662222",
"list.focusBackground": "#660000",
"quickInput.list.focusBackground": "#660000",
"list.highlightForeground": "#ff4444",
"pickerGroup.foreground": "#cc9999",
"pickerGroup.border": "#ff000033",

View file

@ -350,7 +350,7 @@
"list.activeSelectionBackground": "#005A6F",
// "list.activeSelectionForeground": "",
"list.focusBackground": "#005A6F",
"quickInput.list.focusBackground": "#005A6F",
"list.hoverBackground": "#004454AA",
"list.inactiveSelectionBackground": "#00445488",
"list.dropBackground": "#00445488",

View file

@ -350,7 +350,7 @@
"list.activeSelectionBackground": "#DFCA88",
"list.activeSelectionForeground": "#6C6C6C",
"list.focusBackground": "#DFCA8866",
"quickInput.list.focusBackground": "#DFCA8866",
"list.hoverBackground": "#DFCA8844",
"list.inactiveSelectionBackground": "#D1CBB8",
"list.highlightForeground": "#B58900",

View file

@ -5,7 +5,7 @@
"errorForeground": "#a92049",
"input.background": "#001733",
"dropdown.background": "#001733",
"list.focusBackground": "#ffffff60",
"quickInput.list.focusBackground": "#ffffff60",
"list.activeSelectionBackground": "#ffffff60",
"list.inactiveSelectionBackground": "#ffffff40",
"list.hoverBackground": "#ffffff30",