mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adding light contrast theme (#22028)
* Adding light contrast theme
* fixing oe icons
* Fixing more files
* Converting ep files to support hc light
* Revert "Copy Headers for Selected Columns (#21622)"
This reverts commit f74d6f6d9b.
* Adding more css rules
* Fixing modal
* Fixing azure icons
This commit is contained in:
@@ -13,11 +13,18 @@
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "High Contrast",
|
||||
"uiTheme": "hc-black",
|
||||
"path": "./themes/hc_black.json"
|
||||
}
|
||||
{
|
||||
"id": "Default High Contrast",
|
||||
"label": "%hcColorThemeLabel%",
|
||||
"uiTheme": "hc-black",
|
||||
"path": "./themes/hc_black.json"
|
||||
},
|
||||
{
|
||||
"id": "Default High Contrast Light",
|
||||
"label": "%lightHcColorThemeLabel%",
|
||||
"uiTheme": "hc-light",
|
||||
"path": "./themes/hc_light.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconThemes": [
|
||||
|
||||
Reference in New Issue
Block a user