Skip to content

Instantly share code, notes, and snippets.

@AlexMeuer
Last active March 6, 2020 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexMeuer/5579ed2fc402874d23e729fab93831d1 to your computer and use it in GitHub Desktop.
Save AlexMeuer/5579ed2fc402874d23e729fab93831d1 to your computer and use it in GitHub Desktop.
Solarized Stylish themes for GCP and Firebase
/* 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;
}
}
/* 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
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment