Theme for Azure Portal is extremely light Chrome extension that modifies colors for the Dark theme used in the Azure Portal.
After installing extension choose Dark theme in the Portal settings and refresh the page.
As a result default Dark theme...
...will look like this one.
Enjoy!
When page is loaded. Extentsion adds new style tag after the <body />
. New styles override colors with !important
rule.
For example:
.fxs-mode-dark .fxs-portal-bg-txt-br {
background-color: #242424 !important;
}
This project welcomes contributions and suggestions.