mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Switch back DB icon but use default colors (#2254)
This commit is contained in:
@@ -232,11 +232,11 @@
|
|||||||
},
|
},
|
||||||
"_db_light": {
|
"_db_light": {
|
||||||
"fontCharacter": "\\E01C",
|
"fontCharacter": "\\E01C",
|
||||||
"fontColor": "#dd4b78"
|
"fontColor": "#bfc2c1"
|
||||||
},
|
},
|
||||||
"_db": {
|
"_db": {
|
||||||
"fontCharacter": "\\E01C",
|
"fontCharacter": "\\E01C",
|
||||||
"fontColor": "#f55385"
|
"fontColor": "#d4d7d6"
|
||||||
},
|
},
|
||||||
"_default_light": {
|
"_default_light": {
|
||||||
"fontCharacter": "\\E01D",
|
"fontCharacter": "\\E01D",
|
||||||
@@ -1411,7 +1411,7 @@
|
|||||||
"rust": "_rust",
|
"rust": "_rust",
|
||||||
"scss": "_sass",
|
"scss": "_sass",
|
||||||
"shellscript": "_shell",
|
"shellscript": "_shell",
|
||||||
"sql": "_default",
|
"sql": "_db",
|
||||||
"swift": "_swift",
|
"swift": "_swift",
|
||||||
"typescript": "_typescript",
|
"typescript": "_typescript",
|
||||||
"typescriptreact": "_react",
|
"typescriptreact": "_react",
|
||||||
@@ -1616,7 +1616,7 @@
|
|||||||
"rust": "_rust_light",
|
"rust": "_rust_light",
|
||||||
"scss": "_sass_light",
|
"scss": "_sass_light",
|
||||||
"shellscript": "_shell_light",
|
"shellscript": "_shell_light",
|
||||||
"sql": "_default_light",
|
"sql": "_db_light",
|
||||||
"swift": "_swift_light",
|
"swift": "_swift_light",
|
||||||
"typescript": "_typescript_light",
|
"typescript": "_typescript_light",
|
||||||
"typescriptreact": "_react_light",
|
"typescriptreact": "_react_light",
|
||||||
|
|||||||
Reference in New Issue
Block a user