Add function to update the autocomplete highlight color

This commit is contained in:
Deepjyoti Barman
2021-04-24 18:33:02 +05:30
parent 94894c7e6f
commit a12b03ad6b
2 changed files with 25 additions and 1 deletions

View File

@@ -57,7 +57,8 @@
"searchColor": "#fff",
"searchBackgroundColor": "#2e2e2e",
"squareColor": "#9e9e9e",
"squareBackgroundColor": "#2e2e2e"
"squareBackgroundColor": "#2e2e2e",
"autocompleteHighlightBackgroundColor": "#3B3B3B"
},
"backgroundColor": "#212121"
}