Last active
March 6, 2020 10:21
-
-
Save AlexMeuer/5579ed2fc402874d23e729fab93831d1 to your computer and use it in GitHub Desktop.
Solarized Stylish themes for GCP and Firebase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://userstyles.org/styles/180490/google-cloud-console-solarised-light */ | |
@-moz-document domain(console.cloud.google.com) { | |
.p6n-table:not([disable-alternating-background]) tbody tr:nth-child(odd), .p6n-kv-list-item:nth-child(odd) { | |
background-color: #eee8d5 !important; | |
} | |
.p6n-vulcan-panel-primary, .p6n-vulcan-panel-primary md-toolbar, p6n-default-theme, .central-page { | |
background-color: #fdf6e3 !important; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://userstyles.org/styles/180827/firebase-solarized-light */ | |
@-moz-document domain(console.firebase.google.com) { | |
.mat-card, .resource-selector { | |
background-color: #fdf6e3 | |
} | |
.c5e-modulehost-content { | |
background-color: #eee8d5 | |
} | |
fire-breadcrumbs, f7e-data-panel .f7e-panel-header { | |
background-color: #f5eeda | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment