mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix input border in some light themes (#23599)
This commit is contained in:
@@ -30,7 +30,8 @@
|
|||||||
"list.activeSelectionIconForeground": "#FFF",
|
"list.activeSelectionIconForeground": "#FFF",
|
||||||
"list.focusAndSelectionOutline": "#90C2F9",
|
"list.focusAndSelectionOutline": "#90C2F9",
|
||||||
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
||||||
"widget.border": "#d4d4d4"
|
"widget.border": "#d4d4d4",
|
||||||
|
"input.border":"#CECECE"
|
||||||
},
|
},
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user