Skip to content

cherchyk/Theme-For-Azure-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theme for Azure Portal

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!

How is it working?

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;
}

Contributing

This project welcomes contributions and suggestions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published