Skip to content

Instantly share code, notes, and snippets.

Created October 23, 2017 15:34

Revisions

  1. @invalid-email-address Anonymous created this gist Oct 23, 2017.
    39 changes: 39 additions & 0 deletions Few More Customizations for Default Dark Theme.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,39 @@
    /* Tab bar customization */
    :root:-moz-lwtheme-brighttext {
    --chrome-background-color: #424242 !important;
    --chrome-color: #8f8f8f !important;
    --chrome-secondary-background-color: #363636 !important;
    --toolbox-border-bottom-color: #2e2e2e !important;
    }
    .tabbrowser-tab[visuallyselected="true"]:-moz-lwtheme {
    color: #dddddd !important;
    }

    /* Fixing tabGroups menu */
    #tabGroups-tabview-button .toolbarbutton-text {
    max-height: inherit !important;
    }
    toolbar {
    min-height: 37px !important;
    }
    toolbar .toolbarbutton-1 {
    padding: 3px 2px !important;
    }

    /* Container tab borders */
    [data-identity-color="blue"] {
    --identity-tab-color: #7193F7 !important;
    --identity-icon-color: #7193F7 !important;
    }
    [data-identity-color="green"] {
    --identity-tab-color: #71F78A !important;
    --identity-icon-color: #71F78A !important;
    }
    [data-identity-color="orange"] {
    --identity-tab-color: #F2DE73 !important;
    --identity-icon-color: #F2DE73 !important;
    }
    [data-identity-color="pink"] {
    --identity-tab-color: #F771E7 !important;
    --identity-icon-color: #F771E7 !important;
    }