Last active
February 5, 2019 19:21
-
-
Save eight04/1b9edeb170d9f8bbabfb06dc6627f8f7 to your computer and use it in GitHub Desktop.
Usercss test
This file contains hidden or 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
| /* ==UserStyle== | |
| @name Stack Overflow Navbar Enhancer | |
| @description An usercss to move navbar position, change font color, and more. | |
| @namespace eight04.blogspot | |
| @version 0.1.8 | |
| @author eight04 <[email protected]> (https://github.com/eight04) | |
| @homepageURL http://example.com/ | |
| @supportURL http://example.com/issues | |
| @license unlicense | |
| @advanced color font-color 'Font color' #123456 | |
| @var select nav-pos 'Navbar position' { | |
| "Top": "top", | |
| "Bottom": "bottom" | |
| } | |
| @var checkbox affix 'Fixed navbar' 1 | |
| @advanced text nav-height 'Navbar height' 60px | |
| @preprocessor stylus | |
| ==/UserStyle== */ | |
| @-moz-document domain("stackoverflow.com") { | |
| body { | |
| color: font-color; | |
| background: whitesmoke; | |
| } | |
| if not affix { | |
| body { | |
| position: relative; | |
| } | |
| body > header { | |
| position: absolute!important; | |
| } | |
| } | |
| if nav-pos == 'bottom' { | |
| body > .container { | |
| padding-top: 0!important; | |
| } | |
| body > footer { | |
| padding-bottom: 60px!important; | |
| } | |
| body > header { | |
| top: auto!important; | |
| bottom: 0!important; | |
| } | |
| } | |
| body > header { | |
| height: nav-height!important; | |
| } | |
| } |
This file contains hidden or 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
| /* ==UserStyle== | |
| @name GitHub Dark | |
| @namespace stylish | |
| @version 0.1.0 | |
| @homepageURL http://userstyles.org/styles/37035 | |
| @updateURL https://userstyles.org/styles/37035.css | |
| @md5URL https://update.userstyles.org/37035.md5 | |
| @originalMD5 66643ceab5d8c458da6e0ead8f4133f3 | |
| @author StylishThemes | |
| @advanced color base-color "Base color scheme" #4183C4 | |
| @advanced dropdown syntax-theme "Github syntax theme" { | |
| Ambiance "Ambiance" <<<EOT | |
| /*! GitHub: Ambiance *\/.CodeMirror,.highlight{background-color:#202020!important;color:#e6e1dc!important}.blob-code,.blob-code-inner{color:#e6e1dc!important}.pl-c,.pl-c span{color:#555!important;font-style:italic!important}.pl-c1{color:#cf7ea9!important}.pl-e{color:#aac6e3!important}.pl-en{color:#fa8d6a!important}.pl-ent{color:#aac6e3!important}.pl-k{color:#fa8d6a!important}.pl-mb{color:#cf7ea9!important;font-weight:700!important}.pl-mdh{color:#cda869!important}.pl-mdr{color:#cda869!important}.pl-mh{color:#9b859d!important}.pl-mh .pl-en{color:#9b859d!important;font-weight:700!important}.pl-mi{color:#cda869!important;font-style:italic!important}.pl-ml{color:#cda869!important}.pl-mm{color:#cda869!important}.pl-mo{color:#cda869!important}.pl-mp{color:#cda869!important}.pl-mq{color:#555!important}.pl-mr{color:#cda869!important}.pl-ms{color:#cda869!important}.pl-pds{color:#8f9d6a!important}.pl-s{color:#aac6e3!important}.pl-s1{color:#8f9d6a!important}.pl-s1 .pl-pse .pl-s2{color:#8f9d6a!important}.pl-s1 .pl-s2{color:#99c!important}.pl-s1 .pl-v{color:#cda869!important}.pl-s3{color:#cda869!important}.pl-sc{color:#9b859d!important}.pl-smi{color:#99c!important}.pl-smp{color:#99c!important}.pl-sr{color:#dad085!important}.pl-sr .pl-cce{color:#9b859d!important}.pl-sr .pl-sra{color:#dad085!important}.pl-sr .pl-sre{color:#dad085!important}.pl-src{color:#dad085!important}.pl-st{color:#aac6e3!important}.pl-stj{color:#99c!important}.pl-sv{color:#cf7ea9!important}.pl-v{color:#aac6e3!important}.pl-vo{color:#99c!important}.pl-vpf{color:#99c!important}.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#f8f8f8!important;background:rgba(86,45,86,.75)!important}.pl-mdhf{color:#f8f8f8!important;background:rgba(86,45,86,.75)!important}.pl-id{color:#f8f8f8!important;background:rgba(86,45,86,.75)!important}.pl-ii{color:#f8f8f8!important;background:rgba(86,45,86,.75)!important} EOT; | |
| Chaos "Chaos" <<<EOT | |
| /*! GitHub: Chaos *\/.CodeMirror,.highlight{background-color:#161616!important;color:#e6e1dc!important}.blob-code,.blob-code-inner{color:#e6e1dc!important}.pl-c,.pl-c span{color:#555!important;font-style:italic!important}.pl-c1{color:#fdc251!important}.pl-e{color:#974!important}.pl-en{color:#974!important}.pl-ent{color:#974!important}.pl-k{color:#00698f!important}.pl-mb{color:#1edafb!important;font-weight:700!important}.pl-mdh{color:#00698f!important}.pl-mdr{color:#00698f!important}.pl-mh{color:#fdc251!important}.pl-mh .pl-en{color:#fdc251!important;font-weight:700!important}.pl-mi{color:#00698f!important;font-style:italic!important}.pl-ml{color:#00698f!important}.pl-mm{color:#00698f!important}.pl-mo{color:#00698f!important}.pl-mp{color:#00698f!important}.pl-mq{color:#555!important}.pl-mr{color:#00698f!important}.pl-ms{color:#00698f!important}.pl-pds{color:#58c554!important}.pl-s{color:#974!important}.pl-s1{color:#58c554!important}.pl-s1 .pl-pse .pl-s2{color:#58c554!important}.pl-s1 .pl-s2{color:#1edafb!important}.pl-s1 .pl-v{color:#00698f!important}.pl-s3{color:#00698f!important}.pl-sc{color:#999!important}.pl-smi{color:#be53e6!important}.pl-smp{color:#be53e6!important}.pl-sr{color:#ff308f!important}.pl-sr .pl-cce{color:#fdc251!important}.pl-sr .pl-sra{color:#ff308f!important}.pl-sr .pl-sre{color:#ff308f!important}.pl-src{color:#ff308f!important}.pl-st{color:#e6e1dc!important}.pl-stj{color:#be53e6!important}.pl-sv{color:#1edafb!important}.pl-v{color:#974!important}.pl-vo{color:#be53e6!important}.pl-vpf{color:#974!important}.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#fff!important;background:#900!important}.pl-mdhf{color:#fff!important;background:#900!important}.pl-id{color:#fff!important;background:#900!important}.pl-ii{color:#fff!important;background:#900!important} EOT; | |
| CloudsMidnight "Clouds Midnight" <<<EOT | |
| /*! GitHub: Clouds_Midnight *\/.CodeMirror,.highlight{background-color:#191919!important;color:#929292!important}.blob-code,.blob-code-inner{color:#929292!important}.pl-c,.pl-c span{color:#3c403b!important;font-style:italic!important}.pl-c1{color:#39946a!important}.pl-e{color:#929292!important}.pl-en{color:#929292!important}.pl-ent{color:#929292!important}.pl-k{color:#927c5d!important}.pl-mb{color:#39946a!important;font-weight:700!important}.pl-mdh{color:#927c5d!important}.pl-mdr{color:#927c5d!important}.pl-mh{color:#366f1a!important}.pl-mh .pl-en{color:#366f1a!important;font-weight:700!important}.pl-mi{color:#927c5d!important;font-style:italic!important}.pl-ml{color:#927c5d!important}.pl-mm{color:#927c5d!important}.pl-mo{color:#927c5d!important}.pl-mp{color:#927c5d!important}.pl-mq{color:#3c403b!important}.pl-mr{color:#927c5d!important}.pl-ms{color:#927c5d!important}.pl-pds{color:#5d90cd!important}.pl-s{color:#e92e2e!important}.pl-s1{color:#5d90cd!important}.pl-s1 .pl-pse .pl-s2{color:#5d90cd!important}.pl-s1 .pl-s2{color:#606060!important}.pl-s1 .pl-v{color:#927c5d!important}.pl-s3{color:#927c5d!important}.pl-sc{color:#366f1a!important}.pl-smi{color:#606060!important}.pl-smp{color:#606060!important}.pl-sr{color:#e92e2e!important}.pl-sr .pl-cce{color:#366f1a!important}.pl-sr .pl-sra{color:#e92e2e!important}.pl-sr .pl-sre{color:#e92e2e!important}.pl-src{color:#e92e2e!important}.pl-st{color:#e92e2e!important}.pl-stj{color:#606060!important}.pl-sv{color:#39946a!important}.pl-v{color:#5d90cd!important}.pl-vo{color:#606060!important}.pl-vpf{color:#606060!important}.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#fff!important;background:#e92e2e!important}.pl-mdhf{color:#fff!important;background:#e92e2e!important}.pl-id{color:#fff!important;background:#e92e2e!important}.pl-ii{color:#fff!important;background:#e92e2e!important} EOT; | |
| Cobalt "Cobalt" <<<EOT | |
| /*! GitHub: Cobalt *\/.CodeMirror,.highlight{background-color:#002240!important;color:#fff!important}.blob-code,.blob-code-inner{color:#fff!important}.pl-c,.pl-c span{color:#08f!important;font-style:italic!important}.pl-c1{color:#ff628c!important}.pl-e{color:#ff9d00!important}.pl-en{color:#fff!important}.pl-ent{color:#fd0!important}.pl-k{color:#ff9d00!important}.pl-mb{color:#ff628c!important;font-weight:700!important}.pl-mdh{color:#ff9d00!important}.pl-mdr{color:#ff9d00!important}.pl-mh{color:#eb939a!important}.pl-mh .pl-en{color:#eb939a!important;font-weight:700!important}.pl-mi{color:#ff9d00!important;font-style:italic!important}.pl-ml{color:#ff9d00!important}.pl-mm{color:#ff9d00!important}.pl-mo{color:#ff9d00!important}.pl-mp{color:#ff9d00!important}.pl-mq{color:#08f!important}.pl-mr{color:#ff9d00!important}.pl-ms{color:#ff9d00!important}.pl-pds{color:#3ad900!important}.pl-s{color:#3ad900!important}.pl-s1{color:#3ad900!important}.pl-s1 .pl-pse .pl-s2{color:#3ad900!important}.pl-s1 .pl-s2{color:#ccc!important}.pl-s1 .pl-v{color:#3ad900!important}.pl-s3{color:#ffb054!important}.pl-sc{color:#ffb054!important}.pl-smi{color:#ccc!important}.pl-smp{color:#ccc!important}.pl-sr{color:#80ffc2!important}.pl-sr .pl-cce{color:#eb939a!important}.pl-sr .pl-sra{color:#80ffc2!important}.pl-sr .pl-sre{color:#80ffc2!important}.pl-src{color:#80ffc2!important}.pl-st{color:#ff9d00!important}.pl-stj{color:#ccc!important}.pl-sv{color:#ff628c!important}.pl-v{color:#fd0!important}.pl-vo{color:#ccc!important}.pl-vpf{color:#ccc!important}.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#f8f8f8!important;background:#800f00!important}.pl-mdhf{color:#f8f8f8!important;background:#800f00!important}.pl-id{color:#f8f8f8!important;background:#800f00!important}.pl-ii{color:#f8f8f8!important;background:#800f00!important}.highlight-source-js .pl-st{color:#ffee80!important}.highlight-source-css .pl-s3{color:#80ffbb!important}.highlight-text-html-basic .pl-ent{color:#9effff!important} EOT; | |
| GitHubDark "GitHub Dark" <<<EOT | |
| /*! GitHub: GitHub Dark *\/.CodeMirror,.highlight{background:#141414!important;color:#ccc!important}.blob-code,.blob-code-inner{color:#ccc!important}.pl-c{color:#969896}.pl-c1,.pl-s .pl-v{color:#0099cd}.pl-e,.pl-en{color:#9774cb}.pl-s .pl-s1,.pl-smi{color:#ddd}.pl-ent{color:#7bcc72}.pl-k{color:#cc2372}.pl-pds,.pl-s,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre{color:#3c66e2}.pl-smw,.pl-v{color:#fb8764}.pl-bu{color:#e63525}.pl-ii{color:#f8f8f8;background-color:#e63525}.pl-sr .pl-cce{font-weight:700;color:#7bcc72}.pl-ml{color:#c26b2b}.pl-mh,.pl-mh .pl-en,.pl-ms{font-weight:700;color:#4c66e2}.pl-mq{color:#00acac}.pl-mi{font-style:italic;color:#ddd}.pl-mb{font-weight:700;color:#ddd}.pl-md{color:#bd2c00;background-color:#ffecec}.pl-mi1{color:#55a532;background-color:#eaffea}.pl-mc{color:#ef9700;background-color:#ffe3b4}.pl-mi2{color:#d8d8d8;background-color:grey}.pl-mdr{font-weight:700;color:#9774cb}.pl-mo{color:#264ec5}.pl-ba{color:#e1e1e1}.pl-sg{color:#6e7880}.pl-corl{text-decoration:underline;color:#3c66e2} EOT; | |
| IdleFingers "Idle Fingers" <<<EOT | |
| /*! GitHub: Idle Fingers *\/.CodeMirror,.highlight{background-color:#323232!important;color:#fff!important}.blob-code,.blob-code-inner{color:#fff!important}.pl-c,.pl-c span{color:#bc9458!important;font-style:italic!important}.pl-c1{color:#6c99bb!important}.pl-cce{color:#cc7833!important}.pl-cn{color:#cc7833!important}.pl-coc{color:#cc7833!important}.pl-cos{color:#a5c261!important}.pl-e{color:#ffc66d!important}.pl-ef{color:#b83426!important}.pl-en{color:#ffc66d!important}.pl-enc{color:#cc7833!important}.pl-enf{color:#b83426!important}.pl-enm{color:#b83426!important}.pl-ens{color:#cc7833!important}.pl-ent{color:#ffe5bb!important}.pl-entc{color:#b83426!important}.pl-enti{color:#b83426!important;font-weight:700!important}.pl-entm{color:#b83426!important}.pl-eoa{color:#ffe5bb!important}.pl-eoac{color:#b83426!important}.pl-eoac .pl-pde{color:#b83426!important}.pl-eoai{color:#ffe5bb!important}.pl-eoai .pl-pde{color:#ffe5bb!important}.pl-eoi{color:#b83426!important}.pl-k{color:#cc7833!important}.pl-ko{color:#ffe5bb!important}.pl-kolp{color:#ffe5bb!important}.pl-kos{color:#cc7833!important}.pl-kou{color:#cc7833!important}.pl-mai .pl-sf{color:#b83426!important}.pl-mb{color:#a5c261!important;font-weight:700!important}.pl-mc{color:#ffe5bb!important}.pl-mh .pl-pdh{color:#cc7833!important}.pl-mi{color:#ffe5bb!important;font-style:italic!important}.pl-ml{color:#a5c261!important}.pl-mm{color:#b83426!important}.pl-mp{color:#cc7833!important}.pl-mp1 .pl-sf{color:#cc7833!important}.pl-mq{color:#cc7833!important}.pl-mr{color:#ffe5bb!important}.pl-ms{color:#ffe5bb!important}.pl-pdb{color:#a5c261!important;font-weight:700!important}.pl-pdc{color:#bc9458!important;font-style:italic!important}.pl-pdc1{color:#6c99bb!important}.pl-pde{color:#cc7833!important}.pl-pdi{color:#ffe5bb!important;font-style:italic!important}.pl-pds{color:#a5c261!important}.pl-pdv{color:#b83426!important}.pl-pse{color:#cc7833!important}.pl-pse .pl-s2{color:#cc7833!important}.pl-s{color:#cc7833!important}.pl-s1{color:#a5c261!important}.pl-s2{color:#fff!important}.pl-mp .pl-s3{color:#cc7833!important}.pl-s3{color:#ffe5bb!important}.pl-sc{color:#ffc66d!important}.pl-scp{color:#6c99bb!important}.pl-sf{color:#ffc66d!important}.pl-smc{color:#b83426!important}.pl-smi{color:#ffc66d!important}.pl-smp{color:#ffc66d!important}.pl-sok{color:#ffe5bb!important}.pl-sol{color:#a5c261!important}.pl-som{color:#b83426!important}.pl-sr{color:#b83426!important}.pl-sra{color:#cc3!important}.pl-src{color:#cc3!important}.pl-sre{color:#cc3!important}.pl-st{color:#cc7833!important}.pl-stj{color:#fff!important}.pl-stp{color:#cc7833!important}.pl-sv{color:#cc7833!important}.pl-v{color:#cc7833!important}.pl-vi{color:#cc7833!important}.pl-vo{color:#fff!important}.pl-vpf{color:#cc7833!important}.pl-mi1{color:#a5c261!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#a5c261!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#b83426!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#b83426!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#cc7833!important;font-weight:400!important}.pl-mdh{color:#ffc66d!important;font-weight:400!important}.pl-mdi{color:#ffc66d!important;font-weight:400!important}.pl-ib{background-color:#b83426!important}.pl-id{background-color:#b83426!important;color:#fff!important}.pl-ii{background-color:#b83426!important;color:#fff!important}.pl-iu{background-color:#b83426!important}.pl-mo{color:#ffc66d!important}.pl-mri{color:#cc7833!important}.pl-ms1{background-color:#ffc66d!important}.pl-va{color:#cc7833!important}.pl-vpu{color:#cc7833!important}.pl-entl{color:#ffc66d!important}.highlight-text-html-basic .pl-ent{color:#cc7833!important} EOT; | |
| Krtheme "Kr theme" <<<EOT | |
| /*! GitHub: KR theme *\/.CodeMirror,.highlight{background-color:#0b0a09!important;color:#fcffe0!important}.blob-code,.blob-code-inner{color:#fcffe0!important}.pl-c,.pl-c span{color:#706d5b!important;font-style:italic!important}.pl-c1{color:rgba(210,117,24,.76)!important}.pl-e{color:#fcffe0!important}.pl-en{color:#fcffe0!important}.pl-ent{color:#babd9c!important}.pl-k{color:#949c8b!important}.pl-mb{color:rgba(210,117,24,.76)!important;font-weight:700!important}.pl-mdh{color:#949c8b!important}.pl-mdr{color:#949c8b!important}.pl-mh{color:#9fc28a!important}.pl-mh .pl-en{color:#9fc28a!important;font-weight:700!important}.pl-mi{color:#949c8b!important;font-style:italic!important}.pl-ml{color:#949c8b!important}.pl-mm{color:#949c8b!important}.pl-mo{color:#949c8b!important}.pl-mp{color:#949c8b!important}.pl-mq{color:#706d5b!important}.pl-mr{color:#949c8b!important}.pl-ms{color:#949c8b!important}.pl-pds{color:rgba(164,161,181,.8)!important}.pl-s{color:#949c8b!important}.pl-s1{color:rgba(164,161,181,.8)!important}.pl-s1 .pl-pse .pl-s2{color:rgba(164,161,181,.8)!important}.pl-s1 .pl-s2{color:#babd9c!important}.pl-s1 .pl-v{color:#949c8b!important}.pl-s3{color:#85873a!important}.pl-sc{color:#fcffe0!important}.pl-smi{color:#babd9c!important}.pl-smp{color:#babd9c!important}.pl-sr{color:rgba(125,255,192,.65)!important}.pl-sr .pl-cce{color:#9fc28a!important}.pl-sr .pl-sra{color:rgba(125,255,192,.65)!important}.pl-sr .pl-sre{color:rgba(125,255,192,.65)!important}.pl-src{color:rgba(125,255,192,.65)!important}.pl-st{color:#949c8b!important}.pl-stj{color:#babd9c!important}.pl-sv{color:rgba(210,117,24,.76)!important}.pl-v{color:#fcffe0!important}.pl-vo{color:#d1a796!important}.pl-vpf{color:#d1a796!important}.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#f8f8f8!important;background:#a41300!important}.pl-mdhf{color:#f8f8f8!important;background:#a41300!important}.pl-id{color:#f8f8f8!important;background:#a41300!important}.pl-ii{color:#f8f8f8!important;background:#a41300!important}.highlight-source-js .pl-s3{color:#ff80e1!important}.highlight-source-js .pl-v{color:#ff80e1!important}.highlight-source-js .pl-st{color:#ffee80!important} EOT; | |
| Merbivore "Merbivore" <<<EOT | |
| /*! GitHub: Merbivore *\/.CodeMirror,.highlight{background-color:#161616!important;color:#e6e1dc!important}.blob-code,.blob-code-inner{color:#e6e1dc!important}.pl-c,.pl-c span{color:#ad2ea4!important;font-style:italic!important}.pl-c1{color:#519f50!important}.pl-e{color:#fdc251!important}.pl-en{color:#fc6f09!important}.pl-ent{color:#fc6f09!important}.pl-k{color:#fc6f09!important}.pl-mb{color:#8dff0a!important;font-weight:700!important}.pl-mdh{color:#fc6f09!important}.pl-mdr{color:#fc6f09!important}.pl-mh{color:#8dff0a!important}.pl-mh .pl-en{color:#8dff0a!important;font-weight:700!important}.pl-mi{color:#fc6f09!important;font-style:italic!important}.pl-ml{color:#fc6f09!important}.pl-mm{color:#fc6f09!important}.pl-mo{color:#fc6f09!important}.pl-mp{color:#fc6f09!important}.pl-mq{color:#ad2ea4!important}.pl-mr{color:#fc6f09!important}.pl-ms{color:#fc6f09!important}.pl-pds{color:#8dff0a!important}.pl-s{color:#fc6f09!important}.pl-s1{color:#8dff0a!important}.pl-s1 .pl-pse .pl-s2{color:#8dff0a!important}.pl-s1 .pl-s2{color:#fc6f09!important}.pl-s1 .pl-v{color:#fc6f09!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#1edafb!important}.pl-smi{color:#fc6f09!important}.pl-smp{color:#fc6f09!important}.pl-sr{color:#fc6f09!important}.pl-sr .pl-cce{color:#519f50!important}.pl-sr .pl-sra{color:#fdc251!important}.pl-sr .pl-sre{color:#fdc251!important}.pl-src{color:#fdc251!important}.pl-st{color:#fc6f09!important}.pl-stj{color:#fc6f09!important}.pl-sv{color:#8dff0a!important}.pl-v{color:#fc6f09!important}.pl-vo{color:#e6e1dc!important}.pl-vpf{color:#e6e1dc!important}.pl-mi1{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#e6e1dc!important;background:#900!important}.pl-mdhf{color:#e6e1dc!important;background:#900!important}.pl-id{color:#e6e1dc!important;background:#900!important}.pl-ii{color:#e6e1dc!important;background:#900!important}.highlight-source-css .pl-e{color:#e6e1dc!important}.highlight-source-js .pl-c1{color:#fdc251!important}.highlight-source-js .pl-sc{color:#e6e1dc!important}.highlight-text-html-php .pl-s3{color:#fc6f09!important}.highlight-source-css .pl-s3{color:#1edafb!important}.highlight-source-python .pl-c1{color:#fdc251!important} EOT; | |
| MerbivoreSoft "Merbivore Soft" <<<EOT | |
| /*! GitHub: Merbivore Soft *\/.CodeMirror,.highlight{background-color:#1c1c1c!important;color:#e6e1dc!important}.blob-code,.blob-code-inner{color:#e6e1dc!important}.pl-c,.pl-c span{color:#ad2ea4!important;font-style:italic!important}.pl-c1{color:#b3e5b4!important}.pl-e{color:#e1c582!important}.pl-en{color:#fc6f09!important}.pl-ent{color:#fc6f09!important;font-style:italic!important}.pl-k{color:#fc6f09!important}.pl-mb{color:#8ec65f!important;font-weight:700!important}.pl-mdh{color:#fc6f09!important}.pl-mdr{color:#fc6f09!important}.pl-mh{color:#8ec65f!important}.pl-mh .pl-en{color:#8ec65f!important;font-weight:700!important}.pl-mi{color:#fc6f09!important;font-style:italic!important}.pl-ml{color:#fc6f09!important}.pl-mm{color:#fc6f09!important}.pl-mo{color:#fc6f09!important}.pl-mp{color:#fc6f09!important}.pl-mq{color:#ad2ea4!important}.pl-mr{color:#fc6f09!important}.pl-ms{color:#fc6f09!important}.pl-pds{color:#8ec65f!important}.pl-s{color:#fc6f09!important}.pl-s1{color:#8ec65f!important}.pl-s1 .pl-pse .pl-s2{color:#8ec65f!important}.pl-s1 .pl-s2{color:#fc6f09!important}.pl-s1 .pl-v{color:#fc6f09!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#68c1d8!important}.pl-smi{color:#fc6f09!important}.pl-smp{color:#fc6f09!important}.pl-sr{color:#fc6f09!important}.pl-sr .pl-cce{color:#b3e5b4!important}.pl-sr .pl-sra{color:#e1c582!important}.pl-sr .pl-sre{color:#e1c582!important}.pl-src{color:#e1c582!important}.pl-st{color:#fc6f09!important}.pl-stj{color:#fc6f09!important}.pl-sv{color:#8ec65f!important}.pl-v{color:#fc6f09!important}.pl-vo{color:#e6e1dc!important}.pl-vpf{color:#e6e1dc!important}.pl-mi1{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#e6e1dc!important;background:#fe3838!important}.pl-mdhf{color:#e6e1dc!important;background:#fe3838!important}.pl-id{color:#e6e1dc!important;background:#fe3838!important}.pl-ii{color:#e6e1dc!important;background:#fe3838!important}.highlight-source-css .pl-e{color:#e6e1dc!important}.highlight-source-js .pl-c1{color:#e1c582!important}.highlight-source-js .pl-sc{color:#e6e1dc!important}.highlight-text-html-php .pl-s3{color:#fc6f09!important}.highlight-source-css .pl-s3{color:#68c1d8!important}.highlight-source-python .pl-c1{color:#e1c582!important} EOT; | |
| MonoIndustrial "Mono Industrial" <<<EOT | |
| /*! GitHub: Mono Industrial *\/.CodeMirror,.highlight{background-color:#222c28!important;color:#fff!important}.blob-code,.blob-code-inner{color:#fff!important}.pl-c,.pl-c span{color:#666c68!important;background-color:#151c19!important}.pl-c1{color:#e98800!important}.pl-e{color:#a8b3ab!important}.pl-en{color:#fff!important}.pl-ent{color:#a39e64!important}.pl-k{color:#a39e64!important}.pl-mb{color:#e98800!important;font-weight:700!important}.pl-mdh{color:#a39e64!important}.pl-mdr{color:#a39e64!important}.pl-mh{color:#5778b6!important}.pl-mh .pl-en{color:#5778b6!important;font-weight:700!important}.pl-mi{color:#a39e64!important;font-style:italic!important}.pl-ml{color:#a39e64!important}.pl-mm{color:#a39e64!important}.pl-mo{color:#a39e64!important}.pl-mp{color:#a39e64!important}.pl-mq{color:#666c68!important}.pl-mr{color:#a39e64!important}.pl-ms{color:#a39e64!important}.pl-pds{color:#fff!important}.pl-s{color:#c23b00!important}.pl-s1{color:#fff!important;background-color:#151c19!important}.pl-s1 .pl-pse .pl-s2{color:#fff!important;background-color:#151c19!important}.pl-s1 .pl-s2{color:#c23b00!important}.pl-s1 .pl-v{color:#a39e64!important}.pl-s3{color:#5778b6!important}.pl-sc{color:#fff!important}.pl-smi{color:#c23b00!important}.pl-smp{color:#c23b00!important}.pl-sr{color:#fff!important;background-color:#151c19!important}.pl-sr .pl-cce{color:#5778b6!important}.pl-sr .pl-sra{color:#c23b00!important}.pl-sr .pl-sre{color:#c23b00!important}.pl-src{color:#c23b00!important}.pl-st{color:#c23b00!important}.pl-stj{color:#c23b00!important}.pl-sv{color:#e98800!important}.pl-v{color:#5778b6!important}.pl-vo{color:#a8b3ab!important}.pl-vpf{color:#5778b6!important}.pl-mi1{color:#fff!important;background:rgba(0,153,0,.68)!important}.pl-mdht{color:#fff!important;background:rgba(0,153,0,.68)!important}.pl-md{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-mdhf{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-id{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-ii{color:#fff!important;background:rgba(153,0,0,.68)!important}.highlight-source-css .pl-ent{color:#e98800!important}.highlight-text-html-php .pl-s{color:#a39e64!important}.highlight-text-html-php .pl-st{color:#a39e64!important}.highlight-text-html-php .pl-s3{color:#588e60!important}.highlight-source-python .pl-st{color:#a39e64!important} EOT; | |
| MonoIndustrialClear "Mono Industrial Clear" <<<EOT | |
| /*! GitHub: Mono Industrial clear *\/.CodeMirror,.highlight{background-color:#222c28!important;color:#fff!important}.blob-code,.blob-code-inner{color:#fff!important}.pl-c,.pl-c span{color:#666c68!important;background-color:#304830!important}.pl-c1{color:#e98800!important}.pl-e{color:#a8b3ab!important}.pl-en{color:#fff!important}.pl-ent{color:#a39e64!important}.pl-k{color:#a39e64!important}.pl-mb{color:#e98800!important;font-weight:700!important}.pl-mdh{color:#a39e64!important}.pl-mdr{color:#a39e64!important}.pl-mh{color:#5778b6!important}.pl-mh .pl-en{color:#5778b6!important;font-weight:700!important}.pl-mi{color:#a39e64!important;font-style:italic!important}.pl-ml{color:#a39e64!important}.pl-mm{color:#a39e64!important}.pl-mo{color:#a39e64!important}.pl-mp{color:#a39e64!important}.pl-mq{color:#666c68!important}.pl-mr{color:#a39e64!important}.pl-ms{color:#a39e64!important}.pl-pds{color:#fff!important}.pl-s{color:#c23b00!important}.pl-s1{color:#fff!important;background-color:#151c19!important}.pl-s1 .pl-pse .pl-s2{color:#fff!important;background-color:#151c19!important}.pl-s1 .pl-s2{color:#c23b00!important}.pl-s1 .pl-v{color:#a39e64!important}.pl-s3{color:#5778b6!important}.pl-sc{color:#fff!important}.pl-smi{color:#c23b00!important}.pl-smp{color:#c23b00!important}.pl-sr{color:#fff!important;background-color:#151c19!important}.pl-sr .pl-cce{color:#5778b6!important}.pl-sr .pl-sra{color:#c23b00!important}.pl-sr .pl-sre{color:#c23b00!important}.pl-src{color:#c23b00!important}.pl-st{color:#c23b00!important}.pl-stj{color:#c23b00!important}.pl-sv{color:#e98800!important}.pl-v{color:#5778b6!important}.pl-vo{color:#a8b3ab!important}.pl-vpf{color:#5778b6!important}.pl-mi1{color:#fff!important;background:rgba(0,150,0,.68)!important}.pl-mdht{color:#fff!important;background:rgba(0,153,0,.68)!important}.pl-md{color:#fff!important;background:rgba(196,0,0,.68)!important}.pl-mdhf{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-id{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-ii{color:#fff!important;background:rgba(153,0,0,.68)!important}.highlight-source-css .pl-ent{color:#e98800!important}.highlight-text-html-php .pl-s{color:#a39e64!important}.highlight-text-html-php .pl-st{color:#a39e64!important}.highlight-text-html-php .pl-s3{color:#588e60!important}.highlight-source-python .pl-st{color:#a39e64!important} EOT; | |
| Monokai "Monokai" <<<EOT | |
| /*! GitHub: Monokai *\/.CodeMirror,.highlight{background-color:#272822!important;color:#f8f8f2!important}.blob-code,.blob-code-inner{color:#f8f8f2!important}.pl-c,.pl-c span{color:#75715e!important;font-style:italic!important}.pl-c1{color:#ae81ff!important}.pl-cce{color:#66d9ef!important}.pl-cn{color:#66d9ef!important}.pl-coc{color:#66d9ef!important}.pl-cos{color:#e6db74!important}.pl-e{color:#a6e22e!important}.pl-ef{color:#a6e22e!important}.pl-en{color:#a6e22e!important}.pl-enc{color:#66d9ef!important}.pl-enf{color:#a6e22e!important}.pl-enm{color:#a6e22e!important}.pl-ens{color:#66d9ef!important}.pl-ent{color:#f92672!important}.pl-entc{color:#a6e22e!important}.pl-enti{color:#a6e22e!important;font-weight:700!important}.pl-entm{color:#a6e22e!important}.pl-eoa{color:#f92672!important}.pl-eoac{color:#a6e22e!important}.pl-eoac .pl-pde{color:#a6e22e!important}.pl-eoai{color:#f92672!important}.pl-eoai .pl-pde{color:#f92672!important}.pl-eoi{color:#a6e22e!important}.pl-k{color:#f92672!important}.pl-ko{color:#f92672!important}.pl-kolp{color:#f92672!important}.pl-kos{color:#66d9ef!important}.pl-kou{color:#66d9ef!important}.pl-mai .pl-sf{color:#a6e22e!important}.pl-mb{color:#e6db74!important;font-weight:700!important}.pl-mc{color:#f92672!important}.pl-mh .pl-pdh{color:#66d9ef!important}.pl-mi{color:#f92672!important;font-style:italic!important}.pl-ml{color:#e6db74!important}.pl-mm{color:#a6e22e!important}.pl-mp{color:#66d9ef!important}.pl-mp1 .pl-sf{color:#66d9ef!important}.pl-mq{color:#66d9ef!important}.pl-mr{color:#f92672!important}.pl-ms{color:#f92672!important}.pl-pdb{color:#e6db74!important;font-weight:700!important}.pl-pdc{color:#75715e!important;font-style:italic!important}.pl-pdc1{color:#ae81ff!important}.pl-pde{color:#66d9ef!important}.pl-pdi{color:#f92672!important;font-style:italic!important}.pl-pds{color:#e6db74!important}.pl-pdv{color:#a6e22e!important}.pl-pse{color:#66d9ef!important}.pl-pse .pl-s2{color:#66d9ef!important}.pl-s{color:#e6db74!important}.pl-s1{color:#e6db74!important}.pl-s2{color:#f8f8f2!important}.pl-mp .pl-s3{color:#66d9ef!important}.pl-s3{color:#f92672!important}.pl-sc{color:#fd971f!important}.pl-scp{color:#ae81ff!important}.pl-sf{color:#fd971f!important}.pl-smc{color:#f92672!important}.pl-smi{color:#66d9ef!important}.pl-smp{color:#f92672!important}.pl-sok{color:#f92672!important}.pl-sol{color:#e6db74!important}.pl-som{color:#a6e22e!important}.pl-sr{color:#a6e22e!important}.pl-sra{color:#f92672!important}.pl-src{color:#f92672!important}.pl-sre{color:#f92672!important}.pl-st{color:#66d9ef!important}.pl-stj{color:#f8f8f2!important}.pl-stp{color:#66d9ef!important}.pl-sv{color:#66d9ef!important}.pl-v{color:#66d9ef!important}.pl-vi{color:#66d9ef!important}.pl-vo{color:#a6e22e!important}.pl-vpf{color:#66d9ef!important}.pl-mi1{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#66d9ef!important;font-weight:400!important}.pl-mdh{color:#a6e22e!important;font-weight:400!important}.pl-mdi{color:#a6e22e!important;font-weight:400!important}.pl-ib{background-color:#a6e22e!important;color:#272822!important}.pl-id{background-color:#a6e22e!important;color:#272822!important}.pl-ii,.pl-ii .pl-cce{background-color:#a6e22e!important;color:#272822!important}.pl-iu{background-color:#a6e22e!important;color:#272822!important}.pl-mo{color:#fd971f!important}.pl-mri{color:#66d9ef!important}.pl-ms1{background-color:#fd971f!important}.pl-va{color:#66d9ef!important}.pl-vpu{color:#66d9ef!important}.pl-entl{color:#fd971f!important} EOT; | |
| MonokaiSpacegray80s "Monokai Spacegray Eighties" <<<EOT | |
| /*! GitHub: Monokai - Spacegray Eighties *\/.CodeMirror,.highlight{background-color:#1c1c1c!important;color:#f8f8f8!important}.blob-code,.blob-code-inner{color:#f8f8f8!important}.pl-c,.pl-c span{color:grey!important}.pl-c1{color:#66d9ef!important}.pl-cce{color:#66d9ef!important}.pl-cn{color:#ae81ff!important}.pl-coc{color:#ae81ff!important}.pl-cos{color:#e6db74!important}.pl-e{color:#f92672!important}.pl-ef{color:#a6e22e!important}.pl-en{color:#a6e22e!important}.pl-enc{color:#66d9ef!important}.pl-enf{color:#a6e22e!important}.pl-enm{color:#a6e22e!important}.pl-ens{color:#66d9ef!important}.pl-ent{color:#f92672!important}.pl-entc{color:#a6e22e!important}.pl-enti{color:#a6e22e!important;font-weight:700!important}.pl-entm{color:#a6e22e!important}.pl-eoa{color:#f92672!important}.pl-eoac{color:#a6e22e!important}.pl-eoac .pl-pde{color:#a6e22e!important}.pl-eoai{color:#f92672!important}.pl-eoai .pl-pde{color:#f92672!important}.pl-eoi{color:#a6e22e!important}.pl-k{color:#f92672!important}.pl-ko{color:#f92672!important}.pl-kolp{color:#f92672!important}.pl-kos{color:#66d9ef!important}.pl-kou{color:#66d9ef!important}.pl-mai .pl-sf{color:#a6e22e!important}.pl-mb{color:#e6db74!important;font-weight:700!important}.pl-mc{color:#f92672!important}.pl-mh .pl-pdh{color:#66d9ef!important}.pl-mi{color:#f92672!important;font-style:italic!important}.pl-ml{color:#e6db74!important}.pl-mm{color:#a6e22e!important}.pl-mp{color:#66d9ef!important}.pl-mp1 .pl-sf{color:#66d9ef!important}.pl-mq{color:#66d9ef!important}.pl-mr{color:#f92672!important}.pl-ms{color:#f92672!important}.pl-pdb{color:#e6db74!important;font-weight:700!important}.pl-pdc{color:#75715e!important;font-style:italic!important}.pl-pdc1{color:#ae81ff!important}.pl-pde{color:#66d9ef!important}.pl-pdi{color:#f92672!important;font-style:italic!important}.pl-pds{color:#f8f8f8!important}.pl-pdv{color:#a6e22e!important}.pl-pse{color:#66d9ef!important}.pl-pse .pl-s2{color:#66d9ef!important}.pl-s{color:#e6db74!important}.pl-s1{color:#e6db74!important}.pl-s2{color:#f8f8f8!important}.pl-mp .pl-s3{color:#66d9ef!important}.pl-s3{color:#f92672!important}.pl-sc{color:#fd971f!important}.pl-scp{color:#ae81ff!important}.pl-sf{color:#fd971f!important}.pl-smc{color:#f92672!important}.pl-smi{color:#fd971f!important}.pl-smp{color:#f92672!important}.pl-sok{color:#f92672!important}.pl-sol{color:#e6db74!important}.pl-som{color:#a6e22e!important}.pl-sr{color:#a6e22e!important}.pl-sra{color:#f92672!important}.pl-src{color:#f92672!important}.pl-sre{color:#f92672!important}.pl-st{color:#66d9ef!important}.pl-stj{color:#f8f8f8!important}.pl-stp{color:#f92672!important}.pl-sv{color:#f92672!important}.pl-v{color:#f92672!important}.pl-vi{color:#f92672!important}.pl-vo{color:#a6e22e!important}.pl-vpf{color:#f92672!important}.pl-mi1{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#66d9ef!important;font-weight:400!important}.pl-mdh{color:#a6e22e!important;font-weight:400!important}.pl-mdi{color:#a6e22e!important;font-weight:400!important}.pl-ib{background-color:#a6e22e!important;color:#272822!important}.pl-id{background-color:#a6e22e!important;color:#272822!important}.pl-ii,.pl-ii .pl-cce{background-color:#a6e22e!important;color:#272822!important}.pl-iu{background-color:#a6e22e!important;color:#272822!important}.pl-mo{color:#fd971f!important}.pl-mri{color:#66d9ef!important}.pl-ms1{background-color:#fd971f!important}.pl-va{color:#66d9ef!important}.pl-vpu{color:#66d9ef!important}.pl-entl{color:#fd971f!important} EOT; | |
| Obsidian "Obsidian" <<<EOT | |
| /*! GitHub: Obsidian *\/.CodeMirror,.highlight{background:#293134!important;color:#e0e2e4!important}.blob-code,.blob-code-inner{color:#e0e2e4!important}.pl-c,.pl-c span{color:#66747b!important;font-style:italic!important}.pl-c1{color:#ffcd22!important}.pl-e{color:#93c763!important}.pl-en{color:#678cb1!important}.pl-ent{color:#e0e2e4!important}.pl-k{color:#93c763!important}.pl-mb{color:#ec7600!important;font-weight:700!important}.pl-mdh{color:#93c763!important}.pl-mdr{color:#93c763!important}.pl-mh{color:#66747b!important}.pl-mh .pl-en{color:#66747b!important;font-weight:700!important}.pl-mi{color:#93c763!important;font-style:italic!important}.pl-ml{color:#93c763!important}.pl-mm{color:#93c763!important}.pl-mo{color:#93c763!important}.pl-mp{color:#93c763!important}.pl-mq{color:#66747b!important}.pl-mr{color:#93c763!important}.pl-ms{color:#93c763!important}.pl-pds{color:#ec7600!important}.pl-s{color:#ec7600!important}.pl-s1{color:#e0e2e4!important}.pl-s1 .pl-pse .pl-s2{color:#ec7600!important}.pl-s1 .pl-s2{color:#e0e2e4!important}.pl-s1 .pl-v{color:#93c763!important}.pl-s3{color:#93c763!important}.pl-sc{color:#96989a!important}.pl-smi{color:#e0e2e4!important}.pl-smp{color:#e0e2e4!important}.pl-sr{color:#d39745!important}.pl-sr .pl-cce{color:#ffcd22!important}.pl-sr .pl-sra{color:#d39745!important}.pl-sr .pl-sre{color:#d39745!important}.pl-src{color:#d39745!important}.pl-st{color:#da4236!important}.pl-stj{color:#e0e2e4!important}.pl-sv{color:#ec7600!important}.pl-v{color:#678cb1!important}.pl-vo{color:#e0e2e4!important}.pl-vpf{color:#e0e2e4!important}.pl-mi1{color:#e0e2e4!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#e0e2e4!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#e0e2e4!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#e0e2e4!important;background:rgba(64,0,0,.5)!important}.pl-id{color:#e0e2e4!important;background:rgba(64,0,0,.5)!important}.pl-ii{color:#e0e2e4!important;background:rgba(64,0,0,.5)!important}.pl-c1>.pl-c1{color:#678cb1!important} EOT; | |
| PastelonDark "Pastel on Dark" <<<EOT | |
| /*! GitHub: Pastel on Dark *\/.CodeMirror,.highlight{background-color:#2c2828!important;color:#e6e1dc!important}.blob-code,.blob-code-inner{color:#e6e1dc!important}.pl-c,.pl-c span{color:#a6c6ff!important;font-style:italic!important}.pl-c1{color:#a5c261!important}.pl-cce{color:#afa472!important}.pl-cn{color:#ccc!important}.pl-coc{color:#757ad8!important}.pl-cos{color:#66a968!important}.pl-e{color:#e6e1dc!important}.pl-ef{color:#aeb2f8!important}.pl-en{color:#757ad8!important}.pl-enc{color:#757ad8!important}.pl-enf{color:#aeb2f8!important}.pl-enm{color:#aeb2f8!important}.pl-ens{color:#757ad8!important}.pl-ent{color:#6782d3!important}.pl-entc{color:#aeb2f8!important}.pl-enti{color:#aeb2f8!important;font-weight:700!important}.pl-entm{color:#aeb2f8!important}.pl-eoa{color:#e6e1dc!important}.pl-eoac{color:#aeb2f8!important}.pl-eoac .pl-pde{color:#aeb2f8!important}.pl-eoai{color:#e6e1dc!important}.pl-eoai .pl-pde{color:#e6e1dc!important}.pl-eoi{color:#aeb2f8!important}.pl-k{color:#757ad8!important}.pl-ko{color:#e6e1dc!important}.pl-kolp{color:#e6e1dc!important}.pl-kos{color:#757ad8!important}.pl-kou{color:#757ad8!important}.pl-mai .pl-sf{color:#aeb2f8!important}.pl-mb{color:#66a968!important;font-weight:700!important}.pl-mc{color:#e6e1dc!important}.pl-mh .pl-pdh{color:#757ad8!important}.pl-mi{color:#e6e1dc!important;font-style:italic!important}.pl-ml{color:#66a968!important}.pl-mm{color:#aeb2f8!important}.pl-mp{color:#757ad8!important}.pl-mp1 .pl-sf{color:#757ad8!important}.pl-mq{color:#757ad8!important}.pl-mr{color:#e6e1dc!important}.pl-ms{color:#e6e1dc!important}.pl-pdb{color:#66a968!important;font-weight:700!important}.pl-pdc{color:#a6c6ff!important;font-style:italic!important}.pl-pdc1{color:#4fb7c5!important}.pl-pde{color:#757ad8!important}.pl-pdi{color:#e6e1dc!important;font-style:italic!important}.pl-pds{color:#ad9361!important}.pl-pdv{color:#aeb2f8!important}.pl-pse{color:#757ad8!important}.pl-pse .pl-s2{color:#757ad8!important}.pl-s{color:#757ad8!important}.pl-s1{color:#ad9361!important}.pl-s2{color:#8f938f!important}.pl-mp .pl-s3{color:#757ad8!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#757ad8!important}.pl-scp{color:#4fb7c5!important}.pl-sf{color:#bebf55!important}.pl-smc{color:#aeb2f8!important}.pl-smi{color:#bebf55!important}.pl-smp{color:#bebf55!important}.pl-sok{color:#e6e1dc!important}.pl-sol{color:#66a968!important}.pl-som{color:#aeb2f8!important}.pl-sr{color:#aeb2f8!important}.pl-sra{color:#797878!important}.pl-src{color:#e9c062!important}.pl-sre{color:#e9c062!important}.pl-st{color:#a5c261!important}.pl-stj{color:#8f938f!important}.pl-stp{color:#757ad8!important}.pl-sv{color:#757ad8!important}.pl-v{color:#757ad8!important}.pl-vi{color:#757ad8!important}.pl-vo{color:#a5c261!important}.pl-vpf{color:#757ad8!important}.pl-mi1{color:#66a968!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#66a968!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#aeb2f8!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#aeb2f8!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#757ad8!important;font-weight:400!important}.pl-mdh{color:#bebf55!important;font-weight:400!important}.pl-mdi{color:#bebf55!important;font-weight:400!important}.pl-ib{background-color:#aeb2f8!important}.pl-id{background-color:#aeb2f8!important;color:#fff!important}.pl-ii,.pl-ii .pl-cce{background-color:#aeb2f8!important;color:#fff!important}.pl-iu{background-color:#aeb2f8!important}.pl-mo{color:#bebf55!important}.pl-mri{color:#757ad8!important}.pl-ms1{background-color:#bebf55!important}.pl-va{color:#757ad8!important}.pl-vpu{color:#757ad8!important}.pl-entl{color:#bebf55!important}.highlight-source-css .pl-v{color:#ad9361!important}.highlight-text-html-basic .pl-e{color:#6782d3!important}.highlight-text-tex .pl-s3{color:#757ad8!important} EOT; | |
| SolarizedDark "Solarized Dark" <<<EOT | |
| /*! GitHub: Solarized Dark *\/.CodeMirror,.highlight{background:#002b36!important;color:#839496!important}.blob-code,.blob-code-inner{color:#839496!important}.pl-c,.pl-c span{color:#586e75!important;font-style:italic!important}.pl-c1{color:#2aa198!important}.pl-e{color:#268bd2!important}.pl-en{color:#268bd2!important}.pl-ent{color:#268bd2!important}.pl-k{color:#859900!important}.pl-mb{color:#2aa198!important;font-weight:700!important}.pl-mdh{color:#859900!important}.pl-mdr{color:#859900!important}.pl-mh{color:#cb4b16!important}.pl-mh .pl-en{color:#cb4b16!important;font-weight:700!important}.pl-mi{color:#859900!important;font-style:italic!important}.pl-ml{color:#859900!important}.pl-mm{color:#859900!important}.pl-mo{color:#859900!important}.pl-mp{color:#859900!important}.pl-mq{color:#586e75!important}.pl-mr{color:#859900!important}.pl-ms{color:#859900!important}.pl-pds{color:#2aa198!important}.pl-s{color:#268bd2!important}.pl-s1{color:#2aa198!important}.pl-s1 .pl-pse .pl-s2{color:#2aa198!important}.pl-s1 .pl-s2{color:#839496!important}.pl-s1 .pl-v{color:#859900!important}.pl-s3{color:#859900!important}.pl-sc{color:#cb4b16!important}.pl-smi{color:#839496!important}.pl-smp{color:#839496!important}.pl-sr{color:#d30102!important}.pl-sr .pl-cce{color:#cb4b16!important}.pl-sr .pl-sra{color:#d30102!important}.pl-sr .pl-sre{color:#d30102!important}.pl-src{color:#d30102!important}.pl-st{color:#dc322f!important}.pl-stj{color:#839496!important}.pl-sv{color:#2aa198!important}.pl-v{color:#268bd2!important}.pl-vo{color:#839496!important}.pl-vpf{color:#839496!important}.pl-mi1{color:#839496!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#839496!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#839496!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#839496!important;background:rgba(64,0,0,.5)!important}.pl-id{color:#839496!important;background:rgba(64,0,0,.5)!important}.pl-ii{color:#839496!important;background:rgba(64,0,0,.5)!important}.highlight-source-css .pl-k{color:#586e75!important}.highlight-source-c\+\+ .pl-s{color:#dc322f!important} EOT; | |
| Terminal "Terminal" <<<EOT | |
| /*! GitHub: Terminal *\/.CodeMirror,.highlight{background-color:#000!important;color:#dedede!important}.blob-code,.blob-code-inner{color:#dedede!important}.pl-c,.pl-c span{color:#ff4500!important;font-style:italic!important}.pl-c1{color:#e78c45!important}.pl-e{color:#d54e53!important}.pl-en{color:#dedede!important}.pl-ent{color:tomato!important}.pl-k{color:tomato!important}.pl-mb{color:#e78c45!important;font-weight:700!important}.pl-mdh{color:tomato!important}.pl-mdr{color:tomato!important}.pl-mh{color:#b9ca4a!important}.pl-mh .pl-en{color:#b9ca4a!important;font-weight:700!important}.pl-mi{color:tomato!important;font-style:italic!important}.pl-ml{color:tomato!important}.pl-mm{color:tomato!important}.pl-mo{color:tomato!important}.pl-mp{color:tomato!important}.pl-mq{color:#ff4500!important}.pl-mr{color:tomato!important}.pl-ms{color:tomato!important}.pl-pds{color:#b9ca4a!important}.pl-s{color:tomato!important}.pl-s1{color:#b9ca4a!important}.pl-s1 .pl-pse .pl-s2{color:#e78c45!important}.pl-s1 .pl-s2{color:#7aa6da!important}.pl-s1 .pl-v{color:tomato!important}.pl-s3{color:#d54e53!important}.pl-sc{color:#dedede!important}.pl-smi{color:#7aa6da!important}.pl-smp{color:#7aa6da!important}.pl-sr{color:#d54e53!important}.pl-sr .pl-cce{color:#b9ca4a!important}.pl-sr .pl-sra{color:#d54e53!important}.pl-sr .pl-sre{color:#d54e53!important}.pl-src{color:#d54e53!important}.pl-st{color:tomato!important}.pl-stj{color:#7aa6da!important}.pl-sv{color:#e78c45!important}.pl-v{color:#d54e53!important}.pl-vo{color:#7aa6da!important}.pl-vpf{color:#e78c45!important}.pl-mi1{color:#dedede!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#dedede!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#dedede!important;background:red!important}.pl-mdhf{color:#dedede!important;background:red!important}.pl-id{color:#ced2cf!important;background:#b798bf!important}.pl-ii{color:#ff0!important;background:red!important}.highlight-source-css .pl-k{color:#dedede!important}.highlight-source-css .pl-s3{color:#e7c547!important}.highlight-source-css .pl-sc{color:#e7c547!important}.highlight-source-css .pl-ent{color:#dedede!important}.highlight-text-html-basic .pl-ent{color:#d54e53!important}.highlight-source-js .pl-k{color:#ff1493!important}.highlight-text-html-php .pl-s3{color:#7aa6da!important}.highlight-text-html-php .pl-vo{color:#d54e53!important}.highlight-source-python .pl-s3{color:#7aa6da!important} EOT; | |
| TomorrowNight "Tomorrow Night" <<<EOT | |
| /*! GitHub: Tomorrow Night *\/.CodeMirror,.highlight{background-color:#1d1f21!important;color:#c5c8c6!important}.blob-code,.blob-code-inner{color:#c5c8c6!important}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1{color:#de935f!important}.pl-cce{color:#de935f!important}.pl-cn{color:#de935f!important}.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e{color:#f0c674!important}.pl-ef{color:#f0c674!important}.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf{color:#f0c674!important}.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc{color:#f0c674!important}.pl-enti{color:#f0c674!important;font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac{color:#c66!important}.pl-eoac .pl-pde{color:#c66!important}.pl-eoai{color:#b294bb!important}.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k{color:#b294bb!important}.pl-ko{color:#b294bb!important}.pl-kolp{color:#b294bb!important}.pl-kos{color:#de935f!important}.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp{color:#81a2be!important}.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr{color:#b294bb!important}.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1{color:#de935f!important}.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse{color:#de935f!important}.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi{color:#c5c8c6!important}.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som{color:#c66!important}.pl-sr{color:#c66!important}.pl-sra{color:#b294bb!important}.pl-src{color:#b294bb!important}.pl-sre{color:#b294bb!important}.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp{color:#de935f!important}.pl-sv{color:#de935f!important}.pl-v{color:#de935f!important}.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh{color:#c66!important;font-weight:400!important}.pl-mdi{color:#c66!important;font-weight:400!important}.pl-ib{background-color:#c66!important}.pl-id{background-color:#c66!important;color:#fff!important}.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-iu{background-color:#c66!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va{color:#de935f!important}.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important} EOT; | |
| TomorrowNightBlue "Tomorrow Night Blue" <<<EOT | |
| /*! GitHub: Tomorrow Night Blue *\/.CodeMirror,.highlight{background-color:#002451!important;color:#fff!important}.blob-code,.blob-code-inner{color:#fff!important}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1{color:#de935f!important}.pl-cce{color:#de935f!important}.pl-cn{color:#de935f!important}.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e{color:#f0c674!important}.pl-ef{color:#f0c674!important}.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf{color:#f0c674!important}.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc{color:#f0c674!important}.pl-enti{color:#f0c674!important;font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac{color:#c66!important}.pl-eoac .pl-pde{color:#c66!important}.pl-eoai{color:#b294bb!important}.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k{color:#b294bb!important}.pl-ko{color:#b294bb!important}.pl-kolp{color:#b294bb!important}.pl-kos{color:#de935f!important}.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp{color:#81a2be!important}.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr{color:#b294bb!important}.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1{color:#de935f!important}.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse{color:#de935f!important}.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi{color:#c5c8c6!important}.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som{color:#c66!important}.pl-sr{color:#c66!important}.pl-sra{color:#b294bb!important}.pl-src{color:#b294bb!important}.pl-sre{color:#b294bb!important}.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp{color:#de935f!important}.pl-sv{color:#de935f!important}.pl-v{color:#de935f!important}.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh{color:#c66!important;font-weight:400!important}.pl-mdi{color:#c66!important;font-weight:400!important}.pl-ib{background-color:#c66!important}.pl-id{background-color:#c66!important;color:#fff!important}.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-iu{background-color:#c66!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va{color:#de935f!important}.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important} EOT; | |
| TomorrowNightBright "Tomorrow Night Bright" <<<EOT | |
| /*! GitHub: Tomorrow Night Bright *\/.CodeMirror,.highlight{background-color:#000!important;color:#dedede!important}.blob-code,.blob-code-inner{color:#dedede!important}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1{color:#de935f!important}.pl-cce{color:#de935f!important}.pl-cn{color:#de935f!important}.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e{color:#f0c674!important}.pl-ef{color:#f0c674!important}.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf{color:#f0c674!important}.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc{color:#f0c674!important}.pl-enti{color:#f0c674!important;font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac{color:#c66!important}.pl-eoac .pl-pde{color:#c66!important}.pl-eoai{color:#b294bb!important}.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k{color:#b294bb!important}.pl-ko{color:#b294bb!important}.pl-kolp{color:#b294bb!important}.pl-kos{color:#de935f!important}.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp{color:#81a2be!important}.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr{color:#b294bb!important}.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1{color:#de935f!important}.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse{color:#de935f!important}.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi{color:#c5c8c6!important}.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som{color:#c66!important}.pl-sr{color:#c66!important}.pl-sra{color:#b294bb!important}.pl-src{color:#b294bb!important}.pl-sre{color:#b294bb!important}.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp{color:#de935f!important}.pl-sv{color:#de935f!important}.pl-v{color:#de935f!important}.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh{color:#c66!important;font-weight:400!important}.pl-mdi{color:#c66!important;font-weight:400!important}.pl-ib{background-color:#c66!important}.pl-id{background-color:#c66!important;color:#fff!important}.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-iu{background-color:#c66!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va{color:#de935f!important}.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important} EOT; | |
| TomorrowNight80s "Tomorrow Night 80s" <<<EOT | |
| /*! GitHub: Tomorrow Night Eighties *\/.CodeMirror,.highlight{background-color:#000!important;color:#ccc!important}.blob-code,.blob-code-inner{color:#ccc!important}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1{color:#de935f!important}.pl-cce{color:#de935f!important}.pl-cn{color:#de935f!important}.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e{color:#f0c674!important}.pl-ef{color:#f0c674!important}.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf{color:#f0c674!important}.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc{color:#f0c674!important}.pl-enti{color:#f0c674!important;font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac{color:#c66!important}.pl-eoac .pl-pde{color:#c66!important}.pl-eoai{color:#b294bb!important}.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k{color:#b294bb!important}.pl-ko{color:#b294bb!important}.pl-kolp{color:#b294bb!important}.pl-kos{color:#de935f!important}.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp{color:#81a2be!important}.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr{color:#b294bb!important}.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1{color:#de935f!important}.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse{color:#de935f!important}.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi{color:#c5c8c6!important}.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som{color:#c66!important}.pl-sr{color:#c66!important}.pl-sra{color:#b294bb!important}.pl-src{color:#b294bb!important}.pl-sre{color:#b294bb!important}.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp{color:#de935f!important}.pl-sv{color:#de935f!important}.pl-v{color:#de935f!important}.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh{color:#c66!important;font-weight:400!important}.pl-mdi{color:#c66!important;font-weight:400!important}.pl-ib{background-color:#c66!important}.pl-id{background-color:#c66!important;color:#fff!important}.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-iu{background-color:#c66!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va{color:#de935f!important}.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important} EOT; | |
| Twilight "Twilight" <<<EOT | |
| /*! GitHub: Twilight *\/.CodeMirror,.highlight{background:#141414!important;color:#ccc!important}.blob-code,.blob-code-inner{color:#ccc!important}.pl-c,.pl-c span{color:#5f5a60!important;font-style:italic!important}.pl-c1{color:#cf6a4c!important}.pl-cce{color:#cf6a4c!important;font-weight:400!important}.pl-cn{color:#cf6a4c!important}.pl-coc{color:#cf6a4c!important}.pl-cos{color:#8f9d6a!important}.pl-e{color:#ac885b!important}.pl-ef{color:#ac885b!important}.pl-en{color:#ac885b!important}.pl-enc{color:#cf6a4c!important}.pl-enf{color:#ac885b!important}.pl-enm{color:#ac885b!important}.pl-ens{color:#cf6a4c!important}.pl-ent{color:#cda869!important}.pl-entc{color:#ac885b!important}.pl-enti{color:#ac885b!important;font-weight:700!important}.pl-entm{color:#7587a6!important}.pl-eoa{color:#cda869!important}.pl-eoac{color:#7587a6!important}.pl-eoac .pl-pde{color:#7587a6!important}.pl-eoai{color:#cda869!important}.pl-eoai .pl-pde{color:#cda869!important}.pl-eoi{color:#ac885b!important}.pl-k{color:#cda869!important}.pl-ko{color:#cda869!important}.pl-kolp{color:#cda869!important}.pl-kos{color:#cf6a4c!important}.pl-kou{color:#cf6a4c!important}.pl-mai .pl-sf{color:#7587a6!important}.pl-mb{color:#8f9d6a!important;font-weight:700!important}.pl-mc{color:#cda869!important}.pl-mh{color:#cf6a4c!important;font-weight:400!important}.pl-mh .pl-pdh{color:#cf6a4c!important}.pl-mi{color:#cda869!important;font-style:italic!important}.pl-ml{color:#8f9d6a!important}.pl-mm{color:#7587a6!important}.pl-mp{color:#c5af75!important}.pl-mp1 .pl-sf{color:#dad085!important}.pl-mq{color:#cf6a4c!important}.pl-mr{color:#cda869!important}.pl-ms{color:#cda869!important}.pl-pdb{color:#8f9d6a!important;font-weight:700!important}.pl-pdc{color:#5f5a60!important;font-style:italic!important}.pl-pdc1{color:#cf6a4c!important}.pl-pde{color:#cf6a4c!important}.pl-pdi{color:#cda869!important;font-style:italic!important}.pl-pds{color:#8f9d6a!important}.pl-pdv{color:#7587a6!important}.pl-pse{color:#cf6a4c!important}.pl-pse .pl-s2{color:#cf6a4c!important}.pl-s{color:#f9ee98!important}.pl-s1{color:#8f9d6a!important}.pl-s2{color:#ccc!important}.pl-mp .pl-s3{color:#cda869!important}.pl-s3{color:#dad085!important}.pl-sc{color:#dad085!important}.pl-scp{color:#cf6a4c!important}.pl-sf{color:#dad085!important}.pl-smc{color:#ac885b!important}.pl-smi{color:#ccc!important}.pl-smp{color:#ccc!important}.pl-sok{color:#cda869!important}.pl-sol{color:#8f9d6a!important}.pl-som{color:#7587a6!important}.pl-sr{color:#7587a6!important}.pl-sra{color:#cda869!important}.pl-src{color:#cda869!important}.pl-sre{color:#cda869!important}.pl-st{color:#cda869!important}.pl-stj{color:#7587a6!important}.pl-stp{color:#9b859d!important}.pl-sv{color:#9b859d!important}.pl-v{color:#9b859d!important}.pl-vi{color:#cf6a4c!important}.pl-vo{color:#ac885b!important}.pl-vpf{color:#7587a6!important}.pl-mi1{color:#55a532!important;background:#020!important}.pl-mdht{color:#55a532!important;background:#020!important}.pl-md{color:#bd2c00!important;background:#200!important}.pl-mdhf{color:#bd2c00!important;background:#200!important}.pl-mdr{color:#cf6a4c!important;font-weight:400!important}.pl-mdh{color:#7587a6!important;font-weight:400!important}.pl-mdi{color:#7587a6!important;font-weight:400!important}.pl-ib{background-color:#f93!important}.pl-id{background-color:#a31515!important;color:#fff!important}.pl-ii,.pl-ii .pl-cce{background-color:#df5000!important;color:#fff!important}.pl-iu{background-color:#b4b7b4!important}.pl-mo{color:#969896!important}.pl-mri{color:teal!important}.pl-ms1{background-color:#f5f5f5!important}.pl-va{color:teal!important}.pl-vpu{color:teal!important}.pl-entl{color:#ccc!important} EOT; | |
| VibrantInk "Vibrant Ink" <<<EOT | |
| /*! GitHub: Vibrant Ink *\/.CodeMirror,.highlight{background-color:#0f0f0f!important;color:#fff!important}.blob-code,.blob-code-inner{color:#fff!important}.pl-c,.pl-c span{color:#93c!important;font-style:italic!important}.pl-c1{color:#399!important}.pl-e{color:#f60!important}.pl-en{color:#fff!important}.pl-ent{color:#fc0!important}.pl-k{color:#f60!important}.pl-mb{color:#6f0!important;font-weight:700!important}.pl-mdh{color:#f60!important}.pl-mdr{color:#f60!important}.pl-mh{color:#9c9!important}.pl-mh .pl-en{color:#9c9!important;font-weight:700!important}.pl-mi{color:#f60!important;font-style:italic!important}.pl-ml{color:#f60!important}.pl-mm{color:#f60!important}.pl-mo{color:#f60!important}.pl-mp{color:#f60!important}.pl-mq{color:#93c!important}.pl-mr{color:#f60!important}.pl-ms{color:#f60!important}.pl-pds{color:#6f0!important}.pl-s{color:#fc0!important}.pl-s1{color:#6f0!important}.pl-s1 .pl-pse .pl-s2{color:#6f0!important}.pl-s1 .pl-s2{color:#399!important}.pl-s1 .pl-v{color:#f60!important}.pl-s3{color:#fc0!important}.pl-sc{color:#fff!important}.pl-smi{color:#399!important}.pl-smp{color:#399!important}.pl-sr{color:#44b4cc!important}.pl-sr .pl-cce{color:#9c9!important}.pl-sr .pl-sra{color:#44b4cc!important}.pl-sr .pl-sre{color:#44b4cc!important}.pl-src{color:#6f0!important}.pl-st{color:#f60!important}.pl-stj{color:#399!important}.pl-sv{color:#6f0!important}.pl-v{color:#fc0!important}.pl-vo{color:#399!important}.pl-vpf{color:#fff!important}.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-mdht{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md{color:#fff!important;background:rgba(64,0,0,.5)!important}.pl-mdhf{color:#fff!important;background:rgba(64,0,0,.5)!important}.pl-id{color:#cf3!important;background:#000!important}.pl-ii{color:#cf3!important;background:#000!important}.highlight-source-css .pl-c1{color:#9c9!important}.highlight-source-css .pl-ent{color:#399!important}.highlight-source-css .pl-s3{color:#fff!important}.highlight-source-css .pl-sc{color:#399!important}.highlight-text-html-basic .pl-ent{color:#f60!important}.highlight-text-html-basic .pl-e{color:#9c9!important}.highlight-source-js .pl-vpf{color:#fc0!important}.highlight-text-html-php .pl-s{color:#f60!important}.highlight-text-html-php .pl-s3{color:#f60!important}.highlight-text-html-php .pl-vo{color:#fc0!important}.highlight-source-c\+\+ .pl-s3{color:#fff!important} EOT; | |
| } | |
| @advanced dropdown syntax-codemirror "CodeMirror syntax theme" { | |
| cm-ambiance "Ambiance" <<<EOT | |
| /*! CodeMirror: Ambiance *\/.cm-header{color:#00f!important}.cm-quote{color:#24c2c7!important}.cm-keyword{color:#cda869!important}.cm-atom{color:#cf7ea9!important}.cm-number{color:#78cf8a!important}.cm-def{color:#aac6e3!important}.cm-variable{color:#ffb795!important}.cm-variable-2{color:#eed1b3!important}.cm-variable-3{color:#faded3!important}.cm-property{color:#eed1b3!important}.cm-operator{color:#fa8d6a!important}.cm-comment{color:#555!important;font-style:italic!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#9d937c!important}.cm-meta{color:#d2a8a1!important}.cm-qualifier{color:#ff0!important}.cm-builtin{color:#99c!important}.cm-bracket{color:#24c2c7!important}.cm-tag{color:#fee4ff!important}.cm-attribute{color:#9b859d!important}.cm-hr{color:pink!important}.cm-link{color:#f4c20b!important}.cm-special{color:#ff9d00!important}.cm-error{color:#af2018!important}.CodeMirror-matchingbracket{color:#0f0!important}.CodeMirror-nonmatchingbracket{color:#f22!important}.CodeMirror-selected{background:rgba(255,255,255,.15)!important}.CodeMirror-focused div.CodeMirror-selected{background:rgba(255,255,255,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(255,255,255,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(255,255,255,.1)!important}.CodeMirror{line-height:1.4em!important;color:#e6e1dc!important;background-color:#202020!important;-webkit-box-shadow:inset 0 0 10px #000!important;-moz-box-shadow:inset 0 0 10px #000!important;box-shadow:inset 0 0 10px #000!important}.CodeMirror-gutters{background:#3d3d3d!important;border-right:1px solid #4d4d4d!important;box-shadow:0 10px 20px #000!important}.CodeMirror-linenumber{text-shadow:0 1px 1px #4d4d4d!important;color:#111!important;padding:0 5px!important}.CodeMirror-guttermarker{color:#aaa!important}.CodeMirror-guttermarker-subtle{color:#111!important}.CodeMirror-cursor{border-left:1px solid #7991e8!important}.CodeMirror-activeline-background{background:none repeat scroll 0 0 rgba(255,255,255,.031)!important} EOT; | |
| cm-base16-ocean "Base16 Ocean Dark" <<<EOT | |
| /*! CodeMirror: Base16 Ocean Dark *\/.CodeMirror{background:#2b303b!important;color:#dfe1e8!important}div.CodeMirror-selected{background:#343d46!important}.CodeMirror-gutters{background:#2b303b!important;border-right:0!important}.CodeMirror-linenumber{color:#65737e!important}.CodeMirror-cursor{border-left:1px solid #a7adba!important}span.cm-comment{color:#ab7967!important}span.cm-atom{color:#b48ead!important}span.cm-number{color:#b48ead!important}span.cm-attribute,span.cm-property{color:#a3be8c!important}span.cm-keyword{color:#bf616a!important}span.cm-string{color:#ebcb8b!important}span.cm-variable{color:#a3be8c!important}span.cm-variable-2{color:#8fa1b3!important}span.cm-def{color:#d08770!important}span.cm-error{background:#bf616a!important;color:#a7adba!important}span.cm-bracket{color:#dfe1e8!important}span.cm-tag{color:#bf616a!important}span.cm-link{color:#b48ead!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT; | |
| cm-cobalt "Cobalt" <<<EOT | |
| /*! CodeMirror: Cobalt *\/.CodeMirror{background:#002240!important;color:#fff!important}div.CodeMirror-selected{background:#b36539!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(179,101,57,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(179,101,57,.99)!important}.CodeMirror-gutters{background:#002240!important;border-right:1px solid #aaa!important}.CodeMirror-guttermarker{color:#ffee80!important}.CodeMirror-guttermarker-subtle{color:#d0d0d0!important}.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.cm-comment{color:#08f!important}.cm-atom{color:#845dc4!important}.cm-number,span.cm-attribute{color:#ff80e1!important}.cm-keyword{color:#ffee80!important}.cm-string{color:#3ad900!important}.cm-meta{color:#ff9d00!important}.cm-variable-2,span.cm-tag{color:#9effff!important}.cm-variable-3,span.cm-def{color:#fff!important}.cm-bracket{color:#d8d8d8!important}.cm-builtin,span.cm-special{color:#ff9e59!important}.cm-link{color:#845dc4!important}.cm-error{color:#9d1e15!important}.CodeMirror-activeline-background{background:#002d57!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important} EOT; | |
| cm-dracula "Dracula" <<<EOT | |
| /*! CodeMirror: Dracula *\/.CodeMirror,.CodeMirror-gutters{background-color:#282a36!important;color:#f8f8f2!important;border:none!important}.CodeMirror-gutters{color:#282a36!important}.CodeMirror-cursor{border-left:solid thin #f8f8f0!important}.CodeMirror-linenumber{color:#6d8a88!important}.CodeMirror-focused div.CodeMirror-selected{background:rgba(255,255,255,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(255,255,255,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(255,255,255,.1)!important}span.cm-comment{color:#6272a4!important}span.cm-string,span.cm-string-2{color:#f1fa8c!important}span.cm-number{color:#bd93f9!important}span.cm-variable{color:#50fa7b!important}span.cm-variable-2{color:#fff!important}span.cm-def{color:#ffb86c!important}span.cm-keyword{color:#ff79c6!important}span.cm-operator{color:#ff79c6!important}span.cm-keyword{color:#ff79c6!important}span.cm-atom{color:#bd93f9!important}span.cm-meta{color:#f8f8f2!important}span.cm-tag{color:#ff79c6!important}span.cm-attribute{color:#50fa7b!important}span.cm-qualifier{color:#50fa7b!important}span.cm-property{color:#66d9ef!important}span.cm-builtin{color:#50fa7b!important}span.cm-variable-3{color:#50fa7b!important}.CodeMirror-activeline-background{background:rgba(255,255,255,.1)!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT; | |
| cm-monokai "Monokai" <<<EOT | |
| /*! CodeMirror: Monokai *\/.CodeMirror{background:#272822!important;color:#f8f8f2!important}.CodeMirror-selected{background:#49483e!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(73,72,62,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(73,72,62,.99)!important}.CodeMirror-gutters{background:#272822!important;border-right:0!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle{color:#d0d0d0!important}.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}.cm-comment{color:#75715e!important}.cm-atom{color:#ae81ff!important}.cm-number{color:#ae81ff!important}.cm-property,span.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#f92672!important}.cm-builtin{color:#66d9ef!important}.cm-string{color:#e6db74!important}.cm-variable{color:#f8f8f2!important}.cm-variable-2{color:#9effff!important}.cm-variable-3{color:#66d9ef!important}.cm-def{color:#fd971f!important}.cm-bracket{color:#f8f8f2!important}.cm-tag{color:#f92672!important}.cm-header{color:#ae81ff!important}.cm-link{color:#ae81ff!important}.cm-error{background:#f92672!important;color:#f8f8f0!important}.CodeMirror-activeline-background{background:#373831!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT; | |
| cm-monokai-sg-80s "Monokai - Spacegray 80s" <<<EOT | |
| /*! CodeMirror: Monokai - Spacegray Eighties *\/.CodeMirror{background:#1c1c1c!important;color:#f8f8f8!important}.CodeMirror-selected{background:#3c3c3c!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(44,44,44,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(44,44,44,.99)!important}.CodeMirror-gutters{background:#1c1c1c!important;border-right:0!important}.CodeMirror-guttermarker{color:#b9b9b9!important}.CodeMirror-guttermarker-subtle{color:#8a8a8a!important}.CodeMirror-linenumber{color:#8a8a8a!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}.cm-comment{color:grey!important}.cm-atom{color:#ae81ff!important}.cm-number{color:#ae81ff!important}.cm-property,span.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#66d9ef!important;font-style:italic!important}.cm-builtin{color:#f8f8f8!important}.cm-string{color:#e6db74!important}.cm-variable{color:#f8f8f8!important}.cm-variable-2{color:#9effff!important}.cm-variable-3{color:#ae81ff!important}.cm-def{color:#66d9ef!important;font-style:italic!important}.cm-bracket{color:#f8f8f8!important}.cm-tag{color:#f92672!important}.cm-header{color:#ae81ff!important}.cm-link{color:#ae81ff!important}.cm-error{background:#1e0010!important;color:#960050!important}.CodeMirror-activeline-background{background:#2c2c2c!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#f8f8f8!important} EOT; | |
| cm-pastel-on-dark "Pastel on Dark" <<<EOT | |
| /*! CodeMirror: Pastel on Dark *\/.CodeMirror-selected{background:rgba(221,240,255,.2)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(221,240,255,.2)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(221,240,255,.2)!important}.CodeMirror-gutters{background:#34302f!important;border-right:0!important;padding:0 3px!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle{color:#8f938f!important}.CodeMirror-linenumber{color:#8f938f!important}.CodeMirror-cursor{border-left:1px solid #a7a7a7!important}.cm-comment{color:#a6c6ff!important}.cm-atom{color:#de8e30!important}.cm-number{color:#ccc!important}.cm-property{color:#8f938f!important}.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#aeb2f8!important}.cm-string{color:#66a968!important}.cm-variable{color:#aeb2f8!important}.cm-variable-2{color:#bebf55!important}.cm-variable-3{color:#de8e30!important}.cm-def{color:#757ad8!important}.cm-bracket{color:#f8f8f2!important}.cm-tag{color:#c1c144!important}.cm-link{color:#ae81ff!important}.cm-qualifier,span.cm-builtin{color:#c1c144!important}.cm-error{background:#757ad8!important;color:#f8f8f0!important}.CodeMirror-activeline-background{background:rgba(255,255,255,.031)!important}.CodeMirror-matchingbracket{border:1px solid rgba(255,255,255,.25)!important;color:#8f938f!important;margin:-1px -1px 0 -1px!important} EOT; | |
| cm-solarized-dark "Solarized Dark" <<<EOT | |
| /*! CodeMirror: Solarized Dark *\/.CodeMirror-widget{text-shadow:none!important}.cm-header{color:#586e75!important}.cm-quote{color:#93a1a1!important}.cm-keyword{color:#cb4b16!important}.cm-atom{color:#d33682!important}.cm-number{color:#d33682!important}.cm-def{color:#2aa198!important}.cm-variable{color:#839496!important}.cm-variable-2{color:#b58900!important}.cm-variable-3{color:#6c71c4!important}.cm-property{color:#2aa198!important}.cm-operator{color:#6c71c4!important}.cm-comment{color:#586e75!important;font-style:italic!important}.cm-string{color:#859900!important}.cm-string-2{color:#b58900!important}.cm-meta{color:#859900!important}.cm-qualifier{color:#b58900!important}.cm-builtin{color:#d33682!important}.cm-bracket{color:#cb4b16!important}.CodeMirror-matchingbracket{color:#859900!important}.CodeMirror-nonmatchingbracket{color:#dc322f!important}.cm-tag{color:#93a1a1!important}.cm-attribute{color:#2aa198!important}.cm-hr{color:transparent!important;border-top:1px solid #586e75!important;display:block!important}.cm-link{color:#93a1a1!important;cursor:pointer!important}.cm-special{color:#6c71c4!important}.cm-em{color:#999!important;text-decoration:underline!important;text-decoration-style:dotted!important}.cm-strong{color:#eee!important}.cm-error,.cm-invalidchar{color:#586e75!important;border-bottom:1px dotted #dc322f!important}.CodeMirror-selected{background:#073642!important}.cm-s-solarized.cm-s-dark.CodeMirror ::selection{background:rgba(7,54,66,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(7,54,66,.99)!important}.cm-s-solarized.CodeMirror{-moz-box-shadow:inset 7px 0 12px -6px #000!important;-webkit-box-shadow:inset 7px 0 12px -6px #000!important;box-shadow:inset 7px 0 12px -6px #000!important}.CodeMirror-gutters{border-right:0!important}.CodeMirror-gutters{background-color:#073642!important}.CodeMirror-linenumber{color:#586e75!important;text-shadow:#021014 0 -1px!important}.CodeMirror-linenumber{padding:0 5px!important}.CodeMirror-guttermarker-subtle{color:#586e75!important}.CodeMirror-guttermarker{color:#ddd!important}.CodeMirror-gutter .CodeMirror-gutter-text{color:#586e75!important}.CodeMirror-cursor{border-left:1px solid #819090!important}.CodeMirror-activeline-background{background:rgba(255,255,255,.06)!important} EOT; | |
| cm-t-night-bright "Tomorrow Night Bright" <<<EOT | |
| /*! CodeMirror: Tomorrow Night Bright *\/.CodeMirror-selected{background:#424242!important}.CodeMirror-gutters{background:#000!important;border-right:0!important}.CodeMirror-guttermarker{color:#e78c45!important}.CodeMirror-guttermarker-subtle{color:#777!important}.CodeMirror-linenumber{color:#424242!important}.CodeMirror-cursor{border-left:1px solid #6a6a6a!important}.cm-comment{color:#d27b53!important}.cm-atom{color:#a16a94!important}.cm-number{color:#a16a94!important}.cm-property,span.cm-attribute{color:#9c9!important}.cm-keyword{color:#d54e53!important}.cm-string{color:#e7c547!important}.cm-variable{color:#b9ca4a!important}.cm-variable-2{color:#7aa6da!important}.cm-def{color:#e78c45!important}.cm-bracket{color:#eaeaea!important}.cm-tag{color:#d54e53!important}.cm-link{color:#a16a94!important}.cm-error{background:#d54e53!important;color:#6a6a6a!important}.CodeMirror-activeline-background{background:#2a2a2a!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT; | |
| cm-t-night-80s "Tomorrow Night Eighties" <<<EOT | |
| /*! CodeMirror: Tomorrow Night Eighties *\/.CodeMirror-selected{background:#2d2d2d!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(45,45,45,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(45,45,45,.99)!important}.CodeMirror-gutters{background:#000!important;border-right:0!important}.CodeMirror-guttermarker{color:#f2777a!important}.CodeMirror-guttermarker-subtle{color:#777!important}.CodeMirror-linenumber{color:#515151!important}.CodeMirror-cursor{border-left:1px solid #6a6a6a!important}.cm-comment{color:#d27b53!important}.cm-atom{color:#a16a94!important}.cm-number{color:#a16a94!important}.cm-property,span.cm-attribute{color:#9c9!important}.cm-keyword{color:#f2777a!important}.cm-string{color:#fc6!important}.cm-variable{color:#9c9!important}.cm-variable-2{color:#69c!important}.cm-def{color:#f99157!important}.cm-bracket{color:#ccc!important}.cm-tag{color:#f2777a!important}.cm-link{color:#a16a94!important}.cm-error{background:#f2777a!important;color:#6a6a6a!important}.CodeMirror-activeline-background{background:#343600!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT; | |
| cm-twilight "Twilight" <<<EOT | |
| /*! CodeMirror: Twilight *\/.CodeMirror-gutters{background:#222!important;border-right:1px solid #484848!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle{color:#aaa!important}.CodeMirror-linenumber{color:#aaa!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important}.cm-keyword{color:#f9ee98!important}.cm-atom{color:#fc0!important}.cm-number{color:#ca7841!important}.cm-def{color:#8da6ce!important}.cm-variable-2,span.cm-tag{color:#607392!important}.cm-variable-3,span.cm-def{color:#607392!important}.cm-operator{color:#cda869!important}.cm-comment{color:#777!important;font-style:italic!important;font-weight:400!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#bd6b18!important}.cm-meta{background-color:#141414!important;color:#f7f7f7!important}.cm-builtin{color:#cda869!important}.cm-tag{color:#997643!important}.cm-attribute{color:#d6bb6d!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#ad9361!important;font-style:italic!important;text-decoration:none!important}.cm-error{border-bottom:1px solid red!important} EOT; | |
| cm-vibrant-ink "Vibrant Ink" <<<EOT | |
| /*! CodeMirror: Vibrant Ink *\/.CodeMirror-selected{background:#35493c!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(53,73,60,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(53,73,60,.99)!important}.CodeMirror-gutters{background:#002240!important;border-right:1px solid #aaa!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle{color:#d0d0d0!important}.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.cm-keyword{color:#cc7832!important}.cm-atom{color:#fc0!important}.cm-number{color:#ffee98!important}.cm-def{color:#8da6ce!important}.cm-s-vibrant span.cm-tag,.cm-variable-2{color:#ffc66d!important}.cm-s-vibrant span.cm-def,.cm-variable-3{color:#ffc66d!important}.cm-operator{color:#888!important}.cm-comment{color:gray!important;font-weight:700!important}.cm-string{color:#a5c25c!important}.cm-string-2{color:red!important}.cm-meta{color:#d8fa3c!important}.cm-builtin{color:#8da6ce!important}.cm-tag{color:#8da6ce!important}.cm-attribute{color:#8da6ce!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#00f!important}.cm-error{border-bottom:1px solid red!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important} EOT; | |
| } | |
| @advanced dropdown syntax-jupyter "Jupyter syntax theme" { | |
| jp-base16-ocean "Base16 Ocean Dark" <<<EOT | |
| /*! Jupyter: Base16 Ocean Dark *\/.highlight,.highlight pre,.highlight table{background:#2b303b!important;color:#eff1f5!important}.highlight .hll{background-color:#4f5b66!important}.highlight .c{color:#65737e!important}.highlight .err{color:#bf616a!important}.highlight .k{color:#b48ead!important}.highlight .l{color:#d08770!important}.highlight .h,.highlight .n{color:#eff1f5!important}.highlight .o{color:#96b5b4!important}.highlight .p{color:#eff1f5!important}.highlight .cm{color:#65737e!important}.highlight .cp{color:#65737e!important}.highlight .c1{color:#65737e!important}.highlight .cs{color:#65737e!important}.highlight .gd{color:#bf616a!important}.highlight .ge{font-style:italic!important}.highlight .gh{color:#eff1f5!important;font-weight:700!important}.highlight .gi{color:#a3be8c!important}.highlight .gp{color:#65737e!important;font-weight:700!important}.highlight .gs{font-weight:700!important}.highlight .gu{color:#96b5b4!important;font-weight:700!important}.highlight .kc{color:#b48ead!important}.highlight .kd{color:#b48ead!important}.highlight .kn{color:#96b5b4!important}.highlight .kp{color:#b48ead!important}.highlight .kr{color:#b48ead!important}.highlight .kt{color:#ebcb8b!important}.highlight .ld{color:#a3be8c!important}.highlight .m{color:#d08770!important}.highlight .s{color:#a3be8c!important}.highlight .na{color:#8fa1b3!important}.highlight .nb{color:#eff1f5!important}.highlight .nc{color:#ebcb8b!important}.highlight .no{color:#bf616a!important}.highlight .nd{color:#96b5b4!important}.highlight .ni{color:#eff1f5!important}.highlight .ne{color:#bf616a!important}.highlight .nf{color:#8fa1b3!important}.highlight .nl{color:#eff1f5!important}.highlight .nn{color:#ebcb8b!important}.highlight .nx{color:#8fa1b3!important}.highlight .py{color:#eff1f5!important}.highlight .nt{color:#96b5b4!important}.highlight .nv{color:#bf616a!important}.highlight .ow{color:#96b5b4!important}.highlight .w{color:#eff1f5!important}.highlight .mf{color:#d08770!important}.highlight .mh{color:#d08770!important}.highlight .mi{color:#d08770!important}.highlight .mo{color:#d08770!important}.highlight .sb{color:#a3be8c!important}.highlight .sc{color:#eff1f5!important}.highlight .sd{color:#65737e!important}.highlight .s2{color:#a3be8c!important}.highlight .se{color:#d08770!important}.highlight .sh{color:#a3be8c!important}.highlight .si{color:#d08770!important}.highlight .sx{color:#a3be8c!important}.highlight .sr{color:#a3be8c!important}.highlight .s1{color:#a3be8c!important}.highlight .ss{color:#a3be8c!important}.highlight .bp{color:#eff1f5!important}.highlight .vc{color:#bf616a!important}.highlight .vg{color:#bf616a!important}.highlight .vi{color:#bf616a!important}.highlight .il{color:#d08770!important} EOT; | |
| jp-dracula "Dracula" <<<EOT | |
| /*! Jupyter: Dracula theme *\/#notebook .highlight table{background:#282a36!important;color:#f8f8f2!important}.highlight .hll{background-color:#ffc!important}.highlight .c{color:#6272a4!important}.highlight .err{color:#f8f8f2!important}.highlight .g{color:#f8f8f2!important}.highlight .k{color:#ff79c6!important}.highlight .l{color:#f8f8f2!important}.highlight .h,.highlight .n{color:#f8f8f2!important}.highlight .o{color:#f8f8f2!important}.highlight .x{color:#f8f8f2!important}.highlight .p{color:#f8f8f2!important}.highlight .cm{color:#6272a4!important}.highlight .cp{color:#ff79c6!important}.highlight .c1{color:#6272a4!important}.highlight .cs{color:#6272a4!important}.highlight .gd{color:#8b080b!important}.highlight .ge{color:#f8f8f2!important;text-decoration:underline!important}.highlight .gr{color:#f8f8f2!important}.highlight .gh{color:#f8f8f2!important;font-weight:700!important}.highlight .gi{color:#f8f8f2!important;font-weight:700!important;background-color:#468410!important}.highlight .go{color:#3b3a32!important;background-color:#32343f!important}.highlight .gp{color:#f8f8f2!important}.highlight .gs{color:#f8f8f2!important}.highlight .gu{color:#f8f8f2!important;font-weight:700!important}.highlight .gt{color:#f8f8f0!important;background-color:#ff79c6!important}.highlight .kc{color:#ff79c6!important}.highlight .kd{color:#ff79c6!important}.highlight .kn{color:#ff79c6!important}.highlight .kp{color:#ff79c6!important}.highlight .kr{color:#ff79c6!important}.highlight .kt{color:#f8f8f2!important}.highlight .ld{color:#f8f8f2!important}.highlight .m{color:#bd93f9!important}.highlight .s{color:#f1fa8c!important}.highlight .na{color:#50fa7b!important}.highlight .nb{color:#f8f8f2!important}.highlight .nc{color:#f8f8f2!important}.highlight .no{color:#f8f8f2!important}.highlight .nd{color:#f8f8f2!important}.highlight .ni{color:#f8f8f2!important}.highlight .ne{color:#f8f8f2!important}.highlight .nf{color:#50fa7b!important}.highlight .nl{color:#f1fa8c!important}.highlight .nn{color:#f8f8f2!important}.highlight .nx{color:#f8f8f2!important}.highlight .py{color:#f8f8f2!important}.highlight .nt{color:#ff79c6!important}.highlight .nv{color:#8be9fd!important;font-style:italic!important}.highlight .ow{color:#ff79c6!important}.highlight .w{color:#f8f8f2!important}.highlight .mf{color:#bd93f9!important}.highlight .mh{color:#bd93f9!important}.highlight .mi{color:#bd93f9!important}.highlight .mo{color:#bd93f9!important}.highlight .sb{color:#f1fa8c!important}.highlight .sc{color:#f1fa8c!important}.highlight .sd{color:#f1fa8c!important}.highlight .s2{color:#f1fa8c!important}.highlight .se{color:#f1fa8c!important}.highlight .sh{color:#f1fa8c!important}.highlight .si{color:#f1fa8c!important}.highlight .sx{color:#f1fa8c!important}.highlight .sr{color:#f1fa8c!important}.highlight .s1{color:#f1fa8c!important}.highlight .ss{color:#f1fa8c!important}.highlight .bp{color:#f8f8f2!important}.highlight .vc{color:#8be9fd!important;font-style:italic!important}.highlight .vg{color:#8be9fd!important;font-style:italic!important}.highlight .vi{color:#8be9fd!important;font-style:italic!important}.highlight .il{color:#bd93f9!important} EOT; | |
| jp-github-dark "Github Dark" <<<EOT | |
| /*! Jupyter: Github Dark (Native mod) theme *\/#notebook .highlight table{background:#111!important;color:#d0d0d0!important}.highlight .hll{background-color:#404040!important}.highlight .c{color:#3677a9!important}.highlight .err{color:#a61717!important;background-color:#311!important}.highlight .g{color:#d0d0d0!important}.highlight .k{color:#ccc!important}.highlight .l{color:#d0d0d0!important}.highlight .h,.highlight .n{color:#ccc!important}.highlight .o{color:#777!important}.highlight .x{color:#d0d0d0!important}.highlight .p{color:#e9b96e!important}.highlight .cm{color:#3677a9!important}.highlight .cp{color:#d2691e!important}.highlight .c1{color:#3677a9!important}.highlight .cs{color:#e50808!important;background-color:#520000!important}.highlight .gd{color:#d22323!important}.highlight .ge{color:#d0d0d0!important}.highlight .gr{color:#d22323!important}.highlight .gh{color:#fff!important}.highlight .gi{color:#589819!important}.highlight .go{color:#ccc!important}.highlight .gp{color:#aaa!important}.highlight .gs{color:#d0d0d0!important}.highlight .gu{color:#fff!important}.highlight .gt{color:#d22323!important}.highlight .kc{color:#6ab825!important}.highlight .kd{color:#6ab825!important}.highlight .kn{color:#6ab825!important}.highlight .kp{color:#6ab825!important}.highlight .kr{color:#6ab825!important}.highlight .kt{color:#6ab825!important}.highlight .ld{color:#d0d0d0!important}.highlight .m{color:#cd2828!important}.highlight .s{color:#d2691e!important}.highlight .na{color:#bbb!important}.highlight .nb{color:#24909d!important}.highlight .nc{color:#447fcf!important}.highlight .no{color:#4ca!important}.highlight .nd{color:orange!important}.highlight .ni{color:#d0d0d0!important}.highlight .ne{color:#bbb!important}.highlight .nf{color:#098!important}.highlight .nl{color:#d0d0d0!important}.highlight .nn{color:#447fcf!important}.highlight .nx{color:#d0d0d0!important}.highlight .py{color:#d0d0d0!important}.highlight .nt{color:#6ab825!important}.highlight .nv{color:#4ca!important}.highlight .ow{color:#6ab825!important}.highlight .w{color:#666!important}.highlight .mf{color:#cd2828!important}.highlight .mh{color:#cd2828!important}.highlight .mi{color:#cd2828!important}.highlight .mo{color:#cd2828!important}.highlight .sb{color:#d2691e!important}.highlight .sc{color:#d2691e!important}.highlight .sd{color:#d2691e!important}.highlight .s2{color:#d2691e!important}.highlight .se{color:#d2691e!important}.highlight .sh{color:#d2691e!important}.highlight .si{color:#d2691e!important}.highlight .sx{color:orange!important}.highlight .sr{color:#cd2828!important}.highlight .s1{color:#d2691e!important}.highlight .ss{color:#d2691e!important}.highlight .bp{color:#24909d!important}.highlight .vc{color:#4ca!important}.highlight .vg{color:#4ca!important}.highlight .vi{color:#4ca!important}.highlight .il{color:#cd2828!important} EOT; | |
| jp-idle-fingers "Idle Fingers" <<<EOT | |
| /*! Jupyter: Idle Fingers *\/#notebook .highlight table{background:#323232!important}.highlight .hll{background:#ffc!important}.highlight{background:#323232!important;color:#fff!important}.highlight .c{color:#bc9458!important;font-style:italic!important}.highlight .err{color:#fff!important}.highlight .g{color:#fff!important}.highlight .k{color:#cc7833!important}.highlight .l{color:#fff!important}.highlight .h,.highlight .n{color:#fff!important}.highlight .o{color:#fff!important}.highlight .x{color:#fff!important}.highlight .p{color:#fff!important}.highlight .cm{color:#bc9458!important;font-style:italic!important}.highlight .cp{color:#cc7833!important}.highlight .c1{color:#bc9458!important;font-style:italic!important}.highlight .cs{color:#bc9458!important;font-style:italic!important}.highlight .gd{color:#fff!important}.highlight .ge{color:#fff!important;text-decoration:underline!important}.highlight .gr{color:#fff!important}.highlight .gh{color:#fff!important;font-weight:700!important}.highlight .gi{color:#fff!important}.highlight .go{color:#404040!important;background:#353637!important}.highlight .gp{color:#fff!important}.highlight .gs{color:#fff!important}.highlight .gu{color:#fff!important;font-weight:700!important}.highlight .gt{color:#fff!important;background:red!important}.highlight .kc{color:#cc7833!important}.highlight .kd{color:#cc7833!important}.highlight .kn{color:#cc7833!important}.highlight .kp{color:#cc7833!important}.highlight .kr{color:#cc7833!important}.highlight .kt{color:#ffc66d!important}.highlight .ld{color:#fff!important}.highlight .m{color:#6c99bb!important}.highlight .s{color:#a5c261!important}.highlight .na{color:#ffc66d!important}.highlight .nb{color:#fff!important}.highlight .nc{color:#fff!important}.highlight .no{color:#6c99bb!important}.highlight .nd{color:#fff!important}.highlight .ni{color:#fff!important}.highlight .ne{color:#fff!important}.highlight .nf{color:#ffc66d!important}.highlight .nl{color:#a5c261!important}.highlight .nn{color:#fff!important}.highlight .nx{color:#fff!important}.highlight .py{color:#fff!important}.highlight .nt{color:#cc7833!important}.highlight .nv{color:#fff!important}.highlight .ow{color:#cc7833!important}.highlight .w{color:#fff!important}.highlight .mf{color:#6c99bb!important}.highlight .mh{color:#6c99bb!important}.highlight .mi{color:#6c99bb!important}.highlight .mo{color:#6c99bb!important}.highlight .sb{color:#a5c261!important}.highlight .sc{color:#a5c261!important}.highlight .sd{color:#a5c261!important}.highlight .s2{color:#a5c261!important}.highlight .se{color:#a5c261!important}.highlight .sh{color:#a5c261!important}.highlight .si{color:#a5c261!important}.highlight .sx{color:#a5c261!important}.highlight .sr{color:#a5c261!important}.highlight .s1{color:#a5c261!important}.highlight .ss{color:#a5c261!important}.highlight .bp{color:#fff!important}.highlight .vc{color:#fff!important}.highlight .vg{color:#fff!important}.highlight .vi{color:#fff!important}.highlight .il{color:#6c99bb!important} EOT; | |
| jp-monokai "Monokai" <<<EOT | |
| /*! Jupyter: Monokai *\/#notebook .highlight table{background:#272822!important;color:#f8f8f2!important}.highlight .hll{background-color:#49483e!important}.highlight .c{color:#75715e!important}.highlight .err{color:#960050!important;background-color:#1e0010!important}.highlight .k{color:#66d9ef!important}.highlight .l{color:#ae81ff!important}.highlight .h,.highlight .n{color:#f8f8f2!important}.highlight .o{color:#f92672!important}.highlight .p{color:#f8f8f2!important}.highlight .cm{color:#75715e!important}.highlight .cp{color:#75715e!important}.highlight .c1{color:#75715e!important}.highlight .cs{color:#75715e!important}.highlight .kc{color:#66d9ef!important}.highlight .kd{color:#66d9ef!important}.highlight .kn{color:#f92672!important}.highlight .kp{color:#66d9ef!important}.highlight .kr{color:#66d9ef!important}.highlight .kt{color:#66d9ef!important}.highlight .ld{color:#e6db74!important}.highlight .m{color:#ae81ff!important}.highlight .s{color:#e6db74!important}.highlight .na{color:#a6e22e!important}.highlight .nb{color:#f8f8f2!important}.highlight .nc{color:#a6e22e!important}.highlight .no{color:#66d9ef!important}.highlight .nd{color:#a6e22e!important}.highlight .ni{color:#f8f8f2!important}.highlight .ne{color:#a6e22e!important}.highlight .nf{color:#a6e22e!important}.highlight .nl{color:#f8f8f2!important}.highlight .nn{color:#f8f8f2!important}.highlight .nx{color:#a6e22e!important}.highlight .py{color:#f8f8f2!important}.highlight .nt{color:#f92672!important}.highlight .nv{color:#f8f8f2!important}.highlight .ow{color:#f92672!important}.highlight .w{color:#f8f8f2!important}.highlight .mf{color:#ae81ff!important}.highlight .mh{color:#ae81ff!important}.highlight .mi{color:#ae81ff!important}.highlight .mo{color:#ae81ff!important}.highlight .sb{color:#e6db74!important}.highlight .sc{color:#e6db74!important}.highlight .sd{color:#e6db74!important}.highlight .s2{color:#e6db74!important}.highlight .se{color:#ae81ff!important}.highlight .sh{color:#e6db74!important}.highlight .si{color:#e6db74!important}.highlight .sx{color:#e6db74!important}.highlight .sr{color:#e6db74!important}.highlight .s1{color:#e6db74!important}.highlight .ss{color:#e6db74!important}.highlight .bp{color:#f8f8f2!important}.highlight .vc{color:#f8f8f2!important}.highlight .vg{color:#f8f8f2!important}.highlight .vi{color:#f8f8f2!important}.highlight .il{color:#ae81ff!important} EOT; | |
| jp-monokai-sg-80s "Monokai - Spacegray 80s" <<<EOT | |
| /*! Jupyter: Monokai - Spacegray Eighties *\/#notebook .highlight table{background-color:#1c1c1c!important;color:#f8f8f8!important}.highlight .hll{background-color:#2c2c2c!important}.highlight .c{color:grey!important}.highlight .err{color:#960050!important;background-color:#1e0010!important}.highlight .k{color:#66d9ef!important;font-style:italic!important}.highlight .l{color:#ae81ff!important}.highlight .h,.highlight .n{color:#f8f8f8!important}.highlight .o{color:#f92672!important}.highlight .p{color:#f8f8f8!important}.highlight .cm{color:grey!important}.highlight .cp{color:grey!important}.highlight .c1{color:grey!important}.highlight .cs{color:grey!important}.highlight .kc{color:#ae81ff!important}.highlight .kd{color:#66d9ef!important;font-style:italic!important}.highlight .kn{color:#f92672!important}.highlight .kp{color:#ae81ff!important}.highlight .kr{color:#ae81ff!important}.highlight .kt{color:#66d9ef!important;font-style:italic!important}.highlight .ld{color:#e6db74!important}.highlight .m{color:#ae81ff!important}.highlight .s{color:#e6db74!important}.highlight .na{color:#a6e22e!important}.highlight .nb{color:#f8f8f8!important}.highlight .nc{color:#a6e22e!important;font-style:italic!important}.highlight .no{color:#ae81ff!important}.highlight .nd{color:#a6e22e!important}.highlight .ni{color:#f92672!important}.highlight .ne{color:#a6e22e!important}.highlight .nf{color:#a6e22e!important}.highlight .nl{color:#f8f8f8!important}.highlight .nn{color:#f8f8f8!important}.highlight .nx{color:#f8f8f8!important}.highlight .py{color:#f92672!important}.highlight .nt{color:#f92672!important}.highlight .nv{color:#f92672!important}.highlight .ow{color:#f92672!important}.highlight .w{color:#f8f8f8!important}.highlight .mf{color:#ae81ff!important}.highlight .mh{color:#ae81ff!important}.highlight .mi{color:#ae81ff!important}.highlight .mo{color:#ae81ff!important}.highlight .sb{color:#e6db74!important}.highlight .sc{color:#e6db74!important}.highlight .sd{color:#e6db74!important}.highlight .s2{color:#e6db74!important}.highlight .se{color:#ae81ff!important}.highlight .sh{color:#e6db74!important}.highlight .si{color:#e6db74!important}.highlight .sx{color:#e6db74!important}.highlight .sr{color:#e6db74!important}.highlight .s1{color:#e6db74!important}.highlight .ss{color:#e6db74!important}.highlight .bp{color:#f92672!important}.highlight .vc{color:#f92672!important}.highlight .vg{color:#f92672!important}.highlight .vi{color:#f92672!important}.highlight .il{color:#ae81ff!important} EOT; | |
| jp-obsidian "Obsidian" <<<EOT | |
| /*! Jupyter: Obsidian *\/#notebook .highlight table{background-color:#293134!important;color:#e0e2e4!important}.highlight .c{color:#66747b!important}.highlight .err{color:#e0e2e4!important;background-color:#da4236!important}.highlight .g{color:#e0e2e4!important}.highlight .k{color:#93c763!important}.highlight .l{color:#e0e2e4!important}.highlight .h,.highlight .n{color:#e0e2e4!important}.highlight .o{color:#93c763!important}.highlight .x{color:#96989a!important}.highlight .p{color:#e0e2e4!important}.highlight .cm{color:#66747b!important}.highlight .cp{color:#93c763!important}.highlight .c1{color:#66747b!important}.highlight .cs{color:#93c763!important}.highlight .gd{color:#ec7600!important}.highlight .ge{color:#e0e2e4!important;font-style:italic!important}.highlight .gr{color:#da4236!important}.highlight .gh{color:#66747b!important}.highlight .gi{color:#93c763!important}.highlight .go{color:#e0e2e4!important}.highlight .gp{color:#e0e2e4!important}.highlight .gs{color:#e0e2e4!important;font-weight:700!important}.highlight .gu{color:#66747b!important}.highlight .gt{color:#e0e2e4!important}.highlight .kc{color:#96989a!important}.highlight .kd{color:#678cb1!important}.highlight .kn{color:#93c763!important}.highlight .kp{color:#93c763!important}.highlight .kr{color:#678cb1!important}.highlight .kt{color:#da4236!important}.highlight .ld{color:#e0e2e4!important}.highlight .m{color:#ec7600!important}.highlight .s{color:#ec7600!important}.highlight .na{color:#e0e2e4!important}.highlight .nb{color:#93c763!important}.highlight .nc{color:#678cb1!important}.highlight .no{color:#96989a!important}.highlight .nd{color:#678cb1!important}.highlight .ni{color:#96989a!important}.highlight .ne{color:#96989a!important}.highlight .nf{color:#678cb1!important}.highlight .nl{color:#e0e2e4!important}.highlight .nn{color:#e0e2e4!important}.highlight .nx{color:#e0e2e4!important}.highlight .py{color:#e0e2e4!important}.highlight .nt{color:#678cb1!important}.highlight .nv{color:#678cb1!important}.highlight .ow{color:#93c763!important}.highlight .w{color:#e0e2e4!important}.highlight .mf{color:#ec7600!important}.highlight .mh{color:#ec7600!important}.highlight .mi{color:#ec7600!important}.highlight .mo{color:#ec7600!important}.highlight .sb{color:#66747b!important}.highlight .sc{color:#ec7600!important}.highlight .sd{color:#e0e2e4!important}.highlight .s2{color:#ec7600!important}.highlight .se{color:#96989a!important}.highlight .sh{color:#e0e2e4!important}.highlight .si{color:#ec7600!important}.highlight .sx{color:#ec7600!important}.highlight .sr{color:#d39745!important}.highlight .s1{color:#ec7600!important}.highlight .ss{color:#ec7600!important}.highlight .bp{color:#678cb1!important}.highlight .vc{color:#678cb1!important}.highlight .vg{color:#678cb1!important}.highlight .vi{color:#678cb1!important}.highlight .il{color:#ec7600!important} EOT; | |
| jp-pastel-on-dark "Pastel on Dark" <<<EOT | |
| /*! Jupyter: Pastel on Dark *\/#notebook .highlight table{background:#2b2b2b!important}.highlight .hll{background:#ffc!important}.highlight{background:#2b2b2b!important;color:#e6e1dc!important}.highlight .c{color:#555!important}.highlight .err{color:#e6e1dc!important}.highlight .g{color:#e6e1dc!important}.highlight .k{color:#4d74d0!important}.highlight .l{color:#e6e1dc!important}.highlight .h,.highlight .n{color:#e6e1dc!important}.highlight .o{color:#e6e1dc!important}.highlight .x{color:#e6e1dc!important}.highlight .p{color:#e6e1dc!important}.highlight .cm{color:#555!important}.highlight .cp{color:#e6e1dc!important}.highlight .c1{color:#555!important}.highlight .cs{color:#555!important}.highlight .gd{color:#e6e1dc!important;background:#600!important}.highlight .ge{color:#e6e1dc!important}.highlight .gr{color:#ffc66d!important;background:#900!important}.highlight .gh{color:#fff!important}.highlight .gi{color:#e6e1dc!important;background:#519f50!important}.highlight .go{color:#e6e1dc!important}.highlight .gp{color:#e6e1dc!important}.highlight .gs{color:#e6e1dc!important}.highlight .gu{color:#fff!important}.highlight .gt{color:#e6e1dc!important}.highlight .kc{color:#4d74d0!important}.highlight .kd{color:#4d74d0!important}.highlight .kn{color:#4d74d0!important}.highlight .kp{color:#4d74d0!important}.highlight .kr{color:#4d74d0!important}.highlight .kt{color:#c1c144!important}.highlight .ld{color:#e6e1dc!important}.highlight .m{color:#a5c261!important}.highlight .s{color:#ad9361!important}.highlight .na{color:#6782d3!important}.highlight .nb{color:#e6e1dc!important}.highlight .nc{color:#e6e1dc!important}.highlight .no{color:#a1a1ff!important}.highlight .nd{color:#e6e1dc!important}.highlight .ni{color:#47b8d6!important}.highlight .ne{color:#e6e1dc!important}.highlight .nf{color:#6782d3!important}.highlight .nl{color:#e6e1dc!important}.highlight .nn{color:#e6e1dc!important}.highlight .nx{color:#e6e1dc!important}.highlight .py{color:#e6e1dc!important}.highlight .nt{color:#4d74d0!important}.highlight .nv{color:#c1c144!important}.highlight .ow{color:#e6e1dc!important}.highlight .w{color:#e6e1dc!important}.highlight .mf{color:#a5c261!important}.highlight .mh{color:#a5c261!important}.highlight .mi{color:#a5c261!important}.highlight .mo{color:#a5c261!important}.highlight .sb{color:#ad9361!important}.highlight .sc{color:#ad9361!important}.highlight .sd{color:#ad9361!important}.highlight .s2{color:#ad9361!important}.highlight .se{color:#ad9361!important}.highlight .sh{color:#ad9361!important}.highlight .si{color:#ad9361!important}.highlight .sx{color:#ad9361!important}.highlight .sr{color:#ad9361!important}.highlight .s1{color:#ad9361!important}.highlight .ss{color:#ad9361!important}.highlight .bp{color:#e6e1dc!important}.highlight .vc{color:#c1c144!important}.highlight .vg{color:#c1c144!important}.highlight .vi{color:#c1c144!important}.highlight .il{color:#a5c261!important} EOT; | |
| jp-solariazed-dark "Solariazed Dark" <<<EOT | |
| /*! Jupyter: Solariazed Dark *\/#notebook .highlight table{background-color:#002b36!important;color:#839496!important}.highlight .c{color:#586e75!important}.highlight .err{color:#dc322f!important;background-color:#fdf6e3!important}.highlight .g{color:#839496!important}.highlight .k{color:#859900!important}.highlight .l{color:#839496!important}.highlight .h,.highlight .n{color:#839496!important}.highlight .o{color:#859900!important}.highlight .x{color:#cb4b16!important}.highlight .p{color:#839496!important}.highlight .cm{color:#586e75!important}.highlight .cp{color:#859900!important}.highlight .c1{color:#586e75!important}.highlight .cs{color:#859900!important}.highlight .gd{color:#2aa198!important}.highlight .ge{color:#839496!important;font-style:italic!important}.highlight .gr{color:#dc322f!important}.highlight .gh{color:#cb4b16!important}.highlight .gi{color:#859900!important}.highlight .go{color:#839496!important}.highlight .gp{color:#839496!important}.highlight .gs{color:#839496!important;font-weight:700!important}.highlight .gu{color:#cb4b16!important}.highlight .gt{color:#839496!important}.highlight .kc{color:#cb4b16!important}.highlight .kd{color:#268bd2!important}.highlight .kn{color:#859900!important}.highlight .kp{color:#859900!important}.highlight .kr{color:#268bd2!important}.highlight .kt{color:#dc322f!important}.highlight .ld{color:#839496!important}.highlight .m{color:#2aa198!important}.highlight .s{color:#2aa198!important}.highlight .na{color:#839496!important}.highlight .nb{color:#b58900!important}.highlight .nc{color:#268bd2!important}.highlight .no{color:#cb4b16!important}.highlight .nd{color:#268bd2!important}.highlight .ni{color:#cb4b16!important}.highlight .ne{color:#cb4b16!important}.highlight .nf{color:#268bd2!important}.highlight .nl{color:#839496!important}.highlight .nn{color:#839496!important}.highlight .nx{color:#839496!important}.highlight .py{color:#839496!important}.highlight .nt{color:#268bd2!important}.highlight .nv{color:#268bd2!important}.highlight .ow{color:#859900!important}.highlight .w{color:#839496!important}.highlight .mf{color:#2aa198!important}.highlight .mh{color:#2aa198!important}.highlight .mi{color:#2aa198!important}.highlight .mo{color:#2aa198!important}.highlight .sb{color:#586e75!important}.highlight .sc{color:#2aa198!important}.highlight .sd{color:#839496!important}.highlight .s2{color:#2aa198!important}.highlight .se{color:#cb4b16!important}.highlight .sh{color:#839496!important}.highlight .si{color:#2aa198!important}.highlight .sx{color:#2aa198!important}.highlight .sr{color:#dc322f!important}.highlight .s1{color:#2aa198!important}.highlight .ss{color:#2aa198!important}.highlight .bp{color:#268bd2!important}.highlight .vc{color:#268bd2!important}.highlight .vg{color:#268bd2!important}.highlight .vi{color:#268bd2!important}.highlight .il{color:#2aa198!important} EOT; | |
| jp-t-night-blue "Tomorrow Night Blue" <<<EOT | |
| /*! Jupyter: Tomorrow Night Blue *\/#notebook .highlight table{background:#002451!important;color:#fff!important}.highlight .hll{background-color:#003f8e!important}.highlight .c{color:#7285b7!important}.highlight .err{color:#ff9da4!important}.highlight .k{color:#ebbbff!important}.highlight .l{color:#ffc58f!important}.highlight .h,.highlight .n{color:#fff!important}.highlight .o{color:#9ff!important}.highlight .p{color:#fff!important}.highlight .cm{color:#7285b7!important}.highlight .cp{color:#7285b7!important}.highlight .c1{color:#7285b7!important}.highlight .cs{color:#7285b7!important}.highlight .gd{color:#ff9da4!important}.highlight .ge{font-style:italic!important}.highlight .gh{color:#fff!important;font-weight:700!important}.highlight .gi{color:#d1f1a9!important}.highlight .gp{color:#7285b7!important;font-weight:700!important}.highlight .gs{font-weight:700!important}.highlight .gu{color:#9ff!important;font-weight:700!important}.highlight .kc{color:#ebbbff!important}.highlight .kd{color:#ebbbff!important}.highlight .kn{color:#9ff!important}.highlight .kp{color:#ebbbff!important}.highlight .kr{color:#ebbbff!important}.highlight .kt{color:#ffeead!important}.highlight .ld{color:#d1f1a9!important}.highlight .m{color:#ffc58f!important}.highlight .s{color:#d1f1a9!important}.highlight .na{color:#bbdaff!important}.highlight .nb{color:#fff!important}.highlight .nc{color:#ffeead!important}.highlight .no{color:#ff9da4!important}.highlight .nd{color:#9ff!important}.highlight .ni{color:#fff!important}.highlight .ne{color:#ff9da4!important}.highlight .nf{color:#bbdaff!important}.highlight .nl{color:#fff!important}.highlight .nn{color:#ffeead!important}.highlight .nx{color:#bbdaff!important}.highlight .py{color:#fff!important}.highlight .nt{color:#9ff!important}.highlight .nv{color:#ff9da4!important}.highlight .ow{color:#9ff!important}.highlight .w{color:#fff!important}.highlight .mf{color:#ffc58f!important}.highlight .mh{color:#ffc58f!important}.highlight .mi{color:#ffc58f!important}.highlight .mo{color:#ffc58f!important}.highlight .sb{color:#d1f1a9!important}.highlight .sc{color:#fff!important}.highlight .sd{color:#7285b7!important}.highlight .s2{color:#d1f1a9!important}.highlight .se{color:#ffc58f!important}.highlight .sh{color:#d1f1a9!important}.highlight .si{color:#ffc58f!important}.highlight .sx{color:#d1f1a9!important}.highlight .sr{color:#d1f1a9!important}.highlight .s1{color:#d1f1a9!important}.highlight .ss{color:#d1f1a9!important}.highlight .bp{color:#fff!important}.highlight .vc{color:#ff9da4!important}.highlight .vg{color:#ff9da4!important}.highlight .vi{color:#ff9da4!important}.highlight .il{color:#ffc58f!important} EOT; | |
| jp-t-night-bright "Tomorrow Night Bright" <<<EOT | |
| /*! Jupyter: Tomorrow Night Bright *\/#notebook .highlight table{background:#000!important;color:#eaeaea!important}.highlight .hll{background-color:#424242!important}.highlight .c{color:#969896!important}.highlight .err{color:#d54e53!important}.highlight .k{color:#c397d8!important}.highlight .l{color:#e78c45!important}.highlight .h,.highlight .n{color:#eaeaea!important}.highlight .o{color:#70c0b1!important}.highlight .p{color:#eaeaea!important}.highlight .cm{color:#969896!important}.highlight .cp{color:#969896!important}.highlight .c1{color:#969896!important}.highlight .cs{color:#969896!important}.highlight .gd{color:#d54e53!important}.highlight .ge{font-style:italic!important}.highlight .gh{color:#eaeaea!important;font-weight:700!important}.highlight .gi{color:#b9ca4a!important}.highlight .gp{color:#969896!important;font-weight:700!important}.highlight .gs{font-weight:700!important}.highlight .gu{color:#70c0b1!important;font-weight:700!important}.highlight .kc{color:#c397d8!important}.highlight .kd{color:#c397d8!important}.highlight .kn{color:#70c0b1!important}.highlight .kp{color:#c397d8!important}.highlight .kr{color:#c397d8!important}.highlight .kt{color:#e7c547!important}.highlight .ld{color:#b9ca4a!important}.highlight .m{color:#e78c45!important}.highlight .s{color:#b9ca4a!important}.highlight .na{color:#7aa6da!important}.highlight .nb{color:#eaeaea!important}.highlight .nc{color:#e7c547!important}.highlight .no{color:#d54e53!important}.highlight .nd{color:#70c0b1!important}.highlight .ni{color:#eaeaea!important}.highlight .ne{color:#d54e53!important}.highlight .nf{color:#7aa6da!important}.highlight .nl{color:#eaeaea!important}.highlight .nn{color:#e7c547!important}.highlight .nx{color:#7aa6da!important}.highlight .py{color:#eaeaea!important}.highlight .nt{color:#70c0b1!important}.highlight .nv{color:#d54e53!important}.highlight .ow{color:#70c0b1!important}.highlight .w{color:#eaeaea!important}.highlight .mf{color:#e78c45!important}.highlight .mh{color:#e78c45!important}.highlight .mi{color:#e78c45!important}.highlight .mo{color:#e78c45!important}.highlight .sb{color:#b9ca4a!important}.highlight .sc{color:#eaeaea!important}.highlight .sd{color:#969896!important}.highlight .s2{color:#b9ca4a!important}.highlight .se{color:#e78c45!important}.highlight .sh{color:#b9ca4a!important}.highlight .si{color:#e78c45!important}.highlight .sx{color:#b9ca4a!important}.highlight .sr{color:#b9ca4a!important}.highlight .s1{color:#b9ca4a!important}.highlight .ss{color:#b9ca4a!important}.highlight .bp{color:#eaeaea!important}.highlight .vc{color:#d54e53!important}.highlight .vg{color:#d54e53!important}.highlight .vi{color:#d54e53!important}.highlight .il{color:#e78c45!important} EOT; | |
| jp-t-night-80s "Tomorrow Night Eighties" <<<EOT | |
| /*! Jupyter: Tomorrow Night Eighties *\/#notebook .highlight table{background:#2d2d2d!important;color:#ccc!important}.highlight .hll{background-color:#515151!important}.highlight .c{color:#999!important}.highlight .err{color:#f2777a!important}.highlight .k{color:#c9c!important}.highlight .l{color:#f99157!important}.highlight .h,.highlight .n{color:#ccc!important}.highlight .o{color:#6cc!important}.highlight .p{color:#ccc!important}.highlight .cm{color:#999!important}.highlight .cp{color:#999!important}.highlight .c1{color:#999!important}.highlight .cs{color:#999!important}.highlight .gd{color:#f2777a!important}.highlight .ge{font-style:italic!important}.highlight .gh{color:#ccc!important;font-weight:700!important}.highlight .gi{color:#9c9!important}.highlight .gp{color:#999!important;font-weight:700!important}.highlight .gs{font-weight:700!important}.highlight .gu{color:#6cc!important;font-weight:700!important}.highlight .kc{color:#c9c!important}.highlight .kd{color:#c9c!important}.highlight .kn{color:#6cc!important}.highlight .kp{color:#c9c!important}.highlight .kr{color:#c9c!important}.highlight .kt{color:#fc6!important}.highlight .ld{color:#9c9!important}.highlight .m{color:#f99157!important}.highlight .s{color:#9c9!important}.highlight .na{color:#69c!important}.highlight .nb{color:#ccc!important}.highlight .nc{color:#fc6!important}.highlight .no{color:#f2777a!important}.highlight .nd{color:#6cc!important}.highlight .ni{color:#ccc!important}.highlight .ne{color:#f2777a!important}.highlight .nf{color:#69c!important}.highlight .nl{color:#ccc!important}.highlight .nn{color:#fc6!important}.highlight .nx{color:#69c!important}.highlight .py{color:#ccc!important}.highlight .nt{color:#6cc!important}.highlight .nv{color:#f2777a!important}.highlight .ow{color:#6cc!important}.highlight .w{color:#ccc!important}.highlight .mf{color:#f99157!important}.highlight .mh{color:#f99157!important}.highlight .mi{color:#f99157!important}.highlight .mo{color:#f99157!important}.highlight .sb{color:#9c9!important}.highlight .sc{color:#ccc!important}.highlight .sd{color:#999!important}.highlight .s2{color:#9c9!important}.highlight .se{color:#f99157!important}.highlight .sh{color:#9c9!important}.highlight .si{color:#f99157!important}.highlight .sx{color:#9c9!important}.highlight .sr{color:#9c9!important}.highlight .s1{color:#9c9!important}.highlight .ss{color:#9c9!important}.highlight .bp{color:#ccc!important}.highlight .vc{color:#f2777a!important}.highlight .vg{color:#f2777a!important}.highlight .vi{color:#f2777a!important}.highlight .il{color:#f99157!important} EOT; | |
| jp-twilight "Twilight" <<<EOT | |
| /*! Jupyter: Twilight *\/#notebook .highlight table{background:#141414!important;color:#ccc!important}.highlight .hll{background-color:#ffc!important}.highlight .c{color:#5f5a60!important;font-style:italic!important}.highlight .err{border:#b22518!important}.highlight .k{color:#cda869!important}.highlight .cm{color:#5f5a60!important;font-style:italic!important}.highlight .cp{color:#5f5a60!important}.highlight .c1{color:#5f5a60!important;font-style:italic!important}.highlight .cs{color:#5f5a60!important;font-style:italic!important}.highlight .gd{background:#420e09!important}.highlight .ge{font-style:italic!important}.highlight .gr{background:#b22518!important}.highlight .gh{color:navy!important;font-weight:700!important}.highlight .gi{background:#253b22!important}.highlight .gp{font-weight:700!important}.highlight .gs{font-weight:700!important}.highlight .gu{color:purple!important;font-weight:700!important}.highlight .kd{color:#e9df8f!important}.highlight .kp{color:#9b703f!important}.highlight .na{color:#f9ee98!important}.highlight .nb{color:#cda869!important}.highlight .nc{color:#9b859d!important;font-weight:700!important}.highlight .no{color:#9b859d!important}.highlight .nd{color:#7587a6!important}.highlight .ni{color:#cf6a4c!important;font-weight:700!important}.highlight .nf{color:#9b703f!important;font-weight:700!important}.highlight .nn{color:#9b859d!important;font-weight:700!important}.highlight .nt{color:#cda869!important;font-weight:700!important}.highlight .nv{color:#7587a6!important}.highlight .ow{color:#a2f!important;font-weight:700!important}.highlight .w{color:#141414!important}.highlight .mf{color:#cf6a4c!important}.highlight .mh{color:#cf6a4c!important}.highlight .mi{color:#cf6a4c!important}.highlight .mo{color:#cf6a4c!important}.highlight .sb{color:#8f9d6a!important}.highlight .sc{color:#8f9d6a!important}.highlight .sd{color:#8f9d6a!important;font-style:italic!important}.highlight .s2{color:#8f9d6a!important}.highlight .se{color:#f9ee98!important;font-weight:700!important}.highlight .sh{color:#8f9d6a!important}.highlight .si{color:#daefa3!important;font-weight:700!important}.highlight .sx{color:#8f9d6a!important}.highlight .sr{color:#e9c062!important}.highlight .s1{color:#8f9d6a!important}.highlight .ss{color:#cf6a4c!important}.highlight .bp{color:#0aa!important}.highlight .vc{color:#7587a6!important}.highlight .vg{color:#7587a6!important}.highlight .vi{color:#7587a6!important}.highlight .il{color:#099!important} EOT; | |
| } | |
| @advanced dropdown bg-choice "Add a background image?" { | |
| yes "Yes" <<<EOT | |
| url(/*[[bg-url]]*\/) EOT; | |
| no "No" <<<EOT | |
| none EOT; | |
| } | |
| @advanced image bg-url "Background image" { | |
| default "Default" "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAGFBMVEUfHx8eHh4dHR0bGxshISEiIiIlJSUjIyM9IpsJAAAFjUlEQVR4AT3UuZLcOBaF4QuI2XJxboIhF/eQFe1WovoBAAqccpkaZpc5+4yrXa8/RGpx/lrIXPjFCYjTp9z8REqF4VYNWB3Av3zQJ6b6xBwlKB/9kRkCjXVwGH3ziK5UcjFHVkmgY6osiBsGDFfseqq2ZbTz7E00qBDpzOxnD7ToABeros1vM6MX0rBQaG1ith1A/HJkvkHxsPGJ82dP8vVCyWmbyPTaAfGzg40bgIdrv2f3pBVPycUcufx+BSUUWDuCZi6zBqdM50ElKYPODqtLDjc31rBb9CZ59lbN/JScuMxHLUBcGiy6QRH9zpwgZGhRj8qSydPVgNNVgbWqYX3HbM9K2rqTnKVmsmwKWzc1ffEd20+Zq3Ji65kl6TSjALNvzmJt4Pi2f1etytGJmy5erLAgbNY4bjykC3YCLIS3nSZMKgwRsBarWgjdeVzIEDzpTkoOUArTF4WFXYHwxY585sT0nmTYMxmXfs8fzwswfnam8TMU49bvqSRnyRPnqlno4tVQQiH2A9Za8tNTfXQ0lxbSxUaZna0uLlj9Q0XzD96CpsOZUftolINKBWJpAOoAJC0T6QqZnOtfvcfJFcDrD4Cuy5Hng316XrqzJ204HynyHwWed6i+XGF40Uw2T7Lc71HyssngEOrgONfBY7wvW0UZdVAma5xmSNjRp3xkvKJkW6aSg7PK4K0+mbKqYB0WYBgWwxCXiS74zBCVlEFpYQDEwjcA1qccb5yO6ZL8ozt/h3wHSCdWzLuqxU2ZZ9ev9MvRMbMvV9BQgN0qrFjlkzPQanI9nuaGCokVK2LV1Y2egyY1aFQGxjM9I7RBBAgyGEJtpKHP0lUySSeWCpyKHMT2pmM/vyP55u2Rw5lcSeabAfgiG5TPDX3uP3QvcoSipJXQByUCjS4C8VXqxEEZOJxzmJoyogFNJBRsCJs2XmoWWrWFqTsnbwtSn43gNFTTob9/SEpaPJNhUBKDGoZGCMINxvBv8vuKbb//lg/sK0wfPgBica/QsSk5F3KK4Ui6Yw+uv4+DWEOFbhdPOnbY5PLFpzrZMhakeqomY0Vz0TO+elQGTWdCk1IYFAOaoZg0IJQhT+YreXF+yia+O1cgtGufjXxQw28f85RPXfd15zv13ABoD15kB7FKJ/7pbHKP6+9TgNgkVj68NeV8Tp24f7OOndCgJzR3RNJBPNFReCmstMVqvjjzBoeK4GOFoBN32CPxu+4TwwBDa4DJTe/OU9c9ku7EGyfOVxh+fw9g/AATxPqKTEXJKEdCIBkB4iBUlO6MjUrWi6M5Kz31YAqFsYaCeB0KJC5d1+foo3LQWSfRaDrwdAQrMEC27yDZXJf7TlOJ2Bczr1di3OWvZB6XrvvqPuWJPDk9dAHgm7LvuZJTEdKqO3J3XgostArEnvkqgUznx3PX7cSzz1FXZyvakTA4XVVMbCPFPK1cFj66S0WoqQI1XG2uoU7CMPquO2VaUDJFQMdVgXKD2bpz6ufzzxXbxszHQ9fGO/F7A998yBQG6cShE+P+Pk7t1FwfF1QHN1Eui1VapRxCdj8tCtI1bog1Fo011Sx9u3o6c9bufI6wAT26Av9xJ+WWpTKbbBPp3K/1LbC4Vuhv396RCbJw4untjxVPndj+dIB9dVD8z2dylZ+6vMeJwbYChHJkvHV2J3fdHsJPASeHhrXq6QheXu1nBhUr5u6ryT0I13BFKD01ViZ/n3oaziRG7c6Ayg7g1LPeztNdT36ueMqcN4XGv3finjfv+7I/kMJ4d046MUanOA1QtMH1kLlfFasm99NiutSw63yNDeH4zeL1Uu8XKHNfcThPSSNwchGMbgUETScwkCcK77pH2jsgrAssvVyB8FLJ7GrmwyD8eVqsHoY/FwIv9T7lPu9+Yf8/9+w4nS1ma78AAAAASUVORK5CYII=" | |
| original "Original" "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAABwElEQVR4AY3Vua3gOBgGQQXZhgKYgwHJYAA0Ksu9CAh6hxbTbvFzfx6rNEGlHY6z5KvMw4s43mN2Z5fqYLzKyrfyXhXKnKBdD9n58UWW3Vlb3mOCmWoHHZbdV5lv8t7Ver6ldsfqumVAdbblxxcZVcd7QWq2Y6VsadS4ZTzFDbFa5XivqlxVUFG1Jd6k66u8x0RIOw0cXAiNW2z58bJ5r1LTQtVVuy1x2jK+yLTlxy3v5RogszEXSB0ZF4iYWLbMMUBGPDbvpRQUVUV9kvGU6ynrIe9FOqssJcQ4oqurCjV6ytmqco4SwvGeNCoJaphwSHoK13cyuuU9ZaQI0lB1qB8zT3GL2XjKueU9pR+gH0OlqvGUzHWLQ81O0Dg95L3Uj9qxKx0pr3LdYrnlvQKlUEnV/8v4Xt6bThZROwaO5QfTUyY4GCBWu8Wf/nO4ULtj/li3mE9Z47zlx/WU94Iq7RD5XuZ6ynjIGn9yr1VhFaq2NH9s4bP4Rt5j2NFO5MBXGVsmsD5v3gslYORsd8R1i1rrIUoLKLXlvVhgKH7ApToyhk21TJhbLDvdN151vEetJtKdOtYo4SmnOvhGpjpe+xuj3X723ghdygAAAABJRU5ErkJggg==" | |
| } | |
| @advanced dropdown bg-options "Background image type" { | |
| Tiled "Tiled" <<<EOT | |
| background-repeat: repeat !important; | |
| background-size: auto !important; | |
| background-position: left top !important; EOT; | |
| Fit window size "Fit window size" <<<EOT | |
| background-repeat: no-repeat !important; | |
| background-size: cover !important; | |
| background-position: center top !important; EOT; | |
| } | |
| @advanced dropdown bg-attachment "Background image attachment" { | |
| Scroll "Scroll" <<<EOT | |
| scroll EOT; | |
| Fixed "Fixed" <<<EOT | |
| fixed EOT; | |
| } | |
| @advanced dropdown tab-size "Code Tab size" { | |
| 2 "2" <<<EOT | |
| 2 EOT; | |
| 3 "3" <<<EOT | |
| 3 EOT; | |
| 4 "4" <<<EOT | |
| 4 EOT; | |
| 5 "5" <<<EOT | |
| 5 EOT; | |
| 8 "8" <<<EOT | |
| 8 EOT; | |
| } | |
| @advanced text font-choice "Code Font" "Menlo" | |
| @advanced dropdown code-wrap "Code Wrap" { | |
| nowrap "No Wrap" <<<EOT | |
| EOT; | |
| wrap "Wrap" <<<EOT | |
| /* GitHub Bug: Enable wrapping of long code lines *\/ | |
| body:not(.nowrap) .blob-code-inner, | |
| body:not(.nowrap) .markdown-body pre > code, | |
| body:not(.nowrap) .markdown-body .highlight > pre { | |
| white-space: pre-wrap !important; | |
| word-break: break-all !important; | |
| overflow-wrap: break-word !important; | |
| display: block !important; | |
| } | |
| body:not(.nowrap) td.blob-code-inner { | |
| display: table-cell !important; | |
| } EOT; | |
| } | |
| ==/UserStyle== */ | |
| @-moz-document domain("githubusercontent.com"), regexp("^https?://((gist|guides|help|raw|status|developer)\\.)?github\\.com((?!generated_pages/preview).)*$") { | |
| /*! Github Dark v1.18.7 (2017-09-04) */ | |
| /* Repository: https://github.com/StylishThemes/GitHub-Dark */ | |
| /* Userstyle: http://userstyles.org/styles/37035 */ | |
| /* License: https://creativecommons.org/licenses/by-sa/4.0/ */ | |
| /* begin auto-generated rules - use tools/generate.js to generate them */ | |
| /* auto-generated rule for "background-color: #2cbe4e" */ | |
| .State--green, .block-diff-added, .block-diff-neutral, | |
| .discussion-item-reopened .discussion-item-icon, | |
| .discussion-item-review.is-approved.is-writer .discussion-item-icon, | |
| .progress-bar .progress, .branch-action-state-clean .branch-action-icon, | |
| .completeness-indicator-success { | |
| background: #163 !important; | |
| } | |
| /* auto-generated rule for "background-color: #d1d5da" */ | |
| .block-diff-neutral { | |
| background: #444 !important; | |
| } | |
| /* auto-generated rule for "background-color: #6f42c1" */ | |
| .bg-purple, .State--purple, .discussion-item-merged .discussion-item-icon, | |
| .branch-action-state-merged .branch-action-icon, .btn-outline-purple:hover, | |
| .btn-outline-purple:active, .btn-outline-purple.selected { | |
| background: #6e5494 !important; | |
| } | |
| /* auto-generated rule for "background-color: #cb2431" */ | |
| .btn-danger:hover, .State--red, .block-diff-deleted, | |
| .text-red .block-diff-neutral, .discussion-item-closed .discussion-item-icon, | |
| .discussion-item-review.is-rejected.is-writer .discussion-item-icon, | |
| .completeness-indicator-error, | |
| .saml-settings-form .test-status-indicator-error, .follow-list .flagged-banner { | |
| background: #911 !important; | |
| } | |
| /* auto-generated rule for "background-color: #fff5b1" */ | |
| .bg-yellow-light, .selected-line.blob-num, .network .current-repository, | |
| .diffbar-range-menu .is-last-in-range { | |
| background-color: #261d08 !important; | |
| } | |
| /* auto-generated rule for "background-color: #fffbdd" */ | |
| .conflict-gutter-marker, .Box-row--yellow, .form-group.warn .warning, | |
| .flash-warn, .warning, .boxed-group-warning, .blob-code-inner.highlighted, | |
| .selected-line.blob-code, .RecentBranches, | |
| .discussion-post.discussion-post-private .timeline-comment-header, | |
| .diffbar-range-menu .is-range-selected { | |
| background-color: #261d08 !important; | |
| } | |
| /* auto-generated rule for "background-color: #f6f8fa" */ | |
| .Box-header, .Box-row.navigation-focus.sortable-ghost, | |
| .Box-row--focus-gray.navigation-focus, .Box-row--hover-gray:hover, | |
| .Box-row--gray, .menu-item:hover, .subnav-item:hover, .subnav-item:focus, | |
| .bg-gray, .markdown-body table tr:nth-child(2n), .markdown-body .highlight pre, | |
| .markdown-body pre, .table-list-header, .boxed-group>h3, .boxed-group .heading, | |
| .commit-sha, .signed-commit-header, | |
| .semantic-toc-symbol:not(.last-visible):after, | |
| .select-menu-item+.semantic-toc-file:after, .copyable-terminal, | |
| .timeline-comment-header, .facebox .facebox-staff-links, | |
| .ajax-pagination-form .ajax-pagination-btn:hover, | |
| .ajax-pagination-form .ajax-pagination-btn:focus, | |
| .ajax-pagination-form.loading .ajax-pagination-btn, .protip code, | |
| .render-notice, .select-menu-filters, .community-checklist .progress, | |
| .layout-reorder-menu .dropdown-toggle:hover, | |
| .layout-reorder-menu .dropdown-toggle.selected, | |
| .layout-reorder-menu-list .is-hidden, | |
| .layout-reorder-menu-list .is-hidden:hover, .MarketplaceSideNav, | |
| .ScreenshotCarousel-navitem.selected, .sortable-ghost, | |
| .profile-timeline.discussion-timeline .profile-timeline-month-heading:after, | |
| .profile-timeline.discussion-timeline:before, .review-comment-contents:after, | |
| .review-comment-loader:after, .review-comment.is-comment-editing:after, | |
| .review-thread-reply { | |
| background-color: #181818 !important; | |
| } | |
| /* auto-generated rule for "background-color: #fafbfc" */ | |
| .Box-row.navigation-focus.sortable-chosen, .btn-danger, .input-contrast, | |
| .form-group .form-control, .drag-and-drop, .bg-gray-light, .blankslate, | |
| .markdown-body kbd, .boxed-group-table th, .blob-expanded .blob-num, | |
| .blob-expanded .blob-code, .file-diff-split .empty-cell, | |
| .gh-header-edit .edit-issue-title, .discussion-item-review .file-header, | |
| .linejump .linejump-input, kbd, .list-group-item.closed, | |
| .repohead.experiment-repo-nav, .pagination .gap, .pagination .disabled, | |
| .pagination .gap:hover, .pagination .disabled:hover, .steps li, | |
| .simple-box-footer, .listgroup-item.disabled, | |
| .billing-addon-items tr:nth-child(even), .billing-per-seat-callout:after, | |
| .plan-choice, .blog-feedback, .merge-status-item, | |
| .branch-action-body .merge-message, .branch-action-body .merge-branch-form, | |
| .range-editor, .dnext-sidebar-menu .menu-item:hover, .dashboard-notice, | |
| .newsletter-frequency-choice h3, .file-header, .orghead, | |
| .manage-repo-access-not-active, .project-column, .new-label, .filter-bar, | |
| .more-repos, .branch-infobar, | |
| .access-token .credential-authorization-status-item, | |
| .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover, | |
| .protected-branch-orgs-and-repo-admins, .team-listing .is-open.root-team, | |
| table.capped-list tr:nth-child(even), .site-subheader-pricing, | |
| .jumbotron-split .jumbotron-content { | |
| background-color: #181818 !important; | |
| } | |
| /* auto-generated rule for "background: #fff" */ | |
| .date-selector td, .jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline, | |
| .blankslate code, .markdown-body .csv-data .blob-num, .autocomplete-results, | |
| .suggester, .boxed-group-inner, .commit-group-title .octicon-git-commit, | |
| .full-commit .commit-meta, .historical-banner, | |
| .conversation-list-heading .inner, .gollum-editor-help-parent li a:hover, | |
| .gollum-editor-help-list li a:hover, .gollum-editor-help-parent li a.selected, | |
| .gollum-editor-help-list li a.selected, .gollum-editor-help-wrapper, | |
| .pagination a, .pagination span, .pagination em, | |
| .ajax-pagination-form .ajax-pagination-btn, ul.comparison-list, | |
| .tint-box.transparent, .dashboard-notice .coupon, | |
| .getting-started .list-group-item, | |
| .oauth-org-access-details .oauth-org-item.on, | |
| .oauth-org-access-details .oauth-org-item.revoked, .manage-repo-access-icon, | |
| .card-filter-autocomplete-dropdown, .uploaded-files, .upload-progress, | |
| table.files, .qr-code-table .white, | |
| .wiki-wrapper .wiki-auxiliary-content-no-bg, | |
| .gist-snippet-meta .gist-count-links>li>a:hover, .gist-quicksearch-results { | |
| background: #181818 !important; | |
| } | |
| /* auto-generated rule for "background-color: #fff" */ | |
| .jcrop-dark .jcrop-handle, body, .Box, .btn-primary .Counter, | |
| .btn-purple .Counter, .btn-blue .Counter, .btn-outline, | |
| .btn-outline:hover .Counter, .btn-outline:active .Counter, | |
| .btn-outline.selected .Counter, .btn-outline:disabled, .btn-outline.disabled, | |
| .social-count, .form-control, .form-select, .input-contrast:focus, | |
| .form-group .form-control:focus, .menu, .menu-item.selected, | |
| .tabnav-tab.selected, .bg-white, .avatar-child, .avatar-stack .avatar, | |
| .CircleBadge, .markdown-body table tr, .markdown-body img, | |
| .bulk-actions-header.is-stuck, .Box--overlay, .btn-invisible, | |
| .commit-tease-contributors, .commit-icon .octicon, | |
| .gh-header-edit .edit-issue-title:focus, .timeline-comment, | |
| .new-discussion-timeline .composer .comment-form-head.tabnav, | |
| .discussion-timeline-actions, .timeline-progressive-disclosure-button, | |
| .dropdown-menu, .facebox-popup, .pagehead-tabs-item.selected, | |
| .reponav-item.selected, .steps li.current, .select-menu-modal, | |
| .select-menu-tabs a.selected, .select-menu-tabs .select-menu-tab-nav.selected, | |
| .simple-box, .integration-settings-callout, .auth-form-body, .cvv-hint-tooltip, | |
| .credit-card.normal .signature, .billing-addon-items tr.total-row, | |
| .billing-credit-card .javascript-disabled-overlay, .plan-choice.open, | |
| .plan-choice.selected, .branch-action-body, .documentation-results a, | |
| .select-menu-item, .logged-out.enter-coupon .header-logged-out, | |
| .coupons .coupon-form-body, .octofication .broadcast-icon-mask, | |
| .layout-reorder-menu .dropdown-toggle, | |
| .layout-reorder-menu-list .dropdown-item:hover, | |
| .dnext-sidebar-menu .menu-item.selected:hover, | |
| .dashboards-overview-cards .blankslate, .file .image .border-wrap, | |
| .news .alert .gravatar, .news .commits li img, .thread-subscription-status, | |
| .orghead .edit-org:hover, .auto-search-group .spinner, | |
| .migration-jumbotron-btn, .org-settings-updating, .manage-repo-access-group, | |
| .manage-memberships-tabs-item.selected, .theme-picker, .theme-picker-spinner, | |
| .page-preview, .project-columns, .project-card, .user-profile-sticky-bar:after, | |
| .user-profile-nav, .pr-toolbar, .diffbar, | |
| .review-thread-reply .inline-comment-form, .review-summary-form-wrapper, | |
| .readme .markdown-body, .readme .plain, | |
| .release-timeline-tags .expander-text:hover .expander-dots .expander-dot, | |
| .release-label, .release-label.draft, .release-label.prerelease, | |
| .is-failed .repo-file-upload-errors, .is-bad-file .repo-file-upload-errors, | |
| .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors, | |
| .is-hidden-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors, | |
| .session-device.session-current, .setup-info-module, .orgs-help-item-octicon, | |
| .org-sso .org-sso-panel, .tree-browser tr.navigation-focus td, .card, | |
| .btn-orange .Counter, .btn-blurple .Counter, .btn-outline-purple, | |
| .btn-outline-purple:hover .Counter, .btn-outline-purple:active .Counter, | |
| .btn-outline-purple.selected .Counter, .btn-outline-purple:disabled, | |
| .btn-outline-purple.disabled, .btn-outline-orange, | |
| .btn-outline-orange:hover .Counter, .btn-outline-orange:active .Counter, | |
| .btn-outline-orange.selected .Counter, .btn-outline-orange:disabled, | |
| .btn-outline-orange.disabled, .btn-outline-green, | |
| .btn-outline-green:hover .Counter, .btn-outline-green:active .Counter, | |
| .btn-outline-green.selected .Counter, .btn-outline-green:disabled, | |
| .btn-outline-green.disabled, .btn-transparent:hover, .btn-transparent:active, | |
| .site-subheader-sticky.is-stuck { | |
| background: #181818 !important; | |
| } | |
| /* auto-generated rule for "border: 1px solid #e1e4e8" */ | |
| .subnav-item, .blankslate, .table-list-header, .historical-banner, | |
| .list-group-item, .pagination a, .pagination span, .pagination em, | |
| .ajax-pagination-form .ajax-pagination-btn, .range-editor, .project-column, | |
| .project-card { | |
| border-color: #343434 !important; | |
| } | |
| /* auto-generated rule for "border: 1px #e1e4e8 solid" */ | |
| .border, .code-list .file-box, .ScreenshotCarousel, .conflict-resolver.loading, | |
| .review-thread, .review-comment.is-comment-editing, | |
| .review-summary-form-wrapper, .org-sso .org-sso-panel, .card, .data-table { | |
| border-color: #343434 !important; | |
| } | |
| /* auto-generated rule for "border: 1px solid rgba(27,31,35,0.15)" */ | |
| .flash, .Label--outline, .boxed-group>h3, .boxed-group .heading, | |
| .comment-form-error, .comment-form-stale, .full-commit, .dropdown-menu, | |
| .select-menu-modal, .RecentBranches, .github-jobs-promotion p, | |
| .project-updated-message, .shelf-dismiss .close-button { | |
| border-color: rgba(225, 225, 225, .2) !important; | |
| } | |
| /* auto-generated rule for "border: 2px solid #fff" */ | |
| .discussion-item-icon, .NotificationItem-icon, .pending-cards-status, | |
| .release-timeline-tags .date:after, .release-timeline-tags .expander-dots { | |
| border-color: #222 !important; | |
| } | |
| /* auto-generated rule for "border-color: #e1e4e8" */ | |
| .semantic-toc-symbol:not(.last-visible):after, | |
| .select-menu-item+.semantic-toc-file:after, .tabnav-pr, | |
| .tabnav-pr .tabnav-tab.selected, .gollum-editor-help-parent li a:hover, | |
| .gollum-editor-help-list li a:hover, .pagination a:hover, .pagination a:focus, | |
| .pagination span:hover, .pagination span:focus, .pagination em:hover, | |
| .pagination em:focus, .progress-bar-inline .progress-bar, .plans-card-btn { | |
| border-color: #343434 !important; | |
| } | |
| /* auto-generated rule for "border-color: #dfe2e5" */ | |
| .select-menu-tabs a.selected, .select-menu-tabs .select-menu-tab-nav.selected { | |
| border-color: #484848 !important; | |
| } | |
| /* auto-generated rule for "border-bottom: 1px solid #e1e4e8" */ | |
| .Box-body, .menu-item, .menu-heading, .table-list, .boxed-group-list>li, | |
| .diff-table tr:not(:last-child) .line-comments, | |
| .timeline-new-comment .previewable-comment-form .comment-body, | |
| .new-discussion-timeline .previewable-comment-form .comment-body, | |
| .discussion-item-review-comment, .facebox .facebox-staff-links, | |
| .facebox-header, .pagehead, .select-menu-header, .select-menu-divider, | |
| .merge-status-item, .file-header { | |
| border-bottom: 1px solid #343434 !important; | |
| } | |
| /* auto-generated rule for "border-bottom: 1px solid #d8d8d8" */ | |
| .wiki-rightbar .boxed-group.collapsed>h3 { | |
| border-bottom: 1px solid #484848 !important; | |
| } | |
| /* auto-generated rule for "border-bottom: 1px solid #dfe2e5" */ | |
| hr, .rule, .suggester li, .conversation-list-heading, | |
| .gollum-editor .collapsed, .gollum-editor .expanded, | |
| .gollum-editor-function-bar, .gollum-dialog-dialog h4, | |
| .select-menu-text-filter:first-child:last-child, .select-menu-tabs, | |
| .branch-summary:last-child, table.capped-list th { | |
| border-bottom: 1px solid #484848 !important; | |
| } | |
| /* auto-generated rule for "border-left: 1px solid #e1e4e8" */ | |
| .summary-stats li { | |
| border-left: 1px solid #343434 !important; | |
| } | |
| /* auto-generated rule for "border-right: 1px solid #e1e4e8" */ | |
| .reaction-summary-item, .file-navigation .get-repo-btn:first-child { | |
| border-right: 1px solid #343434 !important; | |
| } | |
| /* auto-generated rule for "border-top: 1px solid #e1e4e8" */ | |
| .Box-row, .Box-footer, .commits-list-item+.commits-list-item, | |
| .diff-table .line-comments, .diff-table tr:not(:last-child) .line-comments, | |
| .timeline-comment .comment+.comment, .facebox-footer, | |
| .comment-reactions.has-reactions, .select-menu-divider, | |
| .branch-action-body .merge-message, .branch-action-body .merge-branch-form, | |
| .branch-action-item+.branch-action-item, | |
| .branch-action-item+.mergeability-details, | |
| .discussion-post .reply-comment:first-child, .last-review-thread, | |
| .file-navigation .get-repo-btn, .user-list-item+.user-list-item { | |
| border-top: 1px solid #343434 !important; | |
| } | |
| /* auto-generated rule for "border-bottom: 0" */ | |
| .menu-item:last-child, .menu-heading:last-child, .tabnav-tab, .border-bottom-0, | |
| .suggester li:last-child, .boxed-group>h3, .boxed-group .heading, | |
| .boxed-group-list>li:last-of-type, .boxed-group-table tr:last-child td, | |
| .commit-build-statuses .dropdown-menu .merge-status-list, | |
| .gh-header.pull .gh-header-meta, .timeline-comment-header:only-child, | |
| .discussion-item-review-comment:last-child, .dropdown-menu-ne:before, | |
| .dropdown-menu-ne:after, .gollum-editor-title-field, | |
| .prose-diff>.markdown-body .added, .prose-diff>.markdown-body ins+.added, | |
| .prose-diff>.markdown-body ins, | |
| .select-menu-list:last-child .select-menu-item:last-child, | |
| .select-menu-item.last-visible, .intgrs-dir-intro, | |
| .session-authentication .header-logged-out, .billing-addon-items td, | |
| .billing-section:last-child, .merge-status-item:last-child, | |
| .gh-header-new-pr .gh-header-meta, .branch-group-heading, .branch-summary, | |
| .codesearch-results .repo-list-item, .file.open .file-header, | |
| .delete-topic-button, .topic-tag-action .add-topic-button, | |
| .topic-tag-action .remove-topic-button, .issue-keyword:hover, | |
| .repository-lang-stats ol.repository-lang-stats-numbers li, .news .alert .body, | |
| .member-row:last-child, .org-migration-settings-section:last-child, | |
| .manage-repo-access-list-item:last-child, | |
| .discussion-item-body .outdated-comment .file-header, | |
| .repo-file-upload-target.is-progress-bar, | |
| .repo-file-upload-target.is-uploading, .overall-summary-bottomless, | |
| .access-token .credential-authorization-status-item:last-child, | |
| .protected-branch-authorized-pushers-table .table-list, .setup-org, | |
| .tree-browser tbody tr:last-child td, #user-content-toctitle h2, | |
| .gist-sort-bar, .gist-quicksearch-results .select-menu-item:last-child { | |
| border-bottom: 0 !important; | |
| } | |
| /* auto-generated rule for "border-left: 0" */ | |
| .social-count, .border-left-0, .flash-banner, .steps li:first-child, | |
| .session-authentication .flash.is-signed-in, | |
| .session-authentication .flash.is-signed-out, .golden-ticket-button:last-child, | |
| .select-menu-item, .teams-nav .teamnav-item, .summary-stats li:first-child, | |
| .url-box-clippy .zeroclipboard-button, .user-key-email-unverified, | |
| .sso-modal.error .flash-error, .tree-browser { | |
| border-left: 0 !important; | |
| } | |
| /* auto-generated rule for "border-right: 0" */ | |
| .border-right-0, .avatar-stack .avatar:last-child, .flash-banner, | |
| .comment-reactions .add-reaction-btn, | |
| .session-authentication .flash.is-signed-in, | |
| .session-authentication .flash.is-signed-out, .select-menu-item, | |
| .delete-topic-button, .topic-tag-action .add-topic-button, | |
| .topic-tag-action .remove-topic-button, .teams-nav .teamnav-item, | |
| .ScreenshotCarousel-navitem:last-child, .migrate-org-roles-item:last-child, | |
| .file-navigation .get-repo-btn.btn-block, | |
| .file-navigation .get-repo-btn:only-child, .sso-modal.error .flash-error, | |
| .tree-browser { | |
| border-right: 0 !important; | |
| } | |
| /* auto-generated rule for "border-top: 0" */ | |
| .drag-and-drop, .menu-item:first-child, .border-top-0, | |
| .markdown-body .csv-data tr, .markdown-body .csv-data th, | |
| .boxed-group .tabnav.heading .tabnav-tab.selected, .boxed-group .tabnav-tab, | |
| .boxed-group.dangerzone .boxed-group-inner, | |
| .boxed-group-list:first-child>li:first-child, | |
| .boxed-group-list.standalone>li:first-child, .boxed-group-warning:first-child, | |
| .simple-conversation-list>li:first-child, | |
| .discussion-item-changes-marker+.discussion-commits, | |
| .discussion-timeline-actions .merge-pr, | |
| .discussion-item-merged.open .discussion-item-details-header:first-child, | |
| .discussion-item+.timeline-progressive-disclosure-container, | |
| .timeline-progressive-disclosure-container+.discussion-item, .flash-banner, | |
| .progress-bar-inline .progress-bar, .prose-diff>.markdown-body .added, | |
| .prose-diff>.markdown-body ins+.added, .prose-diff>.markdown-body ins, | |
| .auth-form-body, .session-authentication .flash.is-signed-in, | |
| .session-authentication .flash.is-signed-out, .plan-choice-bottom, | |
| .blame-commit+.blame-line, ul.comparison-list>li.title, .select-menu-item, | |
| .delete-topic-button, .topic-tag-action .add-topic-button, | |
| .topic-tag-action .remove-topic-button, .teams-nav .teamnav-item, | |
| .discussion-post .comment .comment-reactions, .repository-lang-stats-graph, | |
| .news .alert:first-child, .org-profile .member-badge, | |
| .org-repos-mini .org-repo-mini-item:first-child .org-repo-mini-cell, | |
| .invite-team-member-list .team:first-child .table-list-cell, | |
| .migrate-ability-list-item:first-child, .confirm-removal-list-item:first-child, | |
| .manage-repo-access-team-item:first-child, .member-badge+.member-badge, | |
| .diffbar .table-of-contents li:first-child, .review-comment .comment-reactions, | |
| .uploaded-files.is-populated+.drop-target p, .uploaded-files>li:nth-child(2), | |
| .mini-repo-list>:first-child .mini-repo-list-item, | |
| .experiment-repo-nav .new-issue-form, .file-wrap, | |
| table.files tbody tr:first-child td, .listgroup-header, | |
| .typeahead-result:first-child, #user-content-toc tr, | |
| .gist-quicksearch-results .gist-quicksearch-result-group:first-child { | |
| border-top: 0 !important; | |
| } | |
| /* auto-generated rule for "border-bottom-color: rgba(27,31,35,0.15)" */ | |
| .dropdown-menu:before, | |
| .diffbar-range-menu .in-range:not(.navigation-focus):not(.is-range-selected) { | |
| border-bottom-color: #343434 !important; | |
| } | |
| /* auto-generated rule for "border-left-color: rgba(27,31,35,0.15)" */ | |
| .dropdown-menu-w:before { | |
| border-left-color: #343434 !important; | |
| } | |
| /* auto-generated rule for "border-right-color: rgba(27,31,35,0.15)" */ | |
| .dropdown-menu-e:before { | |
| border-right-color: #343434 !important; | |
| } | |
| /* auto-generated rule for "border-bottom-color: #fff" */ | |
| .review-summary:after, .dropdown-menu:after, .select-menu-tabs a.selected, | |
| .select-menu-tabs .select-menu-tab-nav.selected, .TutorialPopover:after, | |
| .gist-banner { | |
| border-bottom-color: #181818 !important; | |
| } | |
| /* auto-generated rule for "border-left-color: #fff" */ | |
| .boxed-group .tabnav.heading li:first-child .selected, .dropdown-menu-w:after { | |
| border-left-color: #181818 !important; | |
| } | |
| /* auto-generated rule for "border-top-color: #fff" */ | |
| .select-menu-button.primary:after, .HeaderNavlink:hover .dropdown-caret, | |
| .HeaderNavlink:focus .dropdown-caret, .rename-owners-error span, | |
| .ldap-import-groups-container .team-name-exists, | |
| .session-device.session-current .sessions-more-info:after { | |
| border-top-color: #181818 !important; | |
| } | |
| /* auto-generated rule for "border-right-color: #fff" */ | |
| .commit-form:after, .new-discussion-timeline .composer .timeline-comment:after, | |
| .dropdown-menu-e:after, .branch-action-body:after { | |
| border-right-color: #181818 !important; | |
| } | |
| /* auto-generated rule for "border-top: 7px solid #fff" */ | |
| .dropdown-menu-ne:after { | |
| border-top: 7px solid #181818 !important; | |
| } | |
| /* auto-generated rule for "border-top: 8px solid rgba(27,31,35,0.15)" */ | |
| .dropdown-menu-ne:before { | |
| border-top: 8px solid #343434 !important; | |
| } | |
| /* auto-generated rule for "color: #24292e" */ | |
| .pl-smi, .pl-s .pl-s1, .pl-mi, .pl-mb, body, .btn, .social-count, | |
| .form-control, .form-select, p.explain strong, .menu-item.selected, | |
| .menu-item .octicon, .tabnav-tab.selected, .tabnav-tab:hover, | |
| .tabnav-tab:focus, .text-gray-dark, .link-gray-dark, .text-emphasized, | |
| .Counter--gray-light, .markdown-body span.frame span span, | |
| .table-list-header-toggle .btn-link:hover, | |
| .table-list-header-toggle .btn-link.selected, | |
| .table-list-header-toggle .btn-link.selected:hover, | |
| .table-list-header-toggle .select-menu-button:hover, | |
| .table-list-header-toggle .select-menu-button.selected, | |
| .table-list-header-toggle .select-menu-button.selected:hover, | |
| .breadcrumb strong.final-path, .commit-author-section, | |
| .commits-list-item .commit-title, .historical-banner, | |
| .dropdown-signed-commit .dropdown-menu, .signed-commit-signer-name .signer, | |
| .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text, | |
| .blob-code-inner, .blob-code-addition .x, .blob-code-deletion .x, | |
| .tabnav-pr .tabnav-tab.selected, .discussion-item-entity, | |
| .discussion-item-ref-title .title-link, .pull-request-integrations-title, | |
| .discussion-item .renamed-was, .discussion-item .renamed-is, .dropdown-item, | |
| .keyboard-mappings th, .facebox-user-list-item a, | |
| .gollum-editor a.gollum-minibutton, .gollum-editor a.gollum-minibutton:visited, | |
| .gollum-editor-page-title.ph, .gollum-editor-help-parent li a.selected, | |
| .gollum-editor-help-list li a.selected, .gollum-dialog-dialog h4, | |
| .list-group-item-link, .user-mention, .team-mention, .pagehead-actions>li, | |
| .pagehead-tabs-item:hover, .pagehead-tabs-item.selected, .reponav-item:hover, | |
| .reponav-item:focus, .reponav-item.selected, .steps li.current, | |
| .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon, | |
| .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover:before, | |
| .radio-label, .select-menu-header .select-menu-title, .select-menu-divider, | |
| .select-menu-tabs a:hover, .select-menu-tabs .select-menu-tab-nav:hover, | |
| .select-menu-tabs a.selected, .select-menu-tabs .select-menu-tab-nav.selected, | |
| .select-menu-blankslate h3, .select-menu-item.selected, | |
| .select-menu-item.selected>.octicon, .select-menu-item-parent.navigation-focus, | |
| .select-menu-item-parent.navigation-focus.selected, | |
| .select-menu-item-parent.navigation-focus .octicon-check, | |
| .select-menu-item-parent.navigation-focus.selected .octicon-check, | |
| .underline-nav-item:hover, .underline-nav-item:focus, | |
| .underline-nav-item.selected, .blog-title, .code-list em, | |
| .CommunityTemplate-highlight, .layout-reorder-menu-list .module-title, | |
| .filter-checkbox:checked+.filter-label .filter-context-name, | |
| .dashboard-notice h2, .exploregrid-item-title, .getting-started .link-text, | |
| .teams-nav .teamnav-item.selected, | |
| .repository-lang-stats ol.repository-lang-stats-numbers li .lang, | |
| .marketplace-plan-emphasis, .merge-branch-heading, | |
| .NotificationsDropdown-header, .NotificationItem-reason, | |
| .NotificationItem-title, .oauth-org-access-details .oauth-org-item.on strong, | |
| .oauth-application-whitelist .request-info strong, | |
| .oauth-application-info .application-title, | |
| .developer-app-item .developer-app-name, .manage-repo-access-not-active, | |
| .manage-memberships-tabs-item.selected, | |
| .pinned-repos-selection-list-item.selected, | |
| .card-filter-autocomplete-dropdown .autocomplete-text, | |
| .user-profile-repo-filter .filter-selected, | |
| .repo-filterer .repo-filter.filter-selected, | |
| .repository-meta .edit-repository-meta label, .access-token .token-description, | |
| .access-token .credential-authorization-menu .status-heading, .token-scope, | |
| .shelf-dismiss .close-button:hover, .team-listing .is-open .expand-nested-team, | |
| .subheader-nav .nav-item.selected { | |
| color: #e2e2e2 !important; | |
| } | |
| /* auto-generated rule for "color: #444d56" */ | |
| .hidden-text-expander a, .ellipsis-expander, .subnav-search-context .btn, | |
| .markdown-body kbd, .email-format .email-hidden-toggle a, | |
| .commit .commit-title, .commit .commit-title a, .commit-desc pre, | |
| .commit-tease-sha, .timeline-commits .author, | |
| .timeline-commits .commit-message>code a, .full-commit .branches-list li, | |
| .full-commit .sha-block>.sha, .full-commit .sha-block>a, | |
| .branches-tag-list li:first-child, .keyboard-mappings, kbd, | |
| .pagehead-tabs-item .Counter, .reponav-item .Counter, .protip-callout, | |
| .render-notice, .select-menu-header .close-button:hover, | |
| .select-menu-header .octicon:hover, .select-menu-action, | |
| .octofication .message p, .teams-nav .teamnav-item:hover:not(.selected), | |
| table.capped-list .octicon, table.capped-list.mini-icons .mini-icon, | |
| .illflow-item .illflow-item-heading { | |
| color: #c0c0c0 !important; | |
| } | |
| /* auto-generated rule for "color: #586069" */ | |
| .pl-ba, .btn .Counter, .form-checkbox .note, .hfields .form-group dt label, | |
| .note, .drag-and-drop, .drag-and-drop-error-info, h2.account, p.explain, | |
| .menu-heading, .tabnav-tab, .tabnav-extra, | |
| .filter-list.pjax-active .filter-item, .filter-item, .subnav-item, | |
| .subnav-search-input, .text-gray, .link-gray, .muted-link, .lead, .Label--gray, | |
| .Label--outline, .Counter, .table-list-header-meta, | |
| .table-list-header-toggle .btn-link, .suggester li small, | |
| .boxed-group>h3 a.boxed-group-breadcrumb, | |
| .boxed-group .heading a.boxed-group-breadcrumb, .boxed-group-inner, | |
| .boxed-group-inner .help, .breadcrumb, .btn-octicon, .capped-card>p, | |
| .email-format .email-quoted-reply, .email-format .email-signature-reply, | |
| .commit-tease, .commit-group-title, .commits-list-item .commit-meta, | |
| .commits-list-item .commit-author, .commits-list-item .commit-desc pre, | |
| .timeline-commits .commit-desc pre, .full-commit .sha-block, | |
| .signed-commit-badge, .blob-num-expandable .diff-expander, .diffstat, | |
| .discussion-sidebar-item, .discussion-sidebar-heading, .milestone-name, | |
| .sidebar-assignee .assignee, .participation a, .lock-toggle-link, | |
| .gh-header-meta, .gh-header-meta .author, .tabnav-pr .tabnav-tab, | |
| .timeline-comment-header, .timeline-comment-header .author, | |
| .timeline-comment-header-text code a, .discussion-item .author, | |
| .discussion-item-icon, .discussion-item-header, .discussion-item-link, | |
| .discussion-item-ref-title .issue-num, .discussion-item-help, | |
| .discussion-item-integrations-callout .pull-request-integrations-dismiss, | |
| .pull-request-integrations-body, .discussion-item-toggle, .environment-name, | |
| .deployment-meta, .dropdown-header, .facebox .facebox-staff-links li, | |
| .facebox-footer .help, .keyboard-mappings .keys, .org-privileges-tour-dismiss, | |
| .gollum-editor-function-bar .gollum-editor-format-selector label, | |
| .gollum-dialog-dialog-body fieldset label, | |
| .list-group-item .list-group-item-summary a, .pagehead-tabs-item, .repohead h1, | |
| .reponav-item, .steps .complete, .select-menu-modal, | |
| .select-menu-item.selected .description, .select-menu-no-results, | |
| .select-menu-item-text .description, | |
| .select-menu-item-text .description-inline, .Subhead-description, | |
| .underline-nav-item, .marketing .pagehead p, .marketing-header .lead, | |
| .hanging-icon-list .octicon, .intgrs-lstng-item-description, | |
| .intgr-admin-link .octicon, .integration-settings-callout p, .bot-identifier, | |
| .credit-card .cvv span, .billing-section .section-label, .lfs-data-icon, | |
| .payment-history .currency, .payment-history .status, | |
| .discounted-original-price, .billing-manager-banner-title, .line-age-legend, | |
| .blob-interaction-bar .octicon-search, .blog-search .octicon-search, | |
| .blog-home:hover, .blog-feedback-description, .status-meta, | |
| .merge-pr-more-commits, .range-editor-icon, ul.comparison-list>li em, | |
| .branch-group-name, .code-list .full-path .octicon-repo, | |
| ul.simple-conversation-list a.meta, li.contribution .cmt, li.contribution .num, | |
| .contributors-graph .capped-card .rank, .contributors-graph .capped-card .cmt, | |
| .octofication .notice-dismiss:hover, .dnext-sidebar-menu .menu-item, | |
| .dashboard-notice .dismiss:hover, .ghe-license-status p, .repo-snipit .octicon, | |
| .repo-snipit-description, .file .data.empty, .graph-filter .info, | |
| .header-search-scope, .integration-meta-head, .issues-reset-query, | |
| .table-list-milestones .stat-label, .task-progress, | |
| .marketplace-product-callout .branch-action-item-icon, | |
| .marketplace-product-callout-close .octicon:hover, .merge-branch-description, | |
| .owner-reponame .slash, .news blockquote, .news .alert .simple .title, | |
| .news .github-welcome .done, .news div.message, .news li blockquote, | |
| .notifications .read .type-icon, .notifications .read .list-group-item-name>a, | |
| .notifications .read .notification-actions, .notifications-sso-prompt a, | |
| .type-icon-state-none, .notifications-list .mark-all-as-read, | |
| .notification-actions .age, .notification-actions .btn-link, | |
| .thread-subscription-status, .NotificationItem-icon, .NotificationItem-meta, | |
| .oauth-permissions-details .octicon, | |
| .oauth-permissions-details .permission-summary .access-details, | |
| .oauth-no-description, .audit-log-search .member-info .ghost, .member-fullname, | |
| .org .no-results, .org-repos-mini .org-repo-name .octicon-repo, | |
| .add-member-wrapper .available-seats, .add-member-team-list .team-meta, | |
| .team-list-footer .show-all-link .octicon, .migration-feature-list, | |
| .migration-feature-list .octicon, .org-migration-settings-info, | |
| .delete-owners-button, .rename-owners-team-form .note, | |
| .migrate-ability-not-possible, .migrate-org-roles-lead, | |
| .migrate-org-roles-count, .migrate-org-avatar-list .migrate-org-more-ellipsis, | |
| .migrate-org-avatar-list .migrate-org-zero, .default-permission-update-text, | |
| .team-info-card .team-description .link, .stats-group-stat, | |
| .stats-group-stat.no-link:hover, | |
| .confirm-removal-container .private-fork-count, .confirm-removal-team .octicon, | |
| .confirm-removal-repo .octicon, .manage-user-role .role-info, | |
| .manage-member-meta-item, .manage-member-meta-item .btn-link, | |
| .manage-member-meta-item>.octicon, .org-user-notice-content .octicon, | |
| .manage-repo-access-lead, .manage-memberships-tabs-item, .pages-composer p, | |
| .project-header-link, .projects-reset-query, | |
| .pinned-repo-item .pinned-repository-handle, .diffstat-summary, | |
| .summary-stats li, .summary-stats li a, .releases-tag-list td.date a, | |
| .releases-tag-list p, .tag-references>li a, .release-timeline-tags .date, | |
| .release-authorship, .uploaded-files>li.delete, .uploaded-files .filesize, | |
| .uploaded-files .remove, .label-description, .labels-list-action, | |
| .mini-repo-list .no-repo, .mini-repo-list-item .repo-description, .timeout h3, | |
| .numbers-summary a, .numbers-summary .nolink, .repository-meta, | |
| .branch-infobar, .avatar-upload .upload-state p, .email-actions span.label, | |
| .boxed-group .fork-flag, .oauth-app-info-container dl.keys dt, | |
| .oauth-app-info-container .user-count, .logo-upload-container .upload-state p, | |
| .logo-placeholder, .security-history .security-history-timestamp, | |
| .two-factor-toggle .two-factor-status, .session-device, | |
| .session-device.session-current .sessions-more-info, | |
| .session-device.session-current .octicon, | |
| .collaborators .collab-remove .remove-link, .access-sub-heading, | |
| .boxed-group-list .access-level, .listgroup-item, .setup-header .lead a, | |
| .setup-secondary .info, .setup-info-module h2 .price, | |
| .setup-creditcard-form .help-text, .shelf-lead, .orgs-help-lead, | |
| .orgs-help-item-content, .orgs-help-dismiss, .team-label-ldap, | |
| .team-member-ellipsis, .team-breadcrumb.is-loading .breadcrumb-link, | |
| .tree-browser .octicon-file-text, .toolbar-item, .toolbar-item .menu-target, | |
| .member-suggestion .member-name, .member-suggestion .already-member-note, | |
| .member-suggestion .non-member-note, .member-suggestion .non-member-action, | |
| .team-suggestion .team-size, .team-suggestion .team-description, | |
| .repo-access-add-team .team-size, .repo-access-add-team .team-description, | |
| .follow-list .follow-list-info, .wiki-wrapper .wiki-empty-box, | |
| .wiki-wrapper .wiki-empty-box:hover, | |
| .wiki-wrapper .wiki-auxiliary-content .wiki-edit-link, | |
| .wiki-wrapper .wiki-custom-sidebar .octicon-pencil, .pullquote, | |
| .casestudy-body>p, .casestudy-body blockquote, .casestudy-body ul, | |
| .gist-snippet-meta .gist-count-links>li>a, | |
| .gist-revisions-list .gist-revision-meta { | |
| color: #b5b5b5 !important; | |
| } | |
| /* auto-generated rule for "color: #6a737d" */ | |
| .pl-c, .cm-s-github-light .cm-comment, .text-gray-light, | |
| .markdown-body blockquote, .markdown-body h6, .table-list, | |
| .autocomplete-item .organization-member, | |
| .full-commit .branches-list li.loading, | |
| .full-commit .branches-list li.pull-request, .branches-tag-list li.loading, | |
| .commit-branches, .table-of-contents .octicon-diff-renamed, | |
| .toc-select .select-menu-item-icon.octicon-diff-renamed, | |
| .conversation-list-heading, .simple-conversation-list, | |
| .simple-conversation-list>li .num, .deployment-status-label, | |
| .list-group-item .list-group-item-summary a.quiet, .select-menu-tabs a, | |
| .select-menu-tabs .select-menu-tab-nav, .select-menu-item.disabled, | |
| .select-menu-item.disabled.selected, .select-menu-item.disabled .description, | |
| .select-menu-item.disabled.selected .description, .credit-card.amex .title, | |
| .billing-addon-items .addon-cost, .payment-history .refunded .status, | |
| .plan-choice-exp, .blame-commit-date[data-heat="10"], | |
| .blame-container .blame-hunk:hover .reblame-link, .blog-aside .rss, | |
| .blog-post-meta, .blog-post-meta a, ul.comparison-list>li.title, | |
| .branch-search .clear-search, .branch-meta, .code-list .full-path a, | |
| .layout-reorder-menu-list .is-hidden .module-title, | |
| .context-filters .filter-label .filter-context-name, .graphs .dir, | |
| .delete-topic-button, .topic-tag-action .add-topic-button, | |
| .topic-tag-action .remove-topic-button, .teams-nav .teamnav-item, | |
| .teams-nav .teamnav-item.selected .octicon, .hook-item .description, | |
| .hook-item.pending .icon-for-pending, .hook-item.inactive .icon-for-inactive, | |
| .hook-deliveries-list .item-status.pending, .hook-delivery-time, | |
| .repository-lang-stats ol.repository-lang-stats-numbers li>a, | |
| .repository-lang-stats ol.repository-lang-stats-numbers li>span, | |
| .marketplace-plan-link-container .marketplace-plans-remaining, | |
| .marketplace-product-callout-close .octicon, .NotificationItem-timestamp, | |
| .oauth-permissions-details.default:not(.delete) .access-details, | |
| .oauth-permissions-details.default:not(.delete) .permission-title, | |
| .oauth-permissions-details.none .access-details, | |
| .oauth-permissions-details.none .permission-title, | |
| .oauth-application-whitelist .edit-link, .oauth-application-info .app-info, | |
| .developer-app-item .developer-app-list-meta, .export-actions a, | |
| .owner-select-target.disabled, .owner-select-target.disabled .user-mention, | |
| .pinned-repos-selection-list-item, | |
| .card-filter-autocomplete-dropdown .autocomplete-text .autocomplete-text-qualifier, | |
| .vcard-detail .octicon, .member-badge .octicon, .user-profile-bio, | |
| .profile-timeline-card .issue-meta-section .octicon, .profile-rollup-toggle, | |
| .release-label, .mini-repo-list-item .stars, .numbers-summary .octicon, | |
| table.files td .simplified-path, table.files td.message, | |
| table.files td.message a, table.files td.age, | |
| .settings-email .email-actions .settings-remove-email.settings-disabled-remove-email, | |
| .task-run.pending .icon-for-pending, .task-run.inactive .icon-for-inactive, | |
| .team-listing .expand-nested-team, .home-hero-signup .form-control-note, | |
| .icon-cta>.octicon, .gist-snippet-meta .gist-count-links>li .octicon, | |
| .gist-snippet-meta .extra-info, .gist-quicksearch-results .select-menu-item h4, | |
| .gist-quicksearch-results .select-menu-item span { | |
| color: #949494 !important; | |
| } | |
| /* auto-generated rule for "color: #959da5" */ | |
| .pl-sg, p.explain .octicon, .btn-octicon.disabled, .btn-octicon.disabled:hover, | |
| .commit-id, .signed-commit-header .octicon-unverified, .footer-octicon:hover, | |
| .repohead h1 .octicon, .license-summary-octicon, .octofication .notice-dismiss, | |
| .dnext-content .octicon, .dashboard-notice .dismiss, .svg-tip, | |
| .teams-nav .teamnav-item:hover:not(.selected) .octicon, | |
| .page-new-repo .octicon-repo, .news .alert .octicon, .news .alert .time, | |
| .news .alert .title .subtle, .team-member-list .invite-icon, | |
| .team-member-list-avatar .octicon, .pinned-repos-selection-list-item .stars, | |
| .branch-infobar .muted-link .octicon, .shelf-dismiss, | |
| .email-suggestion .octicon-mail, | |
| .home-hero-signup .form-control-note .notice-highlight { | |
| color: #7b7b7b !important; | |
| } | |
| /* auto-generated rule for "color: #a3aab1" */ | |
| .blankslate-icon, .gh-header-number, ul.comparison-list>li .octicon { | |
| color: #606060 !important; | |
| } | |
| /* auto-generated rule for "color: #c6cbd1" */ | |
| .subnav-search-icon, .locked-conversation .write-tab, | |
| .locked-conversation .preview-tab, .commit-group-title .octicon-git-commit, | |
| .table-of-contents .toc-diff-stats .octicon, .footer-octicon, .steps li, | |
| .select-menu-header .close-button, .select-menu-header .octicon, | |
| .contributors-graph .capped-card .ameta { | |
| color: #4d4d4d !important; | |
| } | |
| /* auto-generated rule for "color: rgba(27,31,35,0.85)" */ | |
| .boxed-group-warning, .intro-shelf { | |
| color: rgba(230, 230, 230, .85) !important; | |
| } | |
| /* end auto-generated rules */ | |
| body { | |
| background-color: #222 !important; | |
| background-image: /*[[bg-choice]]*/ !important; | |
| background-clip: border-box !important; | |
| background-origin: padding-box !important; | |
| background-attachment: /*[[bg-attachment]]*/ !important; | |
| /*[[bg-options]]*/ | |
| } | |
| /* custom code font */ | |
| pre, code, tt, kbd:not(.badmono), pre, samp, .blob-code, .file-data pre, | |
| .line-data, #gist-form .file .input textarea, .blob-code-inner { | |
| font-family: "/*[[font-choice]]*/", Consolas, "Liberation Mono", Menlo, Courier, monospace !important; | |
| } | |
| /* Base link/panel colors - text */ | |
| a:not([href*="/labels/"]), input[type="text"]:focus + .header-search-scope, | |
| .plans-row .plan, .filters li.selected, .vcard-stat, .zeroclipboard-button, | |
| .creator a, button#logout:hover, #user-links .sign-out-button:hover, | |
| .numbers-summary a:hover, .numbers-summary a:hover span, .tag-info a:hover, | |
| .tag-info a:hover span, #forkqueue .instructions, .addon h4, | |
| .api-status a:hover, .gist-item ul.meta > li > a:hover, | |
| .sidebar-module h3 a:hover, a.browse-button:hover, a.browse-button:hover span, | |
| .team-mention, .header-logo-invertocat:hover, .comment-header-actions li:hover, | |
| .org-repo-stats a:hover, .muted-link:hover, a.muted-link:hover, | |
| .org-module-link:hover, .org-module-link:hover .org-stats, | |
| .org-module-link:hover .octicon, .org-header-info .name-link:hover, | |
| .social-count:hover, .new-file-link span, .org-repo-name a:hover .repo-prefix, | |
| .timeline-commits .commit-meta .octicon-comment-discussion:before, | |
| .oauth-permissions-details .permission-title, .owner-name, | |
| .timeline-comment-action:hover, .discussion-sidebar-toggle:hover, | |
| .sidebar-assignee .assignee:hover, .timeline-commits .commit-message a:hover, | |
| .timeline-commits .commit-id:hover, #markdown-toc li a:hover, | |
| .sidebar-module ul ul li a:hover, .btn.btn-outline, | |
| .org-teams-list .team:hover .team-name, .gh-header-back:hover span:before, | |
| .org-header .edit-org:hover .octicon, .team-info-card .stats-group .stat:hover, | |
| .team-info-card .stats-group .stat:hover .stat-number, .btn-octicon:hover, | |
| a.discussion-item-entity:hover, .discussion-item-entity:hover, | |
| .issues-listing .table-list-issues .issue-comments-link:hover, | |
| .issues-listing .table-list-issues .issue-title-link:hover, | |
| .issues-listing .table-list-issues .issue-meta-section a:hover, | |
| .issues-reset-query:hover, .box-action:active, | |
| .issues-listing .table-list-issues .milestone-link:hover .octicon, | |
| .labels-list-action:hover, .commits-list-item .commits-comments-link:hover, | |
| .discussion-item-ref-title .title-link:hover, .box-action:hover, | |
| .repo-list-stats .repo-list-stat-item:hover, .branch-status-details, | |
| .notification-actions .btn-link:hover, a.discussion-item-toggle-open:hover, | |
| a.discussion-item-toggle-closed:hover, | |
| button.discussion-item-toggle-open:hover, | |
| button.discussion-item-toggle-closed:hover, .task-list a, | |
| .full-commit .btn-outline:hover:not(:disabled), .zeroclipboard-link, | |
| .stats-group-stat:hover, .stats-group-stat:hover .stat-number, | |
| .tag-references > li a:hover, .two-factor-toggle .two-factor-status button, | |
| .tree-browser tr.navigation-focus .octicon-chevron-right, | |
| #header ul.top-nav > li > a:hover, #header ul.top-nav > li > button:hover, | |
| .new-file-form, .date_selector td, .pagination a, .pagination span, | |
| .pagination em, .timeline-comment-actions .octicon:hover, a.org-link:hover, | |
| a.commit-link, .team-grid .team-name:focus, .team-grid .team-name:hover, | |
| a.tabnav-extra:hover, .tabnav .tabnav-extras:hover, | |
| .milestone-title-link a:hover, | |
| .application-authorizations .oauth-app-owner:hover, .expand-more, | |
| .participation a:hover, .commit .commit-title .issue-link, | |
| .gist-snippet-meta .gist-count-links>li>a:hover, | |
| .orgs-help-item-octicon .mega-octicon, | |
| .release-timeline-tags .expander-text:hover, .ajax-pagination-btn, | |
| .markdown-body a[href*="/labels/"], .select-menu-action:hover, | |
| .wiki-wrapper .wiki-history .commit-id:hover, | |
| .octotree_views .octotree_treeview .jstree-anchor .jstree-icon.tree:before, | |
| .octotree_github_sidebar a.octotree_toggle:hover, | |
| .octotree_github_sidebar a.octotree_opts:hover, | |
| .octotree_github_sidebar a.octotree_opts.selected, | |
| .octotree_github_sidebar .octotree_views .octotree_treeview .jstree-anchor, | |
| .milestone-name:hover, .toolbar-item .menu-target:hover, .toolbar-item:hover, | |
| .toolbar-commenting .dropdown-item:hover, .member-meta .member-meta-link:hover, | |
| .octofication .broadcast-icon, .member-meta .btn-link:hover, .ghd-icon-active, | |
| .oauth-application-info .meta-link:hover, .header-logo-wordmark:hover, | |
| .octotree_github_sidebar a.octotree_toggle:not(.octotree_loading):hover, | |
| .lock-toggle-link:hover, a.lock-toggle-link:hover, | |
| .toolbar-item .menu-target:focus, .toolbar-item:focus, .sub-nav li a:hover, | |
| .site-header-menu .nav-item:hover, | |
| .scoped-search .form-control.focus .header-search-scope, .btn-link, a.btn-link, | |
| .text-blue, a.text-blue, .orghead .edit-org:hover, | |
| .Box-body-row--highlight .Box-row-link:hover, td.selectable-day, | |
| .date-selector .date-button, .exploregrid-item:hover .exploregrid-item-title, | |
| .stale-files-tab a, .intgrs-lstng-item-link:hover .intgrs-lstng-item-header, | |
| .link-blue, a.link-blue, .profile-rollup-toggle:hover, | |
| .site-header-nav a:hover, .link-gray-dark:hover, | |
| .dashboard-notice .octicon-organization, .Box-row-link:hover, | |
| .project-header-link:hover, a.project-header-link:hover, | |
| td.icon .octicon-file-directory, td.icon .octicon-file-symlink-directory, | |
| td.icon .octicon-file-submodule, .pl-corl, .header-nav-link:hover, | |
| .header-nav-link:focus, .header-navlink:hover, .header-navlink:focus, | |
| .HeaderNavlink:hover, .HeaderNavlink:focus, a.notification-indicator:hover, | |
| table.files td.message a:hover { | |
| color: /*[[base-color]]*/ !important; | |
| } | |
| /* Base color panel */ | |
| .btn:active, option:hover, .listings-layout .nav li a:hover, .state-merged, | |
| #fork-select .target:not(.disabled):hover, .flash-notice, | |
| table.upgrades tr:hover td, .email-format .email-hidden-toggle:hover a, | |
| .dashboard-tabs a:hover, .dropdown-menu > li > a:hover, | |
| .documentation-results a:hover, .hidden-text-expander a:hover, | |
| .dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover, | |
| .subnav-item.selected, .subnav-item.selected:hover, | |
| .subnav-item.selected:focus, .example-nav li a.selected, | |
| .typeahead-result.navigation-focus, .typeahead-result:hover, | |
| .issues-reset-query:hover .octicon-x, .segmented-nav li.active, | |
| .diff-expander:hover, .pagination .current, .owner-select-target:hover, | |
| .filter-item.selected, | |
| .release-timeline-tags .expander-text:hover .expander-dots, | |
| a.gollum-minibutton:hover, a.gollum-minibutton:visited:hover, | |
| .search-result-item.navigation-focus, | |
| .gist-quicksearch-result.navigation-focus, .gist-snippet .link-overlay .link, | |
| .suggester li.navigation-focus, .btn.btn-outline:hover, | |
| .btn.btn-outline:active, .btn.btn-outline.selected, | |
| .btn.btn-outline.zeroclipboard-is-hover, | |
| .btn.btn-outline.zeroclipboard-is-active, | |
| .select-menu-item:not(.select-menu-item-parent).navigation-focus, | |
| .reaction-sort-item:hover, .reaction-sort-item.selected, | |
| .pull-request-link:hover, .issues-reset-query:hover .issues-reset-query-block, | |
| #com .dropdown-menu a:hover, .date-selector td.selected, | |
| .date-selector td.selectable-day:hover, .add-line-comment, | |
| button.add-line-comment, .suggester .cur, .autocomplete-item.selected, | |
| .autocomplete-item.navigation-focus, | |
| .select-menu-item.navigation-focus.selected, .reblame-link:hover, | |
| .result.selected, .result:hover, .CommunityTemplate-highlight { | |
| background: /*[[base-color]]*/ !important; | |
| } | |
| .context-button:after { | |
| border-color: /*[[base-color]]*/ transparent transparent !important; | |
| } | |
| .octofication .message, .panel-nav:not(.disabled):active, | |
| .diagram-icon:not(.active), .btn.btn-outline, | |
| .btn.btn-outline:hover:not(.ajax-pagination-btn), | |
| .btn.btn-outline.zeroclipboard-is-hover, :checked + .radio-label, | |
| .gist-snippet .file-box:hover .file, .octofication .message, | |
| .reaction-sort-item.selected, .pull-request-link, | |
| .timeline-progressive-disclosure-button:hover { | |
| border-color: /*[[base-color]]*/ !important; | |
| } | |
| #com #header .top-nav .dropdown-button:hover .dropdown-caret, | |
| .header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret, | |
| .header-navlink:hover .dropdown-caret, .header-navlink:focus .dropdown-caret, | |
| .HeaderNavlink:hover .dropdown-caret, .HeaderNavlink:focus .dropdown-caret { | |
| border-top-color: /*[[base-color]]*/ !important; | |
| } | |
| .table-list .table-list-item.unread .table-list-cell-checkbox, | |
| .Box-row--unread, .Box-row.unread { | |
| border-left-color: /*[[base-color]]*/ !important; | |
| box-shadow: 2px 0 0 /*[[base-color]]*/ inset !important; | |
| } | |
| /* notification icon */ | |
| .notification-indicator .mail-status { | |
| background: /*[[base-color]]*/ !important; | |
| border-color: #1d1d1d !important; | |
| } | |
| /* text selection */ | |
| ::selection { | |
| background-color: /*[[base-color]]*/ !important; | |
| color: #fff !important; | |
| } | |
| ::-moz-selection { | |
| background-color: /*[[base-color]]*/ !important; | |
| color: #fff !important; | |
| } | |
| .CodeMirror-selected { | |
| background: rgba(255, 255, 255, .12) !important; | |
| } | |
| .CodeMirror ::selection { | |
| background: rgba(255, 255, 255, .12) !important; | |
| } | |
| .CodeMirror ::-moz-selection { | |
| background: rgba(255, 255, 255, .12) !important; | |
| } | |
| /* placeholder */ | |
| ::-webkit-input-placeholder { | |
| color: #666 !important; | |
| opacity: 1 !important; | |
| } | |
| ::-moz-placeholder { | |
| color: #666 !important; | |
| opacity: 1 !important; | |
| } | |
| ::placeholder { | |
| color: #666 !important; | |
| opacity: 1 !important; | |
| } | |
| .select-menu-text-filter input::-webkit-input-placeholder { | |
| color: #555 !important; | |
| } | |
| .select-menu-text-filter input::-moz-placeholder { | |
| color: #555 !important; | |
| } | |
| .select-menu-text-filter input:-ms-input-placeholder { | |
| color: #555 !important; | |
| } | |
| .select-menu-text-filter input::placeholder { | |
| color: #555 !important; | |
| } | |
| /* focus hightlight */ | |
| a:focus, button:focus, [tabindex] { | |
| outline-color: /*[[base-color]]*/ !important; | |
| } | |
| input.focus[type="text"], #adv_code_search .focus.search-page-label, | |
| /* below selector has a ton of weight. Better to override it with | |
| * class selectors that unset box-shadow and rules here. Testable | |
| * on the repo tag editor */ | |
| input[type="text"]:focus:not(.js-color-editor-input):not(.tree-finder-input):not(.js-site-search-focus):not(.tag-input-inner), | |
| .focused .drag-and-drop, #adv_code_search .search-page-label:focus, | |
| input.focus[type="password"], input[type="password"]:focus, | |
| input.focus[type="email"], input[type="email"]:focus, | |
| input.focus[type="number"], input[type="number"]:focus, | |
| input.focus[type="tel"], input[type="tel"]:focus, input.focus[type="url"], | |
| input[type="url"]:focus, textarea.focus, textarea:focus, #q:focus ~ button, | |
| input.color-editor-input:focus, #ghd-settings select:focus, | |
| #ghd-settings input:focus, .intgrs-lstng-item:hover, | |
| .ajax-pagination-btn:focus, .select-menu-item:focus, .form-control.focus, | |
| .form-select.focus, .form-select:focus, input[type="checkbox"]:focus, | |
| .upload-enabled.focused { | |
| border-color: /*[[base-color]]*/ !important; | |
| box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ !important; | |
| outline-color: /*[[base-color]]*/ !important; | |
| } | |
| /* inputs */ | |
| select, input:not(.btn-link), textarea { | |
| -moz-appearance: none !important; | |
| background-color: #181818 !important; | |
| border-color: #343434 !important; | |
| color: #ccc !important; | |
| } | |
| /* below style currently does not work in Firefox, see */ | |
| /* https://bugzilla.mozilla.org/show_bug.cgi?id=1394491 */ | |
| optgroup, optgroup:before { | |
| color: #888 !important; | |
| background-color: #181818 !important; | |
| } | |
| /* custom checkbox and radio styles. We need a full set of styles here as | |
| * WebKit removes all of them when -webkit-appearance: none is set. */ | |
| input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], | |
| input[type="radio"]:focus, input[type="checkbox"]:hover:active, | |
| input[type="radio"]:hover:active, input[type="checkbox"]:disabled, | |
| input[type="checkbox"]:hover:disabled, | |
| input[type="checkbox"]:hover:active:disabled { | |
| -webkit-appearance: none !important; | |
| background-color: #181818 !important; | |
| border: 1px solid #484848 !important; | |
| color: #eee !important; | |
| height: 1em !important; | |
| width: 1em !important; | |
| } | |
| input[type=radio] { | |
| border-radius: 100% !important; | |
| } | |
| input[type="checkbox"]:checked { | |
| background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==") !important; | |
| background-size: cover !important; | |
| } | |
| input[type="checkbox"]:indeterminate { | |
| background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==") !important; | |
| background-size: cover !important; | |
| } | |
| input[type=radio]:checked { | |
| background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMTI4IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==") !important; | |
| background-size: cover !important; | |
| } | |
| code { | |
| overflow: visible !important; | |
| } | |
| pre, .highlight, .diff-table, .tab-size { | |
| tab-size: /*[[tab-size]]*/ !important; | |
| -moz-tab-size: /*[[tab-size]]*/ !important; | |
| } | |
| .blog-aside { | |
| position: sticky !important; | |
| position: -webkit-sticky !important; | |
| top: 8px !important; | |
| } | |
| /* copied from Refined GitHub extension */ | |
| .pull-request-tab-content .diff-view .file-header { | |
| position: sticky !important; | |
| position: -webkit-sticky !important; | |
| top: 40px !important; | |
| z-index: 1 !important; | |
| } | |
| /* User time line firsts */ | |
| div[id^="contribution-joined-github"] img { | |
| padding-bottom: 20px !important; | |
| } | |
| /* PR toolbar tweaks */ | |
| .pr-toolbar.is-stuck { | |
| pointer-events: none !important; | |
| } | |
| .pr-toolbar.is-stuck+.pr-toolbar-shadow { | |
| background: #181818 !important; | |
| top: 0 !important; | |
| height: 40px !important; | |
| border-bottom: 1px solid #343434 !important; | |
| } | |
| .diffbar { | |
| padding-top: 10px !important; | |
| padding-bottom: 10px !important; | |
| } | |
| .is-stuck .diffbar { | |
| background: #181818 !important; | |
| height: 2.5em; | |
| pointer-events: all !important; | |
| } | |
| /* User profile: Make the border not cross into the years buttons */ | |
| .profile-timeline-month-heading:after { | |
| width: calc(100% - 94px) !important; | |
| } | |
| .comment-reactions .user-has-reacted { | |
| background-color: rgba(65, 131, 196, .2) !important; | |
| background-color: rgba(/*[[base-color-rgb]]*/, .2) !important; | |
| } | |
| /* HACK: Label colors */ | |
| a.label[href*="/issues?"][style*=" color: #f"], | |
| a.label[href*="/pulls?"][style*=" color: #f"] { | |
| color: #e8e8e8 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #e"], | |
| a.label[href*="/pulls?"][style*=" color: #e"] { | |
| color: #e8e8e8 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #d"], | |
| a.label[href*="/pulls?"][style*=" color: #d"] { | |
| color: #e8e8e8 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #c"], | |
| a.label[href*="/pulls?"][style*=" color: #c"] { | |
| color: #e8e8e8 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #3"], | |
| a.label[href*="/pulls?"][style*=" color: #3"] { | |
| color: #181818 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #2"], | |
| a.label[href*="/pulls?"][style*=" color: #2"] { | |
| color: #181818 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #1"], | |
| a.label[href*="/pulls?"][style*=" color: #1"] { | |
| color: #181818 !important; | |
| } | |
| a.label[href*="/issues?"][style*=" color: #0"], | |
| a.label[href*="/pulls?"][style*=" color: #0"] { | |
| color: #181818 !important; | |
| } | |
| .markdown-body pre code, .markdown-body pre tt { | |
| padding: .2em 0 !important; | |
| border: none !important; | |
| } | |
| .markdown-body code:before, .markdown-body code:after, | |
| .markdown-body tt:before, .markdown-body tt:after, | |
| .markdown-body pre code:before, .markdown-body pre code:after, | |
| .markdown-body pre tt:before, .markdown-body pre tt:after, | |
| img[src$="/notices/context_button.png"] { | |
| display: none !important; | |
| } | |
| .intgrs-lstng-item-description:after { | |
| background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818 80%) !important; | |
| } | |
| .marketplace-product-callout-bg { | |
| background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818) !important; | |
| } | |
| .markdown-body a:hover * { | |
| text-decoration: inherit !important; | |
| } | |
| #message-list .pagination a:hover, .link-mono:hover, .text-mono:hover { | |
| text-decoration: underline !important; | |
| } | |
| .branch-infobar { | |
| font-weight: normal !important; | |
| } | |
| .merge-pr-more-commits, .profile-timeline-month-heading { | |
| padding: 2px 5px !important; | |
| } | |
| input.tree-finder-input, input.tree-finder-input:focus, | |
| input.js-site-search-focus { | |
| background: transparent !important; | |
| border: none !important; | |
| box-shadow: none !important; | |
| } | |
| .markdown-body a:not([href]), .markdown-body a code { | |
| color: inherit !important; | |
| text-decoration: none !important; | |
| } | |
| .markdown-body strike code, .markdown-body strike tt { | |
| text-decoration: line-through !important; | |
| } | |
| .blame-commit + .blame-line { | |
| border-top: 1px solid #484848 !important; | |
| box-shadow: none !important; | |
| } | |
| .dropdown-menu, .word-upload-callout, .select-menu-modal { | |
| box-shadow: 0 3px 12px rgba(0, 0, 0, .4) !important; | |
| } | |
| .exploregrid-item { | |
| border-color: rgba(255, 255, 255, .075) !important; | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05) !important; | |
| } | |
| .exploregrid-item:hover { | |
| border-color: rgba(255, 255, 255, .15) !important; | |
| box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important; | |
| } | |
| /* remove shadow */ | |
| h1, h2, h3, h4, pre, pre *, code, tt, li, p, input, a, th, kbd, .news, .btn, | |
| .metabox em.placeholder, table.notifications, #download_button, .comment-count, | |
| em.date, input.search, #user-links, .upper_footer, .switcher > span:after, | |
| .upgrades td, .blog-feedback, .description, .nav-bar-tabs, .pagination span, | |
| .mini-icon-advanced-search, .count, .select-menu-title, | |
| .select-menu-button:after, #repo-message, .usage-bar dt, #user-links .name img, | |
| #common-issues, .upload-progress, .svg-tip, .meta, .flash, .flash-global, | |
| #files .file .meta .info span, .file-box .meta .info span, body#com #header, | |
| .search-filters, .usage-bar dd, | |
| .avatar-stack.multiple-avatars .avatar:last-child, | |
| .avatar-stack.multiple-avatars:before, .box-action, .file-diff-line, | |
| .file-code-lines, #adv_code_search .search-page-input, | |
| li.ssh-key .ssh-key-state-indicator.not-recent, #gist-form .gist-name-textbox, | |
| .labels .label, .octotree_views .octotree_view .octotree_view_header, | |
| .fullscreen-overlay textarea, .avatar-child, .discussion-item .label-color, | |
| .coupons .coupon-form-body, .label-private, .repo-file-upload-progress, | |
| .more-repos, .header .header-search-wrapper.focus, | |
| .blame-commit .blame-commit-info, .label, .Label { | |
| box-shadow: none !important; | |
| } | |
| a, button, p, ul, li, dl.form label, .formbody label, .js-context-button, | |
| .footer-text, .octicon-mark-github, .minibutton span, span.name, | |
| .diff-line-code, .num, .user-list em, .diff-expander .octicon-unfold:hover, | |
| .select-menu-loading-overlay:before, .select-menu-item a, .minibutton, | |
| .mini-icon, .mini-icon:before, .list-tip:before, .line-num-content, | |
| .diff-expander .octicon-unfold, .minibutton i, .comment-header-author, .header, | |
| .gist .gist-file .gist-meta, .logo-placeholder, .branch-group-heading, | |
| .render-bar, .auth-form-header .octicon, .render-info .symbol, .article-meta, | |
| .select-menu-title, .text-shadow-light, .text-shadow-dark, ul#bootcamp li a h4, | |
| .Header { | |
| text-shadow: none !important; | |
| } | |
| /* transparent background only */ | |
| body > pre, .textographic a.repo, .stars-browser .filter-bar, | |
| .highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input, | |
| p.meta, .sidebar .milestone, .commit-desc pre, #facebox, | |
| .profilecols .filter-bar, .btn-group, div.content-header .search-form, | |
| .file-code, .org-header .edit-org:hover, | |
| .gist-advanced-options .select-menu-button:after, #wrapper, li.commit, | |
| li.public, .gravatar img, .commit-comments-header-sha, pre.headers code, | |
| .audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover, | |
| .commits li img, a.minibutton code, .milestone, .keyboard-mappings th, | |
| .api #header-wrapper .nav, .marketing-nav a.selected, #graph_data .tabs, | |
| .org-nav-item.selected, .edit-team-member:hover, tr.commit, | |
| .release-timeline .js-details-container, | |
| .section-heading-title a.js-selected-navigation-item, | |
| .featured-callout .screenshot, .timeline-commits .commit-meta .status, | |
| .theme-picker-spinner, .timeline-commits .commit-meta .octicon, | |
| .file .meta-divider, .avatar-stack.multiple-avatars:before, #feedHandler, | |
| .discussion-sidebar-item .thread-subscription-status, | |
| .boxed-group.application-show-group .logo-upload, .diagram-icon-small, | |
| .commits-listing .commit-group-title .octicon-git-commit, #readme .highlight, | |
| .ace-github, .add-member-team-list.table-list, .theme-picker, | |
| .avatar-stack .avatar, .boxed-group, .full-commit .btn.btn-outline, | |
| .prose-diff > .markdown-body ins, .header .divider-vertical, | |
| .ace-github-base16, .markdown-body pre code, .markdown-body pre tt, | |
| #readme .plain pre, .uploaded-files, .merge-pr-more-commits code, | |
| .two-factor-toggle .two-factor-status button, .input_area, | |
| #notebook .highlight, #notebook .highlight pre, .output_area pre, | |
| .gist-snippet-meta .gist-count-links>li>a:hover, .markdown-body img, | |
| .delete-owners-button:hover, .btn-link, .avatar-child, | |
| .session-authentication .header-logged-out, | |
| .session-authentication .auth-form-header, | |
| .timeline-progressive-disclosure-items, #com #footer, .pr-toolbar, .diffbar, | |
| .shade-gradient, #categories .list, .gist-banner, .select-menu-item-parent, | |
| .main-content, .showcase-page-header, .showcase-page-pattern:after, | |
| .description-inline, .result-group a, .border-wrap, .select-menu-item, | |
| a.feed-icon, .session-device, .boxed-group-list > li.session-device:hover, | |
| #message-list .pagination a, #message-list .pagination .disabled, | |
| .merge-status-item .merge-status-icon, | |
| .js-release-form .comment-form-head.tabnav, .project-columns, .project-header, | |
| .user-profile-nav, .profile-timeline-year-list.bg-white, | |
| .discussion-item-review .timeline-comment, .libraries-jumbotron, | |
| .sidebar-module h3 a:hover, .menu-item.selected, .bg-shade-gradient, .dev-hero, | |
| .render-container.is-render-ready.is-render-requested:not(.is-render-failed), | |
| .user-list li em, .toolbar-commenting .dropdown-item, | |
| .toolbar-commenting .dropdown-item:hover, .CodeMirror-lines, .api table, | |
| .dashboard-notice .coupon, .release-label, | |
| .oauth-org-access-details .oauth-org-item.on, .MarketplaceSideNav { | |
| background: none !important; | |
| } | |
| /* remove background gradient */ | |
| .big-notice, .clean td, .legend .clean, .avatar .overlay.size-48, | |
| .listing.closed, .gist .gist-file .gist-data, .gist-syntax, | |
| .gist .gist-file .gist-data .line-numbers, .listing .repo, | |
| .render-shell .leaflet-marker-pane img, .showcase-page-pattern, | |
| .showcase-page-pattern:after, #notebook .output_png img, .signup-prompt-bg { | |
| background-color: transparent !important; | |
| background-image: none !important; | |
| } | |
| /* border-radius */ | |
| #wrapper, #your-repos-filter, .topsearch ul.nav, .merge-pr-more-commits, | |
| .oauth-org-access-details .boxed-group-list > li.on, | |
| .gist-snippet .file-box .highlight { | |
| border-radius: 3px !important; | |
| } | |
| /* add rounded borders on bottom - issue caused by GitHub bugs */ | |
| body[data-render-url], .render-viewer, .comment-content, | |
| .gist .gist-file .gist-meta, .more-repos { | |
| border-radius: 0 0 3px 3px !important; | |
| } | |
| .dashboard-tabs a, .search-filters { | |
| border-radius: 0 !important; | |
| } | |
| .discussion-topic-header, .previewable-comment-form .tabnav { | |
| border-radius: 3px 3px 0 0 !important; | |
| } | |
| /* repo labels, private repo lists */ | |
| .repo-label span, .private .repo-list-item, .hook-delivery-guid { | |
| background: #222 !important; | |
| color: #777 !important; | |
| } | |
| .private .mini-repo-list-item .repo-icon { | |
| color: #777 !important; | |
| } | |
| .private .mini-repo-list-item { | |
| background: #221 !important; | |
| } | |
| /* previously orange border bottom */ | |
| .pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover, | |
| .filter-selected, div.listing.navigation-focus, div.issues.navigation-focus, | |
| .repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected, | |
| .orgs-nav .org-nav-item.selected, a.pagehead-nav-item.selected, | |
| .underline-nav-item.selected { | |
| border-radius: 0 !important; | |
| border-bottom: 2px solid #eee !important; | |
| } | |
| .section-nav .active a, .js-current .standalone a, .sidebar-module .disable>a { | |
| border-radius: 0 !important; | |
| border-left: 2px solid #eee !important; | |
| } | |
| .tabs > a.selected { | |
| border-color: transparent !important; | |
| border-top: 2px solid #eee !important; | |
| } | |
| .menu-item.selected:before { | |
| background-color: #eee !important; | |
| } | |
| .dropdown-arrow { | |
| border-top-color: #eee !important; | |
| transition: none !important; | |
| } | |
| #com #header .top-nav .dropdown-caret { | |
| border-top-color: #ccc !important; | |
| } | |
| .js-menu-target:hover .dropdown-arrow { | |
| border-top-color: /*[[base-color]]*/ !important; | |
| } | |
| /* Make it more apparent that <details> is clickable */ | |
| .markdown-body details summary:hover { | |
| background: #282828; | |
| box-shadow: 0 0 0 2px #282828; | |
| cursor: pointer; | |
| } | |
| /* GitHub Bug: Center discussion close icon vertically */ | |
| .discussion-item-closed .octicon { | |
| position: relative !important; | |
| top: -1px; | |
| } | |
| /* GitHub Bug: Center counters vertically on the line */ | |
| .boxed-group .counter, .reponav-item .counter, .boxed-group .Counter, | |
| .reponav-item .Counter { | |
| position: relative !important; | |
| top: -1px !important; | |
| } | |
| /* GitHub Bug: Fix image swipe handle misalignment */ | |
| .swipe .swipe-frame .swipe-bar .top-handle, | |
| .swipe .swipe-frame .swipe-bar .bottom-handle { | |
| left: -6px !important; | |
| } | |
| /* GitHub Bug: Fix text selection not working on inline <code> bug in Firefox */ | |
| .markdown-body code, .markdown-body tt { | |
| padding: 0 .3em !important; | |
| display: inline-block !important; | |
| max-width: 100% !important; | |
| } | |
| /* GitHub Bug: Stop commit message field from resizing horizontally */ | |
| #commit-description-textarea { | |
| resize: vertical !important; | |
| } | |
| /* GitHub Bug: Fix broken position:sticky emulation in Firefox */ | |
| @supports (position: sticky) { | |
| .discussion-sidebar { | |
| position: sticky !important; | |
| top: 0 !important; | |
| } | |
| .discussion-sidebar-sticky { | |
| position: static !important; | |
| width: auto !important; | |
| } | |
| .discussion-sidebar .is-placeholder { | |
| display: none !important; | |
| } | |
| } | |
| /* GitHub Bug: Fix org layout issue */ | |
| /* https://github.com/isaacs/github/issues/934 */ | |
| .user-profile-repo-filter { | |
| width: 100% !important; | |
| } | |
| /* Tweak: Square counters, add 1px padding on bottom to counter uneven font size */ | |
| #conversation_tab_counter, #commits_tab_counter, #files_tab_counter, | |
| .reponav-item .counter, .reponav-item .Counter { | |
| border-radius: 2px !important; | |
| padding: 2px 5px 3px !important; | |
| } | |
| .topic-tag { | |
| padding: .2em .9em !important; | |
| } | |
| /* invisible border */ | |
| .gisttabs a:not(.selected), .gisttabs a:not(.selected):hover, | |
| .timeline-comment-wrapper, .avatar-stack .avatar, .full-commit .commit-meta, | |
| .list-group-item, .breadcrumb, .tabs > a, .header .divider-vertical, | |
| .about-menu-link { | |
| border-color: transparent !important; | |
| } | |
| /* darken border */ | |
| .wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track, | |
| .render-shell .slider-bar, .about-menu-link:hover, .about-menu-link.selected, | |
| .pricing-table { | |
| border-color: #777 !important; | |
| } | |
| img, #browser table, #browser table th, #issues .menu ul li, | |
| .branches .more-branches, .issues td, ul.main_nav li.selected, .browser_header, | |
| .issue-head, .bootcamp-help .image, ul.hook-list, .clone-url-button, | |
| .list-tip li, .section-nav a, .search-menu-container, .repo_list li a, | |
| .graphs .axis, .switcher > span:after, a.assignee-bit, .menu li, | |
| .notifications td, .filter-tab, ul.hook-list li, .repo .border, .box-action, | |
| ul.repo-stats li a, .footer_nav h4, .footer-divider, .chromed-list-browser, | |
| .js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, | |
| .title, .lbl, #contributors .person, .tabnav, #commit-activity-master, | |
| #services, .top-rule, .blog-post, #services .service, ul.stats, | |
| .select-menu-filters, .select-menu-item, .select-menu-tabs, .release-list > li, | |
| .url-box, .context-body, .api li:before, .library-list .feature, .lower_footer, | |
| .cheatsheet, .pagehead.settings-area, .release-body, .suggester, .pull-state, | |
| .pull-number, .merge-pr, .gist-file, #graph-shots li, .sidebar, | |
| .release-timeline, .explore h2, #head, .leaderboard-list-item, | |
| .release-timeline-tags .main, .search-result-item, .details, .jobs-list, | |
| .content-header, .user-list-item, .markdown-body, ul#categories li h5, | |
| .render-view-modes li, .gobutton.with-comments .sha, | |
| #gollum-editor-function-bar, .capped-box, .steps li, #common-issues, .steps, | |
| #graphs, .previewable-comment-form .comment, .org-module, .org-repo, | |
| .table-list, .org-add-footer, .auto-search-group .search-filter, | |
| #notification-center li, .branch-status, .comment + .comment, | |
| .discussion-bubble-inner, .member-row, .press-info, .timeline-comment, | |
| .timeline-comment-header, .timeline-commits .timeline-commits-header, | |
| .marketing-section, .featured-callout .screenshot, | |
| .page-new-repo .license-container, .sidebar-module, .collapsed, .expanded, | |
| .discussion-topic, .bubble-inner, .team-org-group, | |
| div.article div.helper div.content, .boxed-group-inner .help, | |
| dl.new-email-form, .file .meta-divider, .avatar-stack.multiple-avatars:before, | |
| .file-box, .file-actions .btn-group li, .gist .gist-file .gist-data, | |
| .calendar-graph .contrib-details div, .branch-action-body, | |
| .setup-form .tos-info, .setup-form .setup-organization-next, | |
| .collection-page .other-content, .bubble-wrap, .release-show, .file-wrap, | |
| .branches .branch-summary, .branches .no-results-message, | |
| .branch-a-b-count .count-half:last-child, .tabnav-tab.selected, .panel-nav, | |
| .file, .full-commit .sha-block > a, .theme-selector-thumbnail, | |
| .segmented-nav li, .overall-summary, .boxed-group-inner, .search-form button, | |
| .branches .branch-group-heading, .boxed-group > h3, .boxed-group .heading, | |
| .issues-list-actions, p code, code, .wiki-wrapper .wiki-empty-box, | |
| #adv_code_search .search-page-label, pre.headers, .inline-comment-form, | |
| .history-link, .oauth-permissions-details, | |
| .setup-info-module .features-list .list-divider, | |
| .setup-wrapper .oauth-permissions, .swipe .swipe-frame .swipe-shell, | |
| ul.search-results, .orgs-help-shelf-content .orgs-help-divider, | |
| .repository-lang-stats-graph, .gist-quicksearch-results, | |
| .gist-quicksearch-result, .gist-quicksearch-result-group, .listgroup, | |
| .listgroup-item + .listgroup-item, .user-key-badge, .newsfeed-placeholder, | |
| .progress-bar-inline .progress-bar, .menu-heading, body .border-gray-dark, | |
| .discussion-item-review .blob-wrapper, .bot-identifier, .blame-commit, | |
| .counter, .Counter, div.marketplace-product-callout { | |
| border-color: #484848 !important; | |
| } | |
| pre, h1, h2, h3, .header, table, table tr, table td, table th, blockquote, | |
| .pulse-graph, .btn:not(img), .minibutton, .social-count, | |
| .discusion-topic-infobar, .box-body, .timeline-comment-label, .logo-box, | |
| .developer-program-badge, .vcard-details, .vcard-stats, .auth-form-header, | |
| .nav-bar-tabs .section-title, .pagination a:last-child, | |
| .pagination span:first-child, .boxed-group-list > li, .toolbar-bordered, | |
| .new-issue-form, .pagination span:last-child, .dashboard-tabs, .graphs, .graph, | |
| .sub-nav, .audit-search-clear, .repo-list-item, .email-signature-reply, footer, | |
| .bubble .bubble-expand, .grid .col, .composer-infobar, .email-quoted-reply, | |
| .summary-stats li, .columns.equacols.bordered, .file-diffstat, ul.filter-list, | |
| .news .alert, table.files td, .explore-section, .repolist > li, | |
| .featured-grid-outer, .gh-header-meta, .theme-picker-thumbs, .team, | |
| .billing-section, .sidebar-module ul h3, .headlines li, | |
| .discussion-sidebar-item + .discussion-sidebar-item, .markdown-format img, | |
| div#common-issues ul li, .about-facts, .starred-repo, .markdown-example, | |
| .traffic-graph-stats, .discussion-item + .discussion-item, .bubble, | |
| .tree-browser, .simple-box-footer, .team-grid .team-members, | |
| .org-list .list-item, .stats-group .stat, .team-info-card .team-stats, | |
| .table-of-contents li, .commit-group, | |
| .table-list-bordered .table-list-cell:first-child, | |
| .table-list-bordered .table-list-cell:last-child, .table-list-cell, | |
| .table-list, .table-list-header, .blankslate, .labels-list-item, | |
| .subnav-divider-right, .subnav-bordered, .content table tr th, | |
| #search-results li, .subhead, #pages-composer, .render-bar, | |
| #gollum-editor-help, #gollum-editor-help-parent, #gollum-editor-help-list, | |
| .auth-section, .commit-sha, .comment-body, .mini-repo-list-item, | |
| .advanced-search-form fieldset, .contrib-column, .org-header .edit-org, | |
| .pulse-summary .summary-box, .pulse-summary .summary-box li:first-child, | |
| .list-item + .list-item, .list-item + .list-heading, | |
| .list-heading + .list-item, .issue-list-item, .collection-card, .setup-header, | |
| body.api pre, .stats-group-stat:first-child, .build-statuses-list, | |
| #gollum-dialog-dialog-buttons, #gollum-dialog-dialog h4, a.gollum-minibutton, | |
| a.gollum-minibutton:visited, .two-factor-toggle .two-factor-status, | |
| .two-factor-settings-group, .member-badge, ul.comparison-list > li, | |
| .markdown-format ol > li:before, .release-downloads, .release-downloads li, | |
| .blob-interaction-bar, input.subnav-search-input, .select-menu-header, | |
| .search-results, .select-menu-modal, #gist-form .file .meta, .file .meta, | |
| .file-box .meta, .capped-card, .audit-results-header, .pagination a, | |
| .pagination span, .pagination em, .input_area, | |
| .output_area .rendered_html table, .render-info .message, | |
| .subnav .btn + .issues-search, | |
| .branch-action-body .branch-action-item + .branch-action-item, | |
| .discussion-item-merged.open .discussion-item-details-header, | |
| .discussion-item-merged.open .build-statuses-list, .build-status-item, | |
| .pagehead-tabs-item.selected, .org-header, .pagehead, | |
| .branch-action-item + .mergeability-details, .migration-section, | |
| .migrate-org-roles, .migrate-org-roles-header, .migrate-org-roles-item, | |
| .migrate-org-roles-count, .migration-footer, .migration-feature-list:before, | |
| .migration-org-avatar, .org-migration-settings-section, | |
| .word-upload-callout .note, .commit-tease .commit-meta, .manage-user-info, | |
| .manage-repo-access-title, .manage-access-remove-footer, | |
| .org-settings-team-item:first-child, .label-generic, .plan-notice, | |
| .merge-branch-manually, .intgr-header, .code-list-item, .sort-bar, | |
| #com #footer, .repo-file-upload-outline, .comment-reactions.has-reactions, | |
| .reaction-summary-item, .select-menu-divider, .featurette.border-top, | |
| .tile-block, .tile-bordered:not(:last-child), .showcase-page-header, | |
| .showcase-page-repo-list, .header-search-scope, .result-group a, | |
| .signed-commit-badge, .signed-commit-header, .user-key-email, .border-top, | |
| .pricing-card-cta, .shelf, .access-token, .about-menu, .oauth-border, | |
| .reponav-item.selected, .file-header, | |
| .reorderable-task-lists .markdown-body .task-list-item.hovered, | |
| .next-charge-box, .setup-info-module h2, .radio-label, .border, .border-top, | |
| .border-right, .border-bottom, .border-left, .border-y, .pinned-repo-list-item, | |
| .pinned-repo-filters, .orghead, .orghead .edit-org, .Box-body-row, | |
| .discussion-item-deployed, .branch-action-body .merge-message, | |
| .profile-timeline-card-wrapper, | |
| .profile-rollup-wrapper + .profile-rollup-wrapper, .new-project-column, | |
| .confirm-removal-list-container, .confirm-removal-list-item, .user-profile-nav, | |
| .border-gray-light, .ajax-pagination-form .ajax-pagination-btn, | |
| .review-thread-reply, .feature-callout-octicon, .feature-callout, | |
| .discussion-item + .discussion-item, | |
| .discussion-item-review + .discussion-item, .libraries-jumbotron, | |
| .last-review-thread, .menu-item, .review-comment.is-comment-editing, .Box, | |
| .team-list-footer, .Box-header, | |
| .profile-rollup-summarized + .profile-rollup-summarized, .Subhead, | |
| .dashboard-notice .coupon, .Box-body, .listgroup-header, .merge-status-item, | |
| .pending-team-invitations-link, .discussion-item + .discussion-item-review, | |
| .Header { | |
| border-color: #343434 !important; | |
| } | |
| .discussion-item-icon, .date:after, ul.color-label-list .color, | |
| .facebox-header { | |
| border-color: #222 !important; | |
| } | |
| .filter-tab.selected { | |
| border: 1px solid #444 !important; | |
| border-bottom: 1px solid #343434 !important; | |
| } | |
| .header, .summary-stats, .follow-list .follow-list-item, .Header { | |
| border-bottom: 1px solid #343434 !important; | |
| } | |
| .simple-conversation-list > li, .site-footer, .blame .section-first td, | |
| .wiki-list .wiki-list-item + .wiki-list-item { | |
| border-top: 1px solid #343434 !important; | |
| } | |
| /* discussion timeline tweaks */ | |
| .closed-banner { | |
| border-top: 2px solid #444 !important; | |
| border-bottom-color: transparent !important; | |
| height: 2px !important; | |
| } | |
| .discussion-timeline-actions, .closed-banner { | |
| background: transparent !important; | |
| border-top: 2px solid #444 !important; | |
| } | |
| .discussion-timeline:before { | |
| margin-top: 2px !important; | |
| background: #383838 !important; | |
| height: calc(100% - 259px) !important; | |
| } | |
| .profile-timeline.discussion-timeline:before { | |
| height: 100% !important; | |
| } | |
| .listings div.listing { | |
| border-left: 2px solid #333 !important; | |
| border-right: 2px solid #333 !important; | |
| } | |
| #org-members .member-listing { | |
| border-left: 1px solid #333 !important; | |
| border-right: 1px solid #333 !important; | |
| } | |
| .timeline-comment-wrapper > .timeline-comment:after, | |
| .timeline-new-comment .timeline-comment:after { | |
| border-right-color: #1d1d1d !important; | |
| } | |
| .timeline-comment:before, .branch-action-body:before, .MarketplaceSideNav, | |
| .plans-card-text:first-child { | |
| border-right-color: #484848 !important; | |
| } | |
| .word-upload-callout:before, .word-upload-callout:after, | |
| .select-menu-modal-arrow:after { | |
| border-bottom-color: #343434 !important; | |
| } | |
| .repo-filterer .repo-filter:hover, .review-summary:before { | |
| border-bottom-color: #484848 !important; | |
| } | |
| .issue-head { | |
| border-bottom-width: 1px !important; | |
| } | |
| .context-button:hover:after, .switcher > span:before { | |
| border-color: #eee transparent transparent !important; | |
| } | |
| /* developer sidebar indicator arrows */ | |
| .sidebar-module .arrow-btn:hover { | |
| width: 0 !important; | |
| height: 0 !important; | |
| padding: 0 !important; | |
| border-color: transparent !important; | |
| border-style: solid !important; | |
| } | |
| .sidebar-module .arrow-btn.collapsed:hover { | |
| border-width: 5px 8px !important; | |
| border-left-color: /*[[base-color]]*/ !important; | |
| margin: 12px 0 0 12px !important; | |
| } | |
| .sidebar-module .arrow-btn.expanded:hover { | |
| border-width: 8px 6px 0 5px !important; | |
| border-top-color: /*[[base-color]]*/ !important; | |
| margin: 14px 0 0 9px !important; | |
| } | |
| /* branch selector button - uses borders to make select button */ | |
| .select-menu-button:before { | |
| border-top-color: #eee !important; | |
| } | |
| .pagehead-tabs-item.selected, .reponav-item.selected { | |
| border-bottom-color: #222 !important; | |
| border-top-width: 1px !important; | |
| } | |
| .pagehead-tabs { | |
| margin-bottom: -23px !important; | |
| } | |
| .branches .branch-summary + .branch-summary { | |
| border-top-color: #333 !important; | |
| } | |
| /* code */ | |
| .linkable-line-number { | |
| border-right: 1px solid #484848 !important; | |
| } | |
| .gist .gist-file .gist-data .line-number { | |
| line-height: 19px !important; | |
| } | |
| /* File listings - fix date truncation */ | |
| table.files td.age .css-truncate { | |
| max-width: none !important; | |
| } | |
| /* tooltip */ | |
| .octotip { | |
| background-color: #003 !important; | |
| border-color: #006 !important; | |
| } | |
| .commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre, | |
| .featured-commit-activity-graph, .featured-repo-logo, .outline-box, | |
| .gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody, | |
| .search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th, | |
| .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td, | |
| .featured-callout, .sidebar-module ul ul li, .native-download, | |
| .setup-info-module, div#common-issues ul, #gist-form .name, .subnav-item, | |
| .render-notice, | |
| .label-edit.edit-color-label-form .color-editor .color-editor-input, | |
| .date_selector td, .new-label, .range-editor .range, .range-editor .flag, | |
| .octotree_sidebar, .auth-form-body, div.border-wrap, .profile-header, | |
| .btn.btn-outline, .highlight .gc, .uploaded-files.is-populated, .range-editor, | |
| #gollum-editor-help-parent li a.selected, | |
| #gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover, | |
| #gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout, | |
| ul.comparison-list, .wiki-custom-sidebar, .invitation-container, | |
| .orgs-help-shelf, .orgs-help-item-octicon, input[type="password"], | |
| input[type="email"], input[type="number"], input[type="tel"], | |
| input[type="url"], textarea, .dropdown-menu, .thread-subscription-status, | |
| .branch-action-body .merge-branch-form, .pull-info, .branch-link, | |
| .discussion-item-merged.open .discussion-item-details, .word-upload-callout, | |
| .commit-tease-contributors, .ajax-pagination-form .ajax-pagination-btn, | |
| .access-form-wrapper, .session-authentication .create-account-callout, | |
| .intgrs-lstng-item, .intgr-install-callout, | |
| .is-failed .repo-file-upload-errors, .is-bad-file .repo-file-upload-errors, | |
| .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors, | |
| .is-empty .repo-file-upload-errors, .site-header, .site-subheader, | |
| .pricing-card, .explore-signup-entice, .price-box, .cvv-hint-tooltip, | |
| .plan-choice, .date-selector td, .user-profile-sticky-bar:after, | |
| .review-thread, .card, .tutorial, .overview .card > div[style*="background"], | |
| .Box:not([style*="background"]), .Box-footer, .Box-row, .ScreenshotCarousel { | |
| background: #181818 !important; | |
| border-color: #343434 !important; | |
| } | |
| #readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer, | |
| .drag-and-drop, .octofication .broadcast-icon-mask, .file .image, | |
| .merge-pr-more-commits, .release-timeline-tags .expander-dots, | |
| .coupons .coupon-form-body, .manage-repo-access-group, .saved-reply-form, | |
| .timeline-progressive-disclosure-button, .orghead .edit-org:hover, | |
| .octotree_views, .simple-box { | |
| background: #181818 !important; | |
| border-color: #484848 !important; | |
| } | |
| .header, .headers, #readme .markdown-body, .social-count, .file, .box-body, | |
| .markdown-body table tr:nth-child(2n), .steps li, | |
| .explore-section:nth-child(2n), .markdown-format table, .list-group-item, | |
| .chromed-list-browser .none p, .chromed-list-browser .error p, | |
| .list-browser-footer, .commandbar .choice:hover, #gollum-editor-help, | |
| .search-filter:hover, #wiki-history table tr:nth-child(2n) td, | |
| .display tr:hover, .octofication .message, .commandbar .loading:hover, | |
| .comment-content, .commandbar .message, .boxed-group-inner, | |
| #adv_code_search .search-page-label, .timeline-comment, | |
| #contributors-master svg.viz, .diff-table .line-comments, .menu, svg.spark, | |
| svg.capped-card-content, body.api .content tbody, | |
| .markdown-format img:not(.emoji), .mini-repo-list, #common-issues, | |
| .full-commit .commit-meta, .setup-wrapper .oauth-permissions-details, | |
| .milestone-list, .setup-form .setup-plans, .prose-diff > .markdown-body, | |
| .revision .gu, .tree-browser td, .tree-browser .alt td, | |
| .branches .branch-summary, .branches .no-results-message, .simple-box-footer, | |
| .commit-group, .blankslate, .content table tr, #search-results, table.files, | |
| .mergeable, .org-module, .org-add-footer, .branch-infobar, | |
| table.capped-list tr:nth-child(2n), .team-org-group, | |
| #gollum-editor-help-wrapper, .integrations-quality, | |
| .showcase-featured .mo-info .featured-grid-outer, .render-shell, .list, | |
| .latest-commit .commit-author, .bubble, .tabs > a.selected, | |
| .comment-form-head .tabnav-tab.selected, | |
| .oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay, | |
| .branch-action-body, .inline-comment-form, .file-history-tease .participation, | |
| .gist-quicksearch-result-header, .label-generic, .migrate-org-roles, | |
| .commit-tease .commit-meta, .manage-repo-access-icon, | |
| .table-list:not(.team-member-list), .repo-file-upload-progress, | |
| .gcr-ext-editor-dialog, .shade-gray, .exploregrid-item, | |
| .signed-commit-badge-small, .facebox-popup, .explore-signup-entice-wrapper, | |
| .billing-addon-items tr.total-row, .billing-addon-items tr.dark-row, .Box-body, | |
| li.pinned-repo-item, .js-contribution-graph h2 + div:last-child, | |
| .project-triage-pane, .user-profile-nav.is-stuck, body .bg-white, | |
| [data-filterable-for="projects-filter"] .container-lg, | |
| .review-summary-form-wrapper, #projects-results, .listgroup, | |
| .protected-branch-orgs-and-repo-admins, .listgroup-overflow, .Header, | |
| .project-column { | |
| background: #181818 !important; | |
| } | |
| .sidebar-module, .form-control, | |
| input[type="text"]:not(.tree-finder-input):not(.js-site-search-focus) { | |
| background-color: #181818 !important; | |
| border-color: #343434 !important; | |
| } | |
| .markdown-body table tr, .blob-num-context, #user-content-toc td { | |
| background: #141414 !important; | |
| } | |
| .blame .blob-num, .blame-blob-num, .overall-summary, .repository-lang-stats, | |
| .collection-card, .team-grid .team, .blob-num-hunk, .blob-code-hunk, | |
| .blob-code-expandable, .code-list .divider .blob-num, | |
| .code-list .divider .blob-code, .blob-num-expandable, | |
| .expandable-line-num .diff-expander:hover, .select-menu-filters, | |
| .select-menu-modal, .pagination a, .blob-num[colspan], .build-status-item, | |
| .more-branches, .plan-choice.open, .uploaded-files>li.delete, .bg-gray-light, | |
| .more-repos, .billing-per-seat-callout:after, .code-list-item .blob-num, | |
| .blob-num.js-line-number { | |
| background: #1c1c1c !important; | |
| } | |
| /* headers */ | |
| .table-list-header, .timeline-comment-header, .boxed-group > h3, | |
| .boxed-group .heading, .file-header, .capped-card h3, .select-menu-header, | |
| #gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading, | |
| .audit-results-header, .branches .branch-group-heading, .auth-form-header, | |
| .commit-form, .comment-form-head.tabnav, .migration-jumbotron, | |
| .migration-sub-header, .commit-tease, .manage-repo-access-title, | |
| .select-menu-divider, .signed-commit-header, | |
| .reorderable-task-lists .markdown-body .task-list-item.hovered, | |
| .next-charge-box, .credit-card, .branch-action-body .merge-message, | |
| .review-thread-reply, .bg-gray:not(body), a.card.bg-gray-light:hover, | |
| .add-member-team-list .team-row-header, .Box-header, .pagination .gap, | |
| .pagination .disabled, .pagination .gap:hover, .pagination .disabled:hover, | |
| .listgroup-header, .merge-status-item { | |
| background: #202020 !important; | |
| } | |
| /* Navigation focus */ | |
| .list-group-item.navigation-focus, .list-browser-item.navigation-focus, | |
| .headlines li:hover, .js-details-container.navigation-focus, | |
| .js-details-container.navigation-focus:nth-child(2n), .team-grid .team-members, | |
| .tree-browser tr.navigation-focus td, | |
| .issues-listing .table-list-issues .selectable:hover, | |
| .issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected, | |
| .notifications .navigation-focus, .sidebar-module ul ul li a:hover, | |
| .typeahead-result, .no-results, .link-overlay .link, #gollum-editor-help-list, | |
| .owner-select-target, .divider .blob-code div.highlight, | |
| .oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover, | |
| table.files tr.navigation-focus td, .summary-stats li a:hover, | |
| .select-menu-item-parent.navigation-focus, | |
| .select-menu-item-parent.navigation-focus.selected, | |
| .pinned-repos-selection-list-item.selected, | |
| .Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover, | |
| div.label-select-menu .select-menu-item.navigation-focus, | |
| div.label-select-menu .select-menu-item.navigation-focus.selected, | |
| .js-current .standalone a, .menu-item:hover, | |
| .Box-row--focus-gray.navigation-focus, .team-listing .is-open.root-team, | |
| .Box-row--hover-gray:hover { | |
| background: #242424 !important; | |
| } | |
| #main, .capped-box, .unread_count, #browser table th, | |
| .markdown-format table th, table.upgrades tr.current td, .definitions, | |
| .discussion-topic-header, .timeline-commits-minimal .commit-icon .octicon, | |
| .timeline-commits .commit-icon .octicon, .upload-progress, | |
| .search-results-listing em, .discussion-bubble-inner, #wiki-history table td, | |
| .gist .gist-file .gist-data, .logo-box, .markdown-example .rendered, | |
| .team-grid .team-members, .diagram-icon:not(.active), table.capped-list th, | |
| .filter-bar, .audit-search-clear, .country-info, .tabnav-tab.selected, | |
| .file-diff-split .empty-cell, .composer-infobar, .completeness-indicator-blank, | |
| .leaflet-control-zoom, .pagehead-tabs-item.selected, .reponav-item.selected, | |
| .ajax-pagination-form .ajax-pagination-btn:hover, | |
| .ajax-pagination-form .ajax-pagination-btn:focus, | |
| .manage-repo-access-not-active, .header-search-scope, .reverse-progress-bar, | |
| .featurette.py-5, .payment-history .refunded, .payment-history .failed, | |
| .profile-timeline-month-heading.bg-white, .project-card { | |
| background: #222 !important; | |
| } | |
| #browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, | |
| .options-content, span.gravatar, .browsered, .browsered .inner, | |
| .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected, | |
| .issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message, | |
| .chzn-single, .user-commits, .user-commits th, .metabox, | |
| .ranked-repositories > li, .pagehead ul.actions, #issues_search .comment, | |
| #header-wrapper, ul.feature-tabs li.highlight, .pagination, | |
| .filterbar .filters li, .starting-comment .body, .list-tip, .commit_oneline, | |
| .filterbox, .conversation-list-heading .inner, .autocomplete-results, | |
| .new-comments .body, .display tr, .render-container, .boxed-group-table th, | |
| .features-highlight, .outline-box-highlighted, .nav-bar-tabs, #watchers li, | |
| .browser .listing, .item, .context-pane, .context-loader, .sidebar .module, | |
| .tip-body, #assignee, .commit_oneline td, .notifications th, .content table th, | |
| .repo-collection>ul, #graph_data .tab.selected, .full-width-divider, | |
| .markdown-body .csv-data th, h3.conversation-list-heading strong, | |
| .file-commit-form .commit-form, .blog-feedback, .facebox-footer, | |
| .invited-banner, .gcr-ext-editor-close, .gcr-ext-editor-header, | |
| .logos-download-link { | |
| background: #222 !important; | |
| border-color: #343434 !important; | |
| } | |
| .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover, | |
| button.button:disabled, button.button:disabled:hover, button.button.disabled, | |
| button.button.disabled:hover, button.minibutton:disabled, | |
| button.minibutton:disabled:hover, button.minibutton.disabled, | |
| span.minibutton.disabled, a.minibutton.disabled, | |
| button.minibutton.disabled:hover, a.minibutton:disabled:hover, | |
| a.minibutton.disabled:hover, span.minibutton:disabled:hover, | |
| span.minibutton.disabled:hover, .search-result-group, | |
| .gist-quicksearch-result-group { | |
| background: #222 !important; | |
| border-color: #282828 !important; | |
| color: #444 !important; | |
| } | |
| .btn-outline:disabled, .btn-outline:disabled:hover, .btn-outline.disabled, | |
| .btn-outline.disabled:hover, .btn.btn-outline:disabled, | |
| .btn.btn-outline:disabled:hover, .btn.btn-outline.disabled, | |
| .btn.btn-outline.disabled:hover { | |
| background: #222 !important; | |
| border-color: #343434 !important; | |
| color: #444 !important; | |
| } | |
| .list-browser-item.closed, .content .verseblock-content, | |
| .content .verseblock-content, .simple-stacked-bar, | |
| .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover, | |
| .pagination a:hover, .pagination a:focus, .pagination span:hover, | |
| .pagination span:focus, .pagination em:not(.current):hover, | |
| .pagination em:not(.current):focus, .dropdown-divider, | |
| .js-current .standalone a, .sidebar-module .disable>a, | |
| .label-select-menu div.labelstyle-000000.selected, | |
| .ScreenshotCarousel-navitem.selected, .CircleBadge { | |
| background: #282828 !important; | |
| } | |
| div#common-issues ul li a:hover, .rss-subscribe:hover { | |
| background-color: #282828 !important; | |
| } | |
| /* hr to match border color */ | |
| .markdown-body hr { | |
| background: #343434 !important; | |
| } | |
| #network .current-repository { | |
| background: #343434 !important; | |
| box-shadow: 0 0 0 2px #343434 !important; | |
| } | |
| .blame-commit-next .blame-commit-info, .blame-commit-next + .blame-line, | |
| .ScreenshotCarousel-nav { | |
| box-shadow: inset 0 1px 0 #343434 !important; | |
| } | |
| /* semi-transparent */ | |
| .context-loader.large-format-loader, #graphs .loader, .org-header, | |
| .render-shell .slider, .illflow-item:not(.selected):hover, | |
| .leaflet-control-attribution, .orghead, .repohead.experiment-repo-nav { | |
| background: rgba(24, 24, 24, .4) !important; | |
| } | |
| .explore-signup-entice-inner { | |
| background: rgba(24, 24, 24, .9) !important; | |
| } | |
| .starred-repo.navigation-focus, .marketing-section-stripe, | |
| .blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey { | |
| background: rgba(50, 50, 50, .5) !important; | |
| } | |
| .svg-tip { | |
| background: rgba(12, 12, 12, .8) !important; | |
| } | |
| .svg-tip:after { | |
| border-top-color: rgba(12, 12, 12, .9) !important; | |
| } | |
| .shelf { | |
| background-color: rgba(0, 0, 0, .2) !important; | |
| background-image: none !important; | |
| } | |
| /* page overlay */ | |
| .select-menu-loading-overlay, .slow-loading-overlay, | |
| .branches .loading-overlay { | |
| background-color: rgba(24, 24, 24, .6) !important; | |
| } | |
| /* #333 */ | |
| .pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, | |
| td.inst, .metabox-loader, .pull-flag, .browser-content, | |
| .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, | |
| #wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a, | |
| #new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc, | |
| .listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected, | |
| #issues_next ul.filters li, table.instruction tr:nth-child(2n), | |
| .email-hidden-toggle a, #commit-activity-master-head, .action-indicator, | |
| .pull-head .diffstat, ul.suggestions, .discusion-topic-infobar, | |
| .commits-listing:before, .discussion-item-icon, .jstree-wholerow-hovered, | |
| .bubble-contents, .ellipsis-button, .filter-list li span.bar, | |
| .selectable_day.today, .billing-plans .current, .commits-listing:before, | |
| .billing-section .usage-bar, .issue-list em, .file-info-divider, | |
| .pagehead ul.tabs li a:hover, .repos .bottom-bar, #languages .popular, | |
| .tip-box h4, table.upgrades td, .commit-preview .message, | |
| .commit-preview p.error, .pagehead ul.tabs li.contextswitch, #browser tr th, | |
| .status-box h4, .line_numbers, #files span.icon, #issues_list .actions, | |
| #repos .public, .inset-callout, #repo-message, .repo-private-label, | |
| .label-admin, a.team-member-ellipsis, .code-list em, .user-list em, | |
| .credit-card.normal .signature, .credit-card.amex .gladiator, | |
| .subnav-item:hover, .subnav-item:focus, .wiki-list em, | |
| .progress-bar:not(.anim-grow-x), .header-search-scope:hover, | |
| .CommunityTemplate-highlight--focus { | |
| background: #333 !important; | |
| } | |
| .comment-form, #issues .labels, .listings .odd, .feed, #files .description, | |
| #message .envelope .header .info .title.unread, li.contextswitch ul li.current, | |
| .watcher-widget, ul.main_nav li.selected a, ul.states li, .add_file, .inset, | |
| li.label, .filterbar, .divider-vertical, .user-commits td, | |
| .starting-comment .infobar, #issues_next .infobar, .formbody, | |
| .commandbar .display, .none p, .display div.choice, ul.fieldpills li, | |
| .documentation-results a, .plans-pricing-callout, | |
| .auto-search-group .search-filters, .editbox, .editbox .body, .commentstyle, | |
| #issues .display, #issues .display .admin, #issues .labels .list li, | |
| .issue .summary, .hidden-text-expander a, .view-modes, .standard_form, | |
| #reply_body, #commit div, #commit td, #commit tr, #commit .envelope, | |
| .file-minibutton, .context-pane .title, .browser .listing:hover, | |
| #dashboard .repos, .date_selector .btn, .list-module .list-body, | |
| .list-module a, .label-permissions, .tree-browser th, .browser .listing.closed, | |
| .starting-comment, .section-nav a:hover, .chzn-drop, .module .inner, | |
| .team-repositories-blankslate, | |
| .discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head, | |
| .tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name, | |
| #wiki-history .author img, .options-content h3, | |
| .display div.choice:nth-child(2n+1), #issues-dashboard .actions, | |
| .list-tip a:hover, .select-menu-tabs .select-menu-tab.selected, | |
| .select-menu-tab .selected { | |
| background-color: #333 !important; | |
| border-color: #484848 !important; | |
| } | |
| /* contribution calendar and blame heats */ | |
| .calendar-graph rect[fill="#c6e48b"], .calendar-graph rect[fill="#7bc96f"], | |
| .calendar-graph rect[fill="#239a3b"], .calendar-graph rect[fill="#196127"], | |
| .heat, .contrib-legend li { | |
| background-color: /*[[base-color]]*/ !important; | |
| fill: /*[[base-color]]*/ !important; | |
| } | |
| .blame-commit-date[data-heat] { | |
| color: /*[[base-color]]*/ !important; | |
| } | |
| .calendar-graph .days-selected rect.day.active { | |
| stroke: #ddd !important; | |
| } | |
| .calendar-graph rect.day:hover { | |
| stroke: #fff !important; | |
| } | |
| /* contribution calendar - regular colors */ | |
| .calendar-graph rect[fill="#ebedf0"], .contrib-legend li[style*="#eee"] { | |
| background-color: #222 !important; | |
| fill: #222 !important; | |
| } | |
| .heat[data-heat="1"], .heat[data-heat="2"], .blame-commit-date[data-heat="1"], | |
| .blame-commit-date[data-heat="2"] { | |
| opacity: 1 !important; | |
| } | |
| .heat[data-heat="3"], .heat[data-heat="4"], .blame-commit-date[data-heat="3"], | |
| .blame-commit-date[data-heat="4"] { | |
| opacity: .8 !important; | |
| } | |
| .heat[data-heat="5"], .heat[data-heat="6"], .blame-commit-date[data-heat="5"], | |
| .blame-commit-date[data-heat="6"] { | |
| opacity: .6 !important; | |
| } | |
| .heat[data-heat="7"], .heat[data-heat="8"], .blame-commit-date[data-heat="7"], | |
| .blame-commit-date[data-heat="8"], .blame-commit-date[data-heat="9"], | |
| .blame-commit-date[data-heat="10"] { | |
| opacity: .4 !important; | |
| } | |
| .heat[data-heat="9"], .heat[data-heat="10"] { | |
| opacity: .2 !important; | |
| } | |
| .calendar-graph rect[fill="#196127"], .contrib-legend li[style*="#196127"] { | |
| opacity: 1 !important; | |
| } | |
| .calendar-graph rect[fill="#239a3b"], .contrib-legend li[style*="#239a3b"] { | |
| opacity: .75 !important; | |
| } | |
| .calendar-graph rect[fill="#7bc96f"], .contrib-legend li[style*="#7bc96f"] { | |
| opacity: .5 !important; | |
| } | |
| .calendar-graph rect[fill="#c6e48b"], .contrib-legend li[style*="#c6e48b"] { | |
| opacity: .25 !important; | |
| } | |
| /* contribution calendar - halloween colors */ | |
| .calendar-graph rect[fill="#FFEE4A"], .calendar-graph rect[fill="#FFC501"], | |
| .calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FFEE4A"], | |
| .contrib-legend li[style*="#FFC501"], .contrib-legend li[style*="#FE9600"] { | |
| background-color: #fe9600 !important; | |
| fill: #fe9600 !important; | |
| } | |
| .calendar-graph rect[fill="#FFEE4A"], .contrib-legend li[style*="#FFEE4A"] { | |
| opacity: .2 !important; | |
| } | |
| .calendar-graph rect[fill="#FFC501"], .contrib-legend li[style*="#FFC501"] { | |
| opacity: .4 !important; | |
| } | |
| .calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FE9600"] { | |
| opacity: .8 !important; | |
| } | |
| .calendar-graph rect[fill="#03001C"], .contrib-legend li[style*="#03001C"] { | |
| background-color: #fc3 !important; | |
| fill: #fc3 !important; | |
| } | |
| .progress-bar.anim-grow-x, .dev-hero { | |
| filter: brightness(75%) !important; | |
| } | |
| /* invert (rgb) */ | |
| #network .repo img:not(.gravatar), #header .logo, | |
| img[src="/images/[email protected]"], .site-logo a, | |
| .github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"], | |
| .jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl, | |
| .octotree_toggle .loader, .swipe .swipe-frame .swipe-bar .top-handle, | |
| .swipe .swipe-frame .swipe-bar .bottom-handle, | |
| .onion-skin .controls .transparent, .onion-skin .controls .opaque, | |
| .onion-skin .controls .slider .slider-track, | |
| .onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a, | |
| .leaflet-control-attribution.leaflet-compact-attribution:after, | |
| img[src$="favicons.githubusercontent.com/github.com"], | |
| img[src$="invertocat.png"], .ghd-invert, .render-shell img.math, | |
| #footer .github img, img[data-canonical-src^="https://codecov.io"] { | |
| filter: invert(100%) hue-rotate(180deg) !important; | |
| } | |
| /* invert network graph; gh-polls (https://github.com/tj/gh-polls) */ | |
| div#network.network > div > canvas, a[href*="prod/poll/"] img, | |
| img[data-canonical-src*="prod/timeseries/"] { | |
| filter: invert(90%) hue-rotate(180deg) !important; | |
| } | |
| /* invert problematic emoji */ | |
| /* images */ | |
| [alt=":soon:"], [alt=":on:"], [alt=":end:"], [alt=":heavy_dollar_sign:"], | |
| [alt=":registered:"], [alt=":tm:"], [alt=":heavy_multiplication_x:"], | |
| [alt=":heavy_plus_sign:"], [alt=":heavy_minus_sign:"], | |
| [alt=":heavy_division_sign:"], [alt=":heavy_check_mark:"], | |
| [alt=":arrows_clockwise:"], [alt=":wavy_dash:"], [alt=":curly_loop:"], | |
| [alt=":copyright:"], [alt=":currency_exchange:"], [alt=":top:"], | |
| [alt=":back:"], [alt=":zzz:"], [alt=":notes:"], [alt=":musical_score:"], | |
| [alt=":black_large_square:"], [alt=":black_medium_small_square:"], | |
| [alt=":ant:"], [alt=":musical_note:"], [alt=":loop:"], [alt=":feet:"], | |
| [alt=":paw_prints:"], | |
| /* unicode */ | |
| /* some emoji don't need to be inverted on Windows */ | |
| /* from https://github.com/Dunedan/mbp-2016-linux on Windows*/ | |
| /* <g-emoji alias="heavy_check_mark" | |
| fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png" | |
| ios-version="6.0">✔️</g-emoji> */ | |
| [alias="soon"], [alias="on"], | |
| [alias="end"], [alias="heavy_dollar_sign"], [alias="registered"], [alias="tm"], | |
| [alias="heavy_multiplication_x"], [alias="heavy_plus_sign"], | |
| [alias="heavy_minus_sign"], [alias="heavy_division_sign"], | |
| [alias="arrows_clockwise"], [alias="wavy_dash"], | |
| [alias="curly_loop"], [alias="copyright"], [alias="currency_exchange"], | |
| [alias="top"], [alias="back"], [alias="zzz"], [alias="notes"], | |
| [alias="musical_score"], [alias="black_large_square"], | |
| [alias="black_medium_small_square"], [alias="ant"], [alias="musical_note"], | |
| [alias="loop"], [alias="feet"], [alias="paw_prints"] { | |
| filter: invert(100%) hue-rotate(180deg) brightness(80%) !important; | |
| background: transparent !important; | |
| } | |
| /* Invert problematic emoji fallback images used on Windows */ | |
| /* use tools/unicode-gen.js to generate */ | |
| g-emoji[fallback-src$="2795.png"], g-emoji[fallback-src$="2796.png"], | |
| g-emoji[fallback-src$="2797.png"], g-emoji[fallback-src$="27b0.png"], | |
| g-emoji[fallback-src$="2b1b.png"], g-emoji[fallback-src$="25fe.png"], | |
| g-emoji[fallback-src$="1f3b6.png"], g-emoji[fallback-src$="1f3bc.png"], | |
| g-emoji[fallback-src$="1f4b1.png"], g-emoji[fallback-src$="1f4b2.png"], | |
| g-emoji[fallback-src$="1f503.png"], g-emoji[fallback-src$="1f519.png"], | |
| g-emoji[fallback-src$="1f51a.png"], g-emoji[fallback-src$="1f51b.png"], | |
| g-emoji[fallback-src$="1f51c.png"], g-emoji[fallback-src$="1f51d.png"], | |
| g-emoji[fallback-src$="1f3b5.png"], g-emoji[fallback-src$="27bf.png"], | |
| g-emoji[fallback-src$="1f43e.png"], g-emoji[fallback-src$="1f43e.png"] { | |
| filter: invert(83%) !important; | |
| } | |
| /* Exclude problematic non-emojis from Apple's emoji font on macOS */ | |
| /* use tools/unicode-gen.js to generate. */ | |
| @font-face { | |
| font-family: "Apple Color Emoji"; | |
| src: local("Apple Color Emoji"); | |
| unicode-range: U+00000-000A8,U+000AA-000AD,U+000AF-02121,U+02123-025A9, | |
| U+025AB-025FB,U+025FD-025FD,U+025FF-0265F,U+02661-02662, | |
| U+02664-02713,U+02715-02715,U+02717-0302F,U+03031-10FFFF; | |
| } | |
| /* GeoJSON maps */ | |
| /* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */ | |
| .leaflet-tile-container img { | |
| filter: invert(100%) hue-rotate(180deg) brightness(150%) !important; | |
| } | |
| .leaflet-marker-pane img, .gundamcat { | |
| filter: brightness(.8) !important; | |
| } | |
| /* invert #fff to #181818 */ | |
| /* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */ | |
| .output_area img, table.pricing-table, div[id^="contribution-first"] img, | |
| div[id^="contribution-joined-github"] img, div[id^="contribution-created"] img, | |
| .project-preview-img img, img[src$="bg-callout.svg"], | |
| img[data-canonical-src*="saucelabs.com/browser-matrix"] { | |
| filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important; | |
| } | |
| /* workaround filter creating a stacking context */ | |
| .contribution-first-issue, .contribution-first-pull-request, | |
| .contribution-first-repository { | |
| opacity: .999 !important; | |
| } | |
| /* brighten language colors */ | |
| .language-color { | |
| filter: brightness(150%) !important; | |
| } | |
| /* soft badges */ | |
| .box-title-count { | |
| background-color: #484848 !important; | |
| color: #ccc !important; | |
| } | |
| /* svg styling */ | |
| line, rect, path { | |
| shape-rendering: geometricPrecision !important; | |
| } | |
| .js-graph-punchcard svg.viz { | |
| background: transparent !important; | |
| border: none !important; | |
| } | |
| .octicon, svg.octicon { | |
| fill: currentColor !important; | |
| } | |
| .reorderable-task-lists .markdown-body .task-list-item .drag-handle { | |
| fill: #c0c0c0 !important; | |
| } | |
| /* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */ | |
| *:not(img) text, circle.day { | |
| fill: #ccc !important; | |
| } | |
| circle.day:hover { | |
| fill: #fff !important; | |
| } | |
| path.js-diff-placeholder { | |
| fill: #282828 !important; | |
| } | |
| #contributors-master svg.viz { | |
| display: block !important; | |
| } | |
| g.dots circle { | |
| stroke: #222 !important; | |
| } | |
| .traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(14)):not(:first-child) line, | |
| g.axis path, line.axis, svg:not(.vis) g.axis line { | |
| stroke: #444 !important; | |
| } | |
| svg .path:not(.total):not(.unique):not(.views) { | |
| stroke: #aaa !important; | |
| } | |
| #commit-activity-detail path.path, | |
| .traffic-graph g.x.axis g.tick:first-child line { | |
| stroke: #1db34f !important; | |
| } | |
| .traffic-graph g.x.axis g.tick:nth-child(14) line { | |
| stroke: #1d7fb3 !important; | |
| } | |
| svg.tick { | |
| fill: #444 !important; | |
| } | |
| .features-branch-diagram path[stroke="#c6d9ed"], | |
| .features-branch-diagram path[stroke="#4182C4"] { | |
| stroke: /*[[base-color]]*/ !important; | |
| } | |
| .features-branch-diagram circle[fill="#4183c4"], | |
| .repo-list-stats a.issues:hover svg { | |
| fill: /*[[base-color]]*/ !important; | |
| } | |
| .features-branch-diagram circle[stroke="#ffffff"] { | |
| stroke: #222 !important; | |
| } | |
| rect.map-background, .audit-log-map { | |
| fill: #1e4062 !important; | |
| background: #1e4062 !important; | |
| } | |
| path.land { | |
| stroke: #17334f !important; | |
| } | |
| circle.audit-point { | |
| fill: #742d14 !important; | |
| stroke: #57210f !important; | |
| } | |
| .graphs .selection rect { | |
| fill: #888 !important; | |
| stroke: #888 !important; | |
| } | |
| ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, | |
| #issues .display .sortbar, #facebox .close, #issues_search .wrapper, | |
| .ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next, | |
| #inbox .list .unread, .main .filterbar, .browser-content .footerbar, | |
| ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box, | |
| .chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover, | |
| #contributors-master svg, .inset-callout h2, .documentation ul.nav, | |
| .date_selector td.selected, #contributors-master, .context-title, | |
| .list-module h2, .bootcamp-help h1, table.files tr.up-tree a:hover, | |
| .ellipsis-button:hover, .codesearch-results .repo-list-name em, | |
| .codesearch-results .repo-list-description em, .blog-search-results em, | |
| .codesearch-cols em, ul.bignav li a:hover, ul.smallnav li a:hover, | |
| .comments-wrapper, .rackspace, .subnav-bar > ul > li > ul > li > a:hover, | |
| .issue.active, .orgs-nav .count, .filter-item:not(.selected):hover, | |
| .task-progress .progress-bar .progress, | |
| .oauth-connection-illustration .oauth-image, | |
| .manage-repo-access-wrapper:before, .counter, .Counter { | |
| background: #444 !important; | |
| } | |
| .hidden-text-expander a, .ellipsis-expander, | |
| .profile-timeline-month-heading:after, .review-comment-contents:after, | |
| .review-comment.is-comment-editing:after { | |
| background: #383838 !important; | |
| } | |
| .switcher > span:after, .list-module a:hover, .section-nav .active a, | |
| #dashboard .filter-bar li a.filter_selected:after { | |
| background-color: #555 !important; | |
| } | |
| .state-widget .behind .bar, .settings-email .label:not(.default), .key, | |
| .date:after, .branch-a-b-count .bar, .branch-a-b-count .meter, | |
| .branch-action-state-dirty .branch-action-icon, | |
| .branch-action-state-closed-dirty .branch-action-icon, | |
| .completeness-indicator-problem, .hidden-text-expander a:hover, | |
| .ellipsis-expander:hover { | |
| background: #555 !important; | |
| } | |
| .labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent, | |
| .render-shell > .slider .dragger { | |
| background: #666 !important; | |
| } | |
| .diverge-widget .separator { | |
| background: #ccc !important; | |
| } | |
| #network canvas { | |
| background: #fff !important; | |
| } | |
| .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, | |
| .render-shell > .slider .dragger:active { | |
| background: #999 !important; | |
| } | |
| /* actions in issues - this style needs to be after .bubble */ | |
| .action-bubble .bubble, .suggester { | |
| background: transparent !important; | |
| } | |
| /* https://github.com/StylishThemes/GitHub-Dark/community/license/new?branch=master&template=mit */ | |
| body .CommunityTemplate-header { | |
| background: transparent !important; | |
| } | |
| /* blue box */ | |
| .timeline-comment.current-user .timeline-comment-header, | |
| .github-jobs-promotion p, .octotip, .markdown-format .alert:not(.warning), | |
| .full-commit.commit, .flash, .bootcamp h1, .bootcamp-body, .owners-notice, | |
| .full-commit .browse-button, .blob-history, a.branch-name, .branch-name, | |
| .new-user-avatar-cta, .jstree-wholerow-clicked, .commit-ref, .api .alert, | |
| .file-history-tease, .flash, .flash-global, .feature-banner, | |
| .recently-touched-branches, .pr-toolbar .subset-files-tab, article.full .alert, | |
| .project-updated-message, .btn.btn-blue, .hook-delivery-guid, .topic-tag, | |
| .topic-tag-action, .delete-topic-button, .topic-tag-action .add-topic-button, | |
| .topic-tag-action .remove-topic-button, .RecentBranches, .signup-prompt-bg { | |
| background: #182030 !important; | |
| } | |
| .repo-file-upload-progress .repo-file-upload-meter, .btn.btn-blue:hover, | |
| .topic-tag-link:hover, .delete-topic-button:hover { | |
| background: #273045 !important; | |
| } | |
| .bg-blue, .discussion-item-changes-marker.is-unread .discussion-item-icon { | |
| background: #4183c4 !important; | |
| } | |
| .timeline-comment.current-user .timeline-comment-header, .new-user-avatar-cta, | |
| .full-commit .browse-button, .markdown-format .alert p, .blob-history, .flash, | |
| .flash-global, .feature-banner, .recently-touched-branches, | |
| .recently-touched-branches li, .pr-toolbar .subset-files-tab, .alert.tip, | |
| article.full .alert a, .commit-ref, .project-updated-message, | |
| .timeline-comment-label.collaborator-comment, .hook-delivery-guid .octicon, | |
| .hook-delivery-guid a, a.topic-tag, .RecentBranches, .RecentBranches-item-link { | |
| color: #9daccc !important; | |
| } | |
| .RecentBranches-item, .commit-ref .user { | |
| color: #6d7c9c !important; | |
| } | |
| .timeline-comment.current-user, .github-jobs-promotion p, .octotip, | |
| .markdown-format .alert:not(.warning), .full-commit.commit, | |
| .bootcamp .bootcamp-body, .bootcamp h1, .owners-notice, .new-user-avatar-cta, | |
| .full-commit .browse-button, .commit-ref, a.branch-name, .branch-name, | |
| .timeline-comment.current-user .timeline-comment-header .timeline-comment-label, | |
| .file-history-tease, .flash, .flash-global, .feature-banner, | |
| .recently-touched-branches, .timeline-progressive-disclosure-items button, | |
| .pr-toolbar .subset-files-tab, article.full .alert, .btn.btn-blue, .topic-tag, | |
| .RecentBranches, .js-tag-input-tag { | |
| border: 1px solid #246 !important; | |
| } | |
| .repo-file-upload-progress, .project-updated-message, .delete-topic-button, | |
| .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button, | |
| .commit-desc + .commit-branches, .full-commit .btn-outline { | |
| border-color: #246 !important; | |
| } | |
| .timeline-comment.current-user .timeline-comment-header, .blob-history, | |
| .recently-touched-branches li { | |
| border-bottom-color: #246 !important; | |
| } | |
| .blob-history, .file-history-tease .participation { | |
| border-top: 1px solid #246 !important; | |
| } | |
| .timeline-comment.current-user:before { | |
| border-right-color: #246 !important; | |
| } | |
| .timeline-comment.current-user:after { | |
| border-right-color: #182030 !important; | |
| } | |
| .flash, .markdown-format .alert a, .api .alert, a.branch-name, .branch-name, | |
| article.full .alert { | |
| border-color: #264c72 !important; | |
| color: #c8d0e1 !important; | |
| } | |
| .social-count:before { | |
| border-right-color: #333 !important; | |
| border-width: 5px !important; | |
| margin-top: -4px !important; | |
| } | |
| .social-count:after, #new_hook .fields { | |
| border-width: 0 !important; | |
| } | |
| .commit-icon .octicon { | |
| border-radius: 100% !important; | |
| } | |
| /* original colors */ | |
| .discussion-item-integrations-callout .discussion-item-icon { | |
| background: #4095c6 !important; | |
| } | |
| /* notebooks */ | |
| .input_prompt { | |
| color: hsla(234, 100%, 65%, 1) !important; | |
| } | |
| .output_prompt { | |
| color: hsla(0, 100%, 65%, 1) !important; | |
| } | |
| /* gradient */ | |
| /* file drag&drop overlay */ | |
| .repo-file-upload-tree-target { | |
| background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important; | |
| } | |
| /* light grey gradient */ | |
| .btn:hover, .btn:active, .btn.zeroclipboard-is-hover, | |
| .btn.zeroclipboard-is-active, .minibutton:hover, .minibutton:active, | |
| .minibutton.zeroclipboard-is-hover, .minibutton.zeroclipboard-is-active.kbd, | |
| .signup-button:hover, a.signin:hover, .hero .textographic, | |
| .hero .screenographic, .pagination span.current, .box-action:active, | |
| .btn:active, .btn.selected, .btn.selected:hover, .btn.zeroclipboard-is-active, | |
| .minibutton:active, .minibutton.selected, .minibutton.selected:hover, | |
| .minibutton.zeroclipboard-is-active, .octotree_toggle:hover, | |
| button.button:hover, a.button:hover, span.button:hover, | |
| button.minibutton:hover, a.minibutton:hover, span.minibutton:hover, | |
| .clone-url-button.selected > .clone-url-link, | |
| .clone-url-button.selected > .clone-url-link:hover, ul#bootcamp li a:hover h4 { | |
| background: linear-gradient(#303030, #282828) !important; | |
| border-color: #484848 !important; | |
| } | |
| /* dark grey gradient */ | |
| .btn, input.btn, header.nav-bar, .bubble .bubble-title, kbd, a.feed, | |
| .list-browser-filterbar, .gobutton, .comment-header, .pagehead ul.tabs li a, | |
| .login_form input[type="submit"], .top-bar, ul#bootcamp li a h4, | |
| #gists .context-menu-container, body#com #header, .white-nav .selected span, | |
| .filter-tab, #header-wrapper, #header-wrapper .nav, .pagination span, | |
| .cheatsheet h2, .section a.section-head, .octotree_view_header, .list-heading, | |
| .dashboard-tabs li a, a.function-button, .add-pill-form, | |
| .gist .gist-file .gist-meta, .octotree_toggle, ul.comparison-list > li.title, | |
| button.button, a.button, span.button, button.minibutton, a.minibutton, | |
| span.minibutton, .clone-url-button > .clone-url-link { | |
| background: linear-gradient(#202020, #181818) !important; | |
| border-color: #383838 !important; | |
| } | |
| .search-form button, .issues-list-actions, a.gollum-minibutton, | |
| a.gollum-minibutton:visited { | |
| background: linear-gradient(#202020, #181818) !important; | |
| } | |
| /* inverted dark grey gradient */ | |
| .asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, | |
| .timeline-commits-header, .usage-bar dd, .render-bar { | |
| background: linear-gradient(#181818, #202020) !important; | |
| border-color: #383838 !important; | |
| } | |
| .bg-custom-gradient { | |
| background-image: linear-gradient(180deg, #1c1c1c, rgba(0, 0, 0, 0)) !important; | |
| } | |
| .billing-per-seat-callout:after { | |
| box-shadow: 1px -1px 0 0 #343434 !important; | |
| } | |
| .clone-url-button + .clone-url-button > .clone-url-link { | |
| box-shadow: 1px 0 0 #333 !important; | |
| } | |
| .clone-url-button.selected > .clone-url-link { | |
| box-shadow: 0 2px 3px rgba(0, 0, 0, .3) inset !important; | |
| } | |
| .blankslate, .ScreenshotCarousel-navitem.selected { | |
| box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important; | |
| } | |
| /* commits page - committer icon */ | |
| .commits-list-item .committer-avatar { | |
| box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important; | |
| } | |
| /* text color */ | |
| /* Bright text */ | |
| .dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover, | |
| .gist-snippet .link-overlay .link, | |
| .select-menu-item.navigation-focus .text-danger, | |
| .select-menu-item.navigation-focus .description, | |
| .select-menu-item.navigation-focus.selected .text-danger, | |
| .select-menu-item.navigation-focus.selected .description, | |
| .select-menu-item.navigation-focus.select-menu-action .text-danger, | |
| .select-menu-item.navigation-focus.select-menu-action .description, | |
| .select-menu-item.navigation-focus .description-inline .text-danger, | |
| .select-menu-item.navigation-focus .description-inline .description, | |
| .select-menu-item.navigation-focus, | |
| .select-menu-item.navigation-focus.selected, | |
| .select-menu-item.navigation-focus.select-menu-action, | |
| .select-menu-item.navigation-focus .description-inline, | |
| .gist-snippet-meta .gist-count-links > li > a:hover, | |
| .team-member-list .manage-team-member .navigation-focus .btn-link, | |
| .dangerzone > h3, .gcr-ext-editor-close .select-menu-title, | |
| .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline.selected, | |
| .btn.btn-outline.zeroclipboard-is-hover, | |
| .btn.btn-outline.zeroclipboard-is-active, a.filter-item.selected, | |
| .date-selector td.selected, .date-selector td.selectable-day:hover, | |
| .subnav-item:hover, .subnav-item:focus, .owner-select-target:hover, | |
| .owner-select-target:focus, .suggester li.navigation-focus, | |
| .suggester li.navigation-focus small, .intgrs-lstng-categories a:hover, | |
| .text-white, a.text-white, .blame-next-container .reblame-link:hover, | |
| .reblame-link:hover, .topic-tag-action .add-topic-button:hover, | |
| .topic-tag-action .remove-topic-button:hover, | |
| .discussion-item-changes-marker.is-unread .discussion-item-icon, | |
| .toc-select .navigation-focus * { | |
| color: #efefef !important; | |
| } | |
| .btn, a.btn, .btn.btn-primary, .button.primary, .minibutton.primary, | |
| .btn-danger:hover, ul.repo-stats li a:hover, .text-emphasized, | |
| .minibutton.danger:hover, #gist-form label, .subnav li a:hover, | |
| .filters li.selected a, .filters li a:hover, .code-list em, a.header-anchor, | |
| .commandbar .choice .command, .search-term, .codesearch-cols em, .image, | |
| .selector-item:hover .mini-icon:before, | |
| .selector-item.selected .mini-icon:before, .new-repo .octicon, #header .nav a, | |
| .minibutton i, .minibutton, .commit .mini-icon:before, .featured-callout, | |
| .sidebar-milestone-widget .title, .numbers-summary .num, #network .explain b, | |
| .dashboard-tabs a.selected, .dropdown-menu > li > a:hover, .message .time, | |
| #graph_data .tab.selected a, .explore-collection .see-more-link, | |
| ul.color-label-list .count, a.filter-tab.selected, .orgs-nav .count, | |
| .facebox-user-list-item a, a.org-module-link, .org-header-info .name-link, | |
| .calendar-graph .contrib-details div .num, | |
| .commandbar .display table td:first-child, .file-history-tease .author a, | |
| .overall-summary .graphs .num, ul.summary-stats li .num, | |
| .pull-head-meta .pull-number a, | |
| .mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2, | |
| .sub-nav h2 a, .accordion .section a.section-head, | |
| .orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link, | |
| .infobar-widget .text a, .view-modes-menu li.active, a.signin:hover, | |
| .highlight-module .mega-icon:before, .headlines li a, #wiki-rightbar li, | |
| .i-am-error p, .markdown-body .octicon-link, .gist-item ul.meta > li > a:hover, | |
| .native-download .mega-icon:before, #article-platform-nav ul li.selected a, | |
| .section-heading-title a.selected, .marketing-nav a.selected, | |
| .dashboard-tabs a:hover, .hidden-text-expander a:hover, .codesearch-cols em, | |
| .branch-action-state-clean .branch-action-icon:before, | |
| .hook-list li.selected a, .oauth-permissions-details .permission-title, | |
| p.read-it, .branch-action-state-dirty .branch-action-icon:before, | |
| .branch-action-state-closed-dirty.branch-action-icon:before, | |
| .branch-action-state-merged .branch-action-icon:before, | |
| .full-commit .authorship a, #fork-select .target:hover:not(.disabled), | |
| .full-commit .authorship .author-name, .showcase-featured .featured-grid-link, | |
| .collection-card-title, .collection-card-image:hover, | |
| .explore-page .see-more-link, .mute, .pull-request-link:hover, | |
| .expandable:hover:before, .follow-list .follow-list-name a, | |
| a.comment-header-author, .wiki-edit-link:hover, .infotip p, .form-actions .tip, | |
| dl.form.warn dd.warning, .page-notice, .subnav-item.selected, | |
| .subnav-item.selected:hover, .subnav-item.selected:focus, ol.toc > li a.active, | |
| .example-nav li a.selected, .facebox-alert, .typeahead-result, .no-results, | |
| #user-links > li * button, .timeline-commits .hidden-text-expander a:hover, | |
| .color-editor-input, #user-links .sign-out-button, .table-list-item label, | |
| .audit-action-info .context, .token-scope, .segmented-nav li.active a, | |
| .tabs > a.selected, .member-username, .invited-banner p, kbd, .kbd, | |
| .boxed-profile .profile-preview .vcard-fullname, .btn.btn-primary:hover, | |
| .minibutton.btn-primary:hover, .integrations .site-footer a, .add-line-comment, | |
| ul.filter-list .filter-item.selected, | |
| .blob-num-expandable .diff-expander:hover, | |
| .email-format .email-hidden-toggle a:hover, | |
| #gollum-editor-help-parent li a.selected, | |
| #gollum-editor-help-list li a.selected, a.gollum-minibutton, | |
| a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped, | |
| .org-team-sidebar .team-note .note-emphasis, .select-menu-tabs a.selected, | |
| #com .dropdown-menu a:hover, #com h1 span, #com h2 span, | |
| .breadcrumb .final-path, button.button, a.button, span.button, | |
| button.minibutton, a.minibutton, .button.primary:hover, .pagination .current, | |
| .pagination .current:hover, .repo-private-label, | |
| a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th, | |
| .rendered_html, .render-health:hover .symbol, .radio-label, | |
| .select-menu-item.selected, .gist-snippet-meta .description, | |
| a.select-menu-item-text, .clone-url-button > .clone-url-link, a.user-mention, | |
| .user-mention, a.team-mention, .team-mention, .boxed-group-inner h4, | |
| .octotree_github_sidebar a.octotree_toggle, .reponav-item:hover, | |
| .pagehead-tabs-item.selected, .pagehead-tabs-item:hover, | |
| a.pagehead-tabs-item:hover, .tabnav-tab.selected, .leaflet-control-attribution, | |
| .leaflet-control-attribution a, .integrations-breadcrumb-link, | |
| a.integrations-breadcrumb-link, .link-gray-dark, a.link-gray-dark, | |
| #message .title, .exploregrid-item-title, .explore-collection h2, #com h1, | |
| #com h2, #com h3, ul.filter-list .filter-item:hover, | |
| .underline-nav-item.selected, .underline-nav-item:hover, | |
| .underline-nav-item:focus, .content > h2, .content > h3, | |
| .audit-results-header-title, .session-authentication .auth-form-header, | |
| .org-settings-team-type, .org-settings-team-count, .intgrs-lstng-item-header, | |
| .api h1, .api h2, .octokit-language span, .blog .text-alpha, .blog .text-beta, | |
| .blog .text-delta, .blog .text-gamma, .blog h1, .blog h2, .blog h3, .blog h4, | |
| .blog h5, .site-header-nav a, .menu-item.selected, .overview .text-beta, | |
| article h2, #message-list h1, #message-list h3, .graph-page h1, .graph-page h3, | |
| .dashboard-notice h2, | |
| .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon, | |
| .counter, .Counter, .state, .State, a.state, a.State, | |
| .site-header-dark .site-header .site-header-link { | |
| color: #e2e2e2 !important; | |
| } | |
| pre, body, a.social-count, span.social-count, #languages a.bar, .lineoption p, | |
| a.blog-title, table.notifications th, .usagestats dl dt.numbers, | |
| .commit-preview p.name .date, .download-list h4, | |
| .fieldgroup p.explain.planusage, ol.repository-lang-stats-numbers li .lang, | |
| .explore h2, .tabnav .active a, .vcard-username, #markdown-toc li a, | |
| .tag-info .tag-name, .language, .featured-callout h2, .commit-title .message, | |
| .files .message, .revision .creator, .mini-icon.search-input, .lines-changed, | |
| .lines-changed:hover, .discussion-topic-author a, .boxed-group-table td, | |
| .graph .data .number, .content, .box-title, a.box-action, | |
| #blog-main .pagehead h1 a.title, .octofication .message p, | |
| .repolist .description, .addon p, .keyboard-mappings, .accessibility-aid:focus, | |
| .list-group-item .list-group-item-name a, | |
| .list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type, | |
| .select-menu-header .select-menu-title, #commits_tab_counter, | |
| .auto-search-group .search-filter, .usage-bar dt, .github-jobs-promotion p a, | |
| .select-menu-item .description, .file-info .file-name, .file-box .meta, | |
| .gh-header-meta .author, .timeline-comment-header .author, | |
| .timeline-commits .author, .sidebar-assignee .assignee, .rss-subscribe, | |
| .sidebar-module h3 a, .sidebar-module h3.disable span, .octotip, | |
| .graph-canvas .activity, .billing-section .section-content, #readme span.name, | |
| .steps li.current, .discussion-item-entity, .blog-post-body, | |
| .subnav-search-context .btn, .context-loader, .box-title a, | |
| .merge-pr-more-commits a, .branch-infobar .lightweight-actions > li a:hover, | |
| .discussion-item-ref-title .title-link, .org-teams-list .team, | |
| .subnav-search-context .select-menu-item-icon, .ace-github, | |
| a.pagehead-nav-item.selected, a.pagehead-nav-item:hover, | |
| .repo-collection .collection-stat, a.subscribe-feed, header ul.links a:hover, | |
| div.container > p, .commits-list-item .commit-author, | |
| .full-commit .sha-block > .sha, .discussion-item .renamed-was, | |
| .discussion-item .renamed-is, a.discussion-item-entity, | |
| span.discussion-item-entity, .table-list-header-toggle .btn-link.selected, | |
| .table-list-header-toggle .btn-link.selected:hover, | |
| .table-list-header-toggle .btn-link:hover, a.issue-title-link, | |
| .milestone-title-link a, .org-header .edit-org, .org-name, .blob-code, | |
| .blob-code-inner, .diff-line-code, .contrib-number, | |
| .pulse-summary .summary-box .count, .list-options .selected .list-item-title, | |
| .nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon, | |
| .issue-list-meta a, .stat-number, div.search-form button span, | |
| .fullscreen-overlay .octicon:hover:before, | |
| .fullscreen-overlay .mega-octicon:hover:before, .protip-callout, | |
| .fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover, | |
| #header ul.top-nav > li > a, #header ul.top-nav > li > button, | |
| a.team-member-ellipsis:hover, .rendered_html pre, .rendered_html code, | |
| .team-grid .team-name, .commit .commit-title, .commit .commit-title a, | |
| .completeness-indicator-success, .completeness-indicator-error, | |
| .completeness-indicator-problem, .article-meta, a.article-meta, | |
| .timeline-comment-header-text code a, .commit-tease-sha, a.commit-tease-sha, | |
| .reponav-item.selected, .stats-group-stat.no-link:hover .stat-number, | |
| .octotree_github_sidebar a.octotree_opts, .octotree_help > span, | |
| .application-authorizations .oauth-app-access-name, .dropdown-item, | |
| a.dropdown-item, .header-logo-invertocat, a.header-logo-invertocat, | |
| a.header-logo-wordmark, .pull-request-integrations-title, | |
| .intgrs-dir-intro .directory-header-back, | |
| .intgrs-dir-intro .directory-header-back .header-link, | |
| .oauth-application-info .application-title, | |
| .session-authentication .header-logo, .repo-file-upload-progress, | |
| a .mega-octicon, .anchor, a.anchor, | |
| .gcr-ext-editor-close .delete-button:hover svg, | |
| .repo-filterer .repo-filter.filter-selected, .select-menu-divider, | |
| .label-select-menu .select-menu-item.selected, | |
| .dropdown-signed-commit .dropdown-menu, .signed-commit-signer-name .signer, | |
| .signed-commit-signer-name a.signer, .text-gray-dark, a.text-gray-dark, | |
| .display-heading-1, .display-heading-2, .display-heading-3, .display-heading-4, | |
| .pinned-repos-selection-list-item.selected, | |
| .Box-body-row--highlight .Box-row-link, .text-pending, a.text-pending, | |
| .compare-pr-placeholder p, .compare-pr-placeholder .help-link, #message.good, | |
| #message.major, .boxed-group-success, .suggester li, .alert.warning p, | |
| ul#bootcamp li a h4, .menu-heading, .text-black, .diffstat-summary strong, | |
| .markdown-format h4, .access-token .token-description, | |
| .oauth-org-access-details .boxed-group-list > li.on strong, .text-gamma, | |
| .content h1, .api .text-alpha, .api .text-beta, .api .text-delta, | |
| .api .text-gamma, .api h1, .api h2, .api h3, .api h4, .api h5, | |
| .octokit-language span, .lead, .merge-branch-heading, | |
| .org-user-notice-content strong, .timeline-comment-label.owner-comment, | |
| .Box-row-link, a.Box-row-link, .form-control, .form-select, | |
| .header .header-search-scope, .discussion-item-private, | |
| .label-select-menu div.labelstyle-000000.selected, .marketplace-plan-emphasis, | |
| .header-nav-link, a.header-nav-link, .header-navlink, a.header-navlink, | |
| span.text-gray-dark, a.HeaderNavlink, .Header .header-search-scope, | |
| a.notification-indicator { | |
| color: #c0c0c0 !important; | |
| } | |
| button, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box, | |
| .marketing-nav a, .repository-meta, .gist-item .description, p.explain, | |
| .news .alert .simple .title, #network .graph-date, .tabnav-widget.text, | |
| .feature .intro, span.diffstat, span.diffstat a, .commit .commit-branches a, | |
| #readme .plain, .news blockquote, .news blockquote p, .collection-stat, | |
| .overall-summary .graphs .desc, .flash-global a, | |
| .calendar-graph .contrib-details div .lbl, .tag-info a, a.browse-button, | |
| .ghead .dir, .repository-lang-stats .percent, .comment-header-action-text a, | |
| .comment-header-right a, .gist-item .creator, .dashboard-tabs a, | |
| #graph_data .tab a, .pull-info, .list-group-item .list-group-item-summary a, | |
| #contributors .capped-card .cmt, .boxed-group-list .access-level, | |
| h3.conversation-list-heading, a.filter-tab, .starred-repo p.description, | |
| .commit-desc pre, .org-repo-stats a, .org-repo-updated a, | |
| .org-repo-description, .org-repo-forked a, .commandbar .display table td span, | |
| .clone-options, .pulse-section, .discussion-sidebar p, | |
| .discussion-topic-header .discussion-topic-author, .gist-description, .explain, | |
| p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item, | |
| .form-actions-protip .protip, .discussion-item .author, | |
| .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a, | |
| .render-view-modes li.active:before, ul.comparison-list > li em, | |
| .marketing-benefits .column p, .sub-nav li a, .headlines a .date, | |
| .sidebar-module ul ul li span, .merge-branch-description, | |
| .gist-item ul.meta > li > a, ul#categories li h5 a, | |
| .render-view-modes li.active, .user-leaderboard-list .repo-list-item .repo, | |
| .repo-stats li a, .about p, dl.form > dd p.note, p.subdued, | |
| .team-header .team-description, .hfields dl.form > dt label, | |
| .boxed-group > h3 a.boxed-group-breadcrumb, | |
| .boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note, | |
| .thread-subscription-status, a.ellipsis-button, .ellipsis-button, | |
| .follow-list .follow-list-info, form.btn .count, .blame .commitinfo .date, | |
| .gist .gist-file .gist-meta a, .merge-pr-more-commits, .hidden-text-expander a, | |
| .news div.message, .news li blockquote, .news .alert .pull-info, | |
| .news .alert .branch-link, .release .release-authorship a, | |
| .wiki-wrapper .wiki-empty-box:hover, | |
| .select-menu.is-showing-clear-item .select-menu-clear-item .octicon, | |
| .diffstat-summary a, a.subnav-item, | |
| .branches .branch-group-heading .branch-group-name, .render-notice, | |
| .table-list-milestones .stat, | |
| .commits-listing .commit-group-title .octicon-git-commit, | |
| .select-menu-header .octicon:hover, .repo-list-description, .file .meta, | |
| .email-format .email-hidden-toggle a, .file-diffstat, | |
| .program-info-column .mega-octicon, .octofication .notice-dismiss:hover, | |
| .timeline-commits .commit-message a, .markdown-format .intro, .label-admin, | |
| .program-info-column p, .file-history-tease, .blob-num:hover, | |
| .gist-snippet-meta .gist-count-links > li > a, .commit-tease .message, | |
| .commit-author-section, .manage-repo-access-not-active, .milestone-name, | |
| a.milestone-name, .select-menu-modal, .select-menu-action, | |
| a.select-menu-action, .feature-callout, | |
| .repo-file-upload-file-wrap .remove-file:hover, button.tabnav-tab, | |
| .rss-subscribe, a.rss-subscribe, table.capped-list .octicon, | |
| .site-header-menu .nav-item, .discussion-item-icon, .exploregrid-item, | |
| a.exploregrid-item, .markdown-body blockquote, .link-gray, a.link-gray { | |
| color: #b5b5b5 !important; | |
| } | |
| .calendar-graph .contrib-details div, .tabnav-tabs a, .time, | |
| .gist-item .metadata .datetime, .list-group-item-meta, a.keyboard-shortcuts, | |
| button.keyboard-shortcuts, .simple-conversation-list, | |
| .simple-conversation-list > li .title .num, .drag-and-drop, | |
| .starred-repo .sort-info, .org-stats, .commandbar .choice, | |
| .commandbar .loading, .commandbar .description, ul.summary-stats li a, | |
| .authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a, | |
| .repository-meta .edit-link a, .api-status a, .meta li, .who_when a, | |
| .numbers-summary a, .mini-icon-remove-close:hover, | |
| .section-heading-title .separator, .blog-aside .rss, .hook-list a, | |
| .github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta, | |
| .repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a, | |
| .repo-leaderboard-list .repo-leaderboard-meta-item a, | |
| .changed .moved-up:before, .changed .moved-down:before, | |
| .comment-header .octicon, a.section-heading-back, | |
| .list-group-item-meta .octicon, .repo-leaderboard-title .title-meta, | |
| a.pagehead-nav-item, .wiki-wrapper .wiki-empty-box, | |
| .commits-list-item .commits-comments-link, .timeline-comment-header, | |
| .commits-list-item .commit-meta, | |
| .issues-listing .table-list-issues .issue-comments-link, | |
| .issues-listing .table-list-issues .issue-meta-section a, a.issues-reset-query, | |
| .labels-list-action, table.tag-list p a, table.tag-list td.date a, .muted-link, | |
| a.muted-link, .render-view-modes li, .site-footer, | |
| .site-footer .octicon-mark-github:hover, .repo-list-stats .repo-list-stat-item, | |
| .range-editor span.flag .octicon, .commit-info .commit-meta a, | |
| .notifications .issue-notification.read .type-icon, .notifications .read a, | |
| .auth-form-header .octicon, .releases-tag-list p a, .history-link a, | |
| a.issue-nwo-link, ul.filter-list .filter-item, .member-meta .teams-link, | |
| .member-meta .btn-link, ul.comparison-list > li em, | |
| ul.comparison-list > li.title, .diffstat-summary, a.team-member-ellipsis, | |
| a.discussion-item-toggle-open, a.discussion-item-toggle-closed, | |
| button.discussion-item-toggle-open, button.discussion-item-toggle-closed, | |
| .dropdown-header, .participation a, .completeness-indicator-info, | |
| .type-icon-state-none, a.type-icon-state-none, .pagehead-tabs-item, | |
| a.pagehead-tabs-item, .commit-tease, .reponav-item, a.reponav-item, | |
| .delete-owners-button, .stats-group-stat, a.stats-group-stat, | |
| .stats-group-stat.no-link:hover, .wiki-edit-link, a.wiki-edit-link, | |
| .toolbar-item .menu-target, .member-meta .member-meta-link, .lock-toggle-link, | |
| a.lock-toggle-link, .hidden-text-expander a, .ellipsis-expander, .text-muted, | |
| .listgroup-item, .discussion-item-header, .discussion-sidebar-heading, | |
| .org-header-meta .meta-item .meta-link, .underline-nav-item, | |
| a.underline-nav-item, .boxed-group-inner, .lead, .form-checkbox .note, | |
| .bot-identifier, .dashboard-notice .dismiss:hover, .text-gray, a.text-gray, | |
| .project-header .project-header-link, td.icon .octicon-file-text, | |
| td.icon .octicon-file-symlink-file { | |
| color: #949494 !important; | |
| } | |
| .vcard-detail .octicon, .member-badge .octicon, | |
| .command-bar .octicon-question:before, .news .alert .time, | |
| ul.color-label-list .color-label.zeroed, | |
| ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number, | |
| a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint, | |
| .tag-references > li a, .release .release-authorship, | |
| .branches .branch-summary, .branches .no-results-message, | |
| header ul.links > li a, .team-info-card .stats-group .stat, | |
| .team-info-card .stats-group .stat.no-link:hover, .discussion-sidebar-item, | |
| .issues-listing .table-list-issues .issue-meta, .task-progress, | |
| .table-list-milestones .stat-label, .table-list, #blog-home, .blog-post-meta, | |
| .blog-post-meta a, .blog-post-meta .octicon, .diff-line-num, | |
| .file-data .line-numbers span, .discussion-item .timestamp, | |
| .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon, | |
| .blankslate > .mega-octicon, .repo-list-meta, a.discussion-item-help, | |
| .page-new-repo .license-info, .notification-actions .btn-link, | |
| .commit-info .commit-meta, .notifications .read .type-icon, | |
| .notification-actions .age, .list-item .byline, .issue-list-meta, | |
| .blob-num-expandable .diff-expander, .file-type-icon, .uploaded-files .remove, | |
| .releases-tag-list td.date a, .collaborators .collab-remove .remove-link, | |
| .octofication .notice-dismiss, ul.comparison-list > li .octicon, | |
| div.content-header h6, .fullscreen-overlay textarea, | |
| .blob-num.non-expandable:hover, .breadcrumb, | |
| .application-authorizations .oauth-app-list-meta, | |
| .application-authorizations .oauth-app-owner, .boxed-group-inner .help, | |
| .thread-subscription-status .reason, .toc-diff-stats .octicon, .blob-num, | |
| .recent-gists .description .blank, .recent-gists .metadata, | |
| .member-meta .access-link, .gist-quicksearch-no-results, | |
| #user-content-toc ul ul li:before, .btn-octicon, a.btn-octicon, | |
| button.btn-octicon, .user-list li em, .reponav-item .octicon, | |
| .pagehead-tabs-item .octicon, .table-list-header-toggle .btn-link, | |
| #graph_data h2, #message-list .message .time, a.tabnav-extra, | |
| .tabnav .tabnav-extras, | |
| .discussion-item-integrations-callout .pull-request-integrations-dismiss, | |
| .oauth-application-info .meta-link, .oauth-application-info .app-info, | |
| .repo-file-upload-file-wrap .remove-file, .gcr-ext-editor-close svg, | |
| .commit-id, a.commit-id, .orghead .edit-org, .signed-commit-badge, | |
| .manage-member-meta-item .btn-link, .note, .delete-topic-button, | |
| .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button, | |
| .text-gray-light, a.text-gray-light, .js-notice .octicon-x, | |
| a.footer-octicon:hover { | |
| color: #7b7b7b !important; | |
| } | |
| .branch-infobar .lightweight-actions > li .octicon, | |
| .manage-repo-access-icon .octicon, .wiki-wrapper .wiki-history .date, | |
| .issue-meta-section .octicon, .thread-subscription-status .mega-octicon, | |
| .subnav-search-icon, .discussion-sidebar-toggle .octicon, | |
| .auto-search-group > .octicon, .page-gist-edit .octicon-gist, | |
| .unselected-month, .pagination .disabled, .repohead h1 .octicon, | |
| .profile-rollup-toggle, .select-menu-item.disabled, | |
| .select-menu-item.disabled.selected, .select-menu-item.disabled .description, | |
| .dashboard-notice .dismiss, .blame-next-container .reblame-link { | |
| color: #606060 !important; | |
| } | |
| .context-pane .selector-item:hover a, .mega-icon:before, | |
| .mini-icon-public-repo:before, .mini-icon-pull-request, | |
| .mini-icon-remove-close, .mini-icon-link, .task-progress .octicon, | |
| .milestone-link .octicon, .site-footer .octicon-mark-github, | |
| .select-menu-header .octicon, .steps li, .pagination .gap, | |
| .octicon-btn.disabled, .octicon-btn.disabled:hover, .branch-delete.disabled, | |
| .date_selector td.unselected_month, .bootcamp .desc h2, | |
| .issues-listing .table-list-issues .issue-comments-link.no-comment, | |
| .diffstat-bar, .issue-comments-no-comment, a.issue-comments-no-comment, | |
| .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon, | |
| a.footer-octicon { | |
| color: #4d4d4d !important; | |
| } | |
| .list-tip:before, .selector-item .mini-icon:before, | |
| .browser .mini-icon-arr-right, .selected .select-menu-checkmark, | |
| .octicon-person-team:before, .issues-reset-query .octicon-x, | |
| a.darkertooltipped, #subscribeButton { | |
| color: #373737 !important; | |
| } | |
| .timeline-comment-header .timestamp, .vcard-stat:hover .text-muted, | |
| .boxed-group > h3 a, .boxed-group .heading a, .list-heading a, .close-button, | |
| .timeline-comment-action, a.timeline-comment-action, a.comment-type-icon, | |
| .timeline-comment-actions .octicon, .commit-title .commit-link tt, | |
| .btn-block-user, .pagehead-tabs-item.selected > .octicon, | |
| .reponav-item.selected > .octicon, .select-menu-action > .octicon, | |
| .select-menu-item, a.select-menu-item, | |
| .discussion-sidebar-toggle:hover .octicon, | |
| .feature-callout .feature-dismiss-link, .pagehead-heading, a.pagehead-heading, | |
| .text-inherit, a.text-inherit, .table-list-milestones .stat a, | |
| .review-comment-contents .timestamp, | |
| .discussion-item-ref-title .title-link:hover .issue-num { | |
| color: inherit !important; | |
| } | |
| /* Alerts and activity, remove background gradient */ | |
| .metabox .editable-text:hover, #inbox .list .item .title span { | |
| background-color: transparent !important; | |
| border: 0 !important; | |
| } | |
| /* Panels */ | |
| #posts #rss, .signup-button, .hero h1, .plan.personal, .caption, | |
| .centered-graphic, .login_form h1 { | |
| background-color: /*[[base-color]]*/ !important; | |
| border-color: /*[[base-color]]*/ !important; | |
| } | |
| /* red */ | |
| /* Red panel */ | |
| #forkqueue .legend .unclean, .unclean td, .chzn-results .no-results, | |
| .majorproblem .pageheader_wrap, .error_box, .btn-close-issue, .closed-issues, | |
| .state-indicator.closed, .state-closed, | |
| .discussion-item-closed .discussion-item-icon, | |
| .discussion-item-review.is-rejected.is-writer .discussion-item-icon, | |
| .topic-tag-action .remove-topic-button:hover { | |
| background: #911 !important; | |
| border-color: #383838 !important; | |
| } | |
| .btn-close-issue:hover, .btn-danger:hover, .minibutton.danger:hover, | |
| .remove-topic-button:hover { | |
| background: #911 !important; | |
| border-color: #b00 !important; | |
| } | |
| .mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon, | |
| .completeness-indicator-error, .dangerzone > h3 { | |
| background: #911 !important; | |
| } | |
| .block-diff-deleted, .text-diff-deleted .block-diff-neutral { | |
| background: #b22 !important; | |
| } | |
| /* red border */ | |
| .mergeable-dirty .bubble .mergeable, #message.major, .comment-form-error, | |
| .comment-form-stale, .deprecation-notice, .flash-error, .error { | |
| border-color: #f44 !important; | |
| background: #300 !important; | |
| } | |
| .release-label.draft { | |
| border-color: #f44 !important; | |
| } | |
| .error:after { | |
| border-bottom-color: #f44 !important; | |
| } | |
| .mergeable-dirty .bubble:after { | |
| border-right-color: #911 !important; | |
| } | |
| /* bright red text */ | |
| .btn-danger, a.btn-danger, .text-failure, a.text-failure, .text-error, | |
| a.text-error, a:not(.octicon-btn).danger, .closed.mega-octicon, .deletions, | |
| .closed.octicon, .cdel, .gd .diff-line-num, .authors-and-code .deletions, | |
| .diffstat .diffstat-bar.diff-deleted, span.diffstat .diffstat-bar i.minus, | |
| .icon-for-failure, ul.summary-stats li .octicon-issue-closed, .branch-delete, | |
| #toc .octicon-diff-removed, .pagehead-actions .octicon-mute, .highlight .gd, | |
| .settings-email .email-actions .settings-remove-email, | |
| .uploaded-files .remove:hover, | |
| .collaborators .collab-remove .remove-link:hover, .minibutton.danger, | |
| .closed.mini-icon, .octicon-btn-danger:hover, .text-danger, a.text-danger, | |
| .type-icon-state-closed, a.type-icon-state-closed, .reverted.octicon, | |
| .delete-owners-button:hover, .dangerzone-module h4, .btn-octicon-danger:hover, | |
| .deprecation-notice a, .billing-addon-items tr.total-row *, | |
| .comment-form-error, .comment-form-stale, .markdown-body .absent, .text-red, | |
| a.text-red, .flash-error, .error, .release-label.draft { | |
| color: #f44 !important; | |
| } | |
| /* purple */ | |
| .illflow-item.selected { | |
| background: #30182b !important; | |
| } | |
| .illflow-item.selected:after { | |
| border-bottom-color: #30182b !important; | |
| } | |
| /* brown */ | |
| #feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip, | |
| .mini-callout, .snippet em, #message .sent, .notification, .callout, .ejector, | |
| #issues_search .results em, .bootcamp-help ul li, .btn-download, | |
| .feature-tabs .tab-button, .plan.free, #message.minor, .chzn-results li em, | |
| #missing-readme, .page-notice, .facebox-alert, | |
| .form-checkbox label em.highlight, .deprecation-warning, | |
| .branch-status.status-pending .discussion-item-icon, | |
| .discussion-event-status-renamed .discussion-item-icon, | |
| .state-indicator.renamed, .discussion-topic .branch-status.status-pending, | |
| .discussion-item-review.is-pending .file-header, | |
| .discussion-item-review.is-pending .comment-form-head.tabnav { | |
| background-color: #261d08 !important; | |
| border-color: #542 !important; | |
| color: #ddd !important; | |
| } | |
| .review-summary-form-wrapper, .discussion-item-review.is-pending .file, | |
| .discussion-item-review.is-pending .file-header, | |
| .discussion-item-review.is-pending .tabnav-tab.selected, | |
| .discussion-item-review.is-pending .comment-form-head.tabnav { | |
| border-color: #542 !important; | |
| } | |
| #toc .octicon-diff-modified, .secret .repo-label span, .api .s2 { | |
| color: #b74 !important; | |
| } | |
| .deprecation-warning a { | |
| color: #c97 !important; | |
| } | |
| /* semi-transparent brown */ | |
| .compare-pr-placeholder, .compare-cutoff, .diff-cutoff, .flash.flash-warn, | |
| .flash-global.flash-warn, .markdown-body li.added.moved, .repo-private-label, | |
| .gist-secret-label, .label-private, .stale-files-tab, .signed-out-comment, | |
| .warning, .commits-list-item em, .unsupported-browser { | |
| background: rgba(51, 34, 17, .4) !important; | |
| border: 1px solid #542 !important; | |
| color: #ddd !important; | |
| } | |
| .warning { | |
| background: #321 !important; | |
| } | |
| .warning:after { | |
| border-bottom-color: #321 !important; | |
| } | |
| .warning:before { | |
| border-bottom-color: #542 !important; | |
| } | |
| .btn.btn-secret { | |
| background: linear-gradient(#321, #210) !important; | |
| border-color: #542 !important; | |
| } | |
| .btn.btn-secret:hover { | |
| background: linear-gradient(#432, #321) !important; | |
| } | |
| .btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover { | |
| background: #210 !important; | |
| border-color: #542 !important; | |
| } | |
| /* yellow text */ | |
| /* .bg-pending might be a GitHub bug as it sets the fg */ | |
| .text-pending, a.text-pending, .text-renamed, a.text-renamed, .bg-pending, | |
| a.bg-pending { | |
| color: #cb4 !important; | |
| } | |
| /* yellow border (travis) */ | |
| .branch-action-state-unknown .branch-action-body, | |
| .branch-action-state-unknown .branch-status, | |
| .branch-action-state-unstable .branch-action-body, | |
| .branch-action-state-unstable .branch-status { | |
| border-color: #884 !important; | |
| } | |
| .branch-action-state-unknown .branch-action-body:before, | |
| .branch-action-state-unstable .branch-action-body:before { | |
| border-right-color: #884 !important; | |
| } | |
| /* green */ | |
| /* labels */ | |
| #forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business, | |
| .popout, #statusbar, .clean td, #download_button, .status-box.good a, | |
| .discussion-item-reopened .discussion-item-icon, .progress-bar .progress, | |
| .new-issues, .new-pulls, .mergeable-clean .merge-status-icon, | |
| .settings-email .default, .repo-owner-comment .comment-header-tag, | |
| .mergeable-clean .bubble, .gh-header-status.open, | |
| .branch-status.status-success .discussion-item-icon, .state-open, | |
| .state-proposed, .big-notice, .state-indicator.open, .state-indicator.proposed, | |
| .state-indicator.reopened, .boxed-group-success, | |
| .branch-action-state-clean .branch-action-icon, | |
| .user-list li .actions .status-modified, #message.good, .bg-green, | |
| .discussion-item-reopened .discussion-item-icon, | |
| .discussion-item-review.is-approved.is-writer .discussion-item-icon, | |
| .add-topic-button:hover, .topic-tag-action .add-topic-button:hover { | |
| background: #163 !important; | |
| border-color: #041 !important; | |
| } | |
| /* Green border */ | |
| .mergeable-clean .bubble .mergeable, | |
| .branch-action-state-clean .branch-action-body { | |
| border-color: #041 !important; | |
| } | |
| .mergeable-clean .bubble:after, | |
| .branch-action-state-clean .branch-action-body:before { | |
| border-right-color: #041 !important; | |
| } | |
| .completeness-indicator-success { | |
| background: #152 !important; | |
| } | |
| .billing-confirmation-box { | |
| border-color: #083 !important; | |
| } | |
| /* original color */ | |
| .signed-commit-badge.verified:hover { | |
| border-color: #6cc644 !important; | |
| } | |
| .signed-commit-verified-label, .signed-commit-badge.verified { | |
| color: #55a532 !important; | |
| } | |
| /* Green text */ | |
| .text-open, a.text-open, .text-success, a.text-success, .insertions, | |
| .open.mini-icon, .open.mega-octicon, .open.octicon, .cadd, .gi .diff-line-num, | |
| .authors-and-code .insertions, span.diffstat .diffstat-bar.diff-added, | |
| span.diffstat .diffstat-bar i.plus, | |
| ul.summary-stats li .octicon-git-branch-create, | |
| ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added, | |
| .setup-info-module .features-list .octicon, .setup-form-container .secure, | |
| .highlight .gi, .type-icon-state-open, a.type-icon-state-open, .text-green, | |
| a.text-green, .release-label.latest a { | |
| color: #6cc644 !important; | |
| } | |
| /* bright green background */ | |
| .block-diff-added, .text-diff-added .block-diff-neutral { | |
| background: #6cc644 !important; | |
| } | |
| .release-label.latest { | |
| border-color: #6cc644 !important; | |
| } | |
| /* interactive button - bright border */ | |
| .btn-primary:not(.compare-button), .button.primary, .btn-theme-green { | |
| background: linear-gradient(#407045, #305530) !important; | |
| border-color: #083 !important; | |
| } | |
| .button.primary:disabled, .button.primary:disabled:hover, | |
| .button.primary.disabled, .button.primary.disabled:hover, | |
| .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, | |
| .btn-primary.disabled:hover, .btn-theme-green:disabled, | |
| .btn-theme-green:disabled:hover { | |
| background: linear-gradient(#203522, #152715) !important; | |
| border-color: #041 !important; | |
| } | |
| /* New additions */ | |
| .repo-owner-tag .tag, .gist-owner-tag .tag { | |
| background: #070 !important; | |
| color: #ddd !important; | |
| } | |
| /* Green hovered */ | |
| .noproblems .pageheader_wrap, a.new-repo:hover { | |
| background: #373 !important; | |
| } | |
| .btn-primary:not(:disabled):not(.compare-button):hover, | |
| .button.primary:not(:disabled):hover, .btn-theme-green:hover { | |
| background: linear-gradient(#508055, #407045) !important; | |
| } | |
| /* orange */ | |
| #user-links .unread_count, .minorproblem .pageheader_wrap { | |
| background: rgba(203, 108, 0, .8) !important; | |
| } | |
| .text-orange, a.text-orange, .release-label.prerelease { | |
| color: #f3582c !important; | |
| } | |
| .release-label.prerelease { | |
| border-color: #f66a0a !important; | |
| } | |
| /* purple merge status icon, seen in merged issues with an existing branch */ | |
| .merge-status-icon, .merged-pulls, .state-indicator.merged, .state-merged, | |
| .discussion-item-merged .discussion-item-icon { | |
| background: #6e5494 !important; | |
| } | |
| /* purple text */ | |
| ul.summary-stats li .octicon-git-pull-request, .type-icon-state-merged, | |
| a.type-icon-state-merged { | |
| color: #8368aa !important; | |
| } | |
| .text-purple, a.text-purple { | |
| color: #943fb8 !important; | |
| } | |
| /* pjax loading */ | |
| .pjax-loader-bar .progress { | |
| background: /*[[base-color]]*/ !important; | |
| box-shadow: 0 0 10px /*[[base-color]]*/ !important; | |
| } | |
| ul.view-modes-menu { | |
| background-image: url("data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==") !important; | |
| } | |
| .mini-icon-windows:before { | |
| background-position: -18px 0 !important; | |
| } | |
| /* Repo list (https://github.com/{user}?tab=repositories) */ | |
| .repo-list-item p, .repo-list-item .repo-list-stats { | |
| position: relative !important; | |
| z-index: 1 !important; | |
| } | |
| /* HACK: Fix review comment timeline */ | |
| /* https://github.com/nodejs/node/pull/8519#r78637092 */ | |
| .review-comment-contents:after, .review-comment.is-comment-editing:after { | |
| z-index: 0 !important; | |
| } | |
| .review-comment .avatar { | |
| position: relative !important; | |
| z-index: 1 !important; | |
| background: #181818 !important; | |
| box-shadow: 0 0 0 4px #181818 !important; | |
| } | |
| .reponav-item, .pagehead-tabs-item { | |
| position: relative !important; | |
| top: 2px !important; | |
| } | |
| .participation-graph svg { | |
| background: transparent !important; | |
| opacity: .1 !important; | |
| z-index: 0 !important; | |
| } | |
| .inbox-zero-octocat, .network-graph-container { | |
| opacity: .6 !important; | |
| } | |
| .search .minibutton span { | |
| background-position: center -95px !important; | |
| } | |
| .upload-enabled textarea { | |
| border-bottom: 1px dashed #444 !important; | |
| } | |
| /* history expand buttons */ | |
| .commit .minibutton.expander-minibutton span { | |
| background-position: 50% -45px !important; | |
| } | |
| .commit.open .minibutton.expander-minibutton span { | |
| background-position: 50% -145px !important; | |
| } | |
| /* pull request avatar bubble */ | |
| .avatar-bubble:before, .discussion-bubble-content:before { | |
| border-color: transparent #333 transparent transparent !important; | |
| } | |
| /* octocat spinners */ | |
| img[src*="octocat-spinner"], img[src="/images/spinner.gif"], | |
| .profile-picture-spinner { | |
| width: 0 !important; | |
| height: 0 !important; | |
| } | |
| img[src*="octocat-spinner"], img[src="/images/spinner.gif"], .facebox-loading, | |
| .branch-action-body .spinner, .status-indicator-loading, | |
| .ajax-pagination-form.loading .ajax-pagination-btn:after, | |
| .profile-picture-spinner, .more-repos-link.is-loading { | |
| background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTM2NCAyOC42QzQyMC43IDU3IDQ1OS42IDk0LjQgNDg1IDE1MWwtMzEuNCAxNWMtMjAtNDEtNjMtODQtMTA0LjYtMTA0LjUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjBzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNDk0IDE2OWMyMCA2MCAyMSAxMTQtMSAxNzJsLTMyLjgtMTEuNGMxNS00My4zIDE1LTEwNCAwLTE0OCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4xMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNDg1LjQgMzU5LjJjLTI4LjMgNTYuNi02NS44IDk1LjUtMTIyLjQgMTIxbC0xNS4yLTMxLjRjNDEuMy0yMCA4NC4yLTYzIDEwNC43LTEwNC42Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjI1MHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0zNDQuNSA0ODguNWMtNjAgMjAtMTE0IDIxLTE3Mi0xbDExLjQtMzNjNDMuMiAxNSAxMDQgMTUgMTQ4IDAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuMzc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE1NC4zIDQ4Mi44Yy01Ni42LTI4LjQtOTUuNS02NS44LTEyMS0xMjIuNGwzMS40LTE1LjJjMjAgNDEuMyA2MyA4NC4yIDEwNC42IDEwNC43Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjUwMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0yMy43IDM0Mi43Yy0yMC02MC0yMS0xMTQgMS0xNzJsMzMgMTEuNGMtMTUgNDMuNS0xNSAxMDQgMCAxNDgiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMxLjggMTUxQzYwIDk0LjIgOTcuNSA1NS4zIDE1NCAzMGwxNS4zIDMxLjNjLTQxLjIgMjAtODQgNjMtMTA0LjYgMTA0LjYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNzUwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE3MyAyMWM2MC0yMCAxMTQtMjEgMTcyIDFsLTExLjUgMzIuOGMtNDMuMy0xNS0xMDQtMTUtMTQ4IDAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuODc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iI2VlZSIgZD0iTTE5NyA0NTl2LTQ4cy00LTQtMzMtMWMtMjggMy02Mi02Ni02NS02OSAyNC0xMCA0MyAyNiA2NSAzOGgzMXMzLTQ0IDIwLTM3YzE3IDYtNzIgMS05Ny02MXMxOS0xMjYgMjAtMTE1YzAgOS0xNy0zNS0xMC00NiAyMC0yNCA1MCAxMSA2OSAxNSA1IDAgMTgtOCA1OS03IDQxIDAgNTUgOCA2MCA2IDIyLTEwIDUxLTMyIDY1LTE3IDEwIDEyLTEgNjEtMSA0OXM0MyA4MSA2IDEzMmMtMjkgNDYtOTUgNDMtODQgNDYgMjEgMTUgMTQgOTEgMTQgMTE1bC0yMiA0di03NGMwLTktOS0xMC05LTl2ODVsLTIxIDF2LTg2aC0xMHY4NmwtMjAtMXYtODNzLTgtMS04IDEwdjcyIi8+PC9zdmc+") !important; | |
| background-size: contain !important; | |
| } | |
| .more-repos-link.is-loading { | |
| background-repeat: no-repeat !important; | |
| background-position: 50% 50% !important; | |
| background-size: 16px 16px !important; | |
| } | |
| .timeline-progressive-disclosure-container { | |
| background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA0NCAzNCI+PHBvbHlsaW5lIGZpbGw9IiM0NDQiIHBvaW50cz0iMCwyMSAyMiw4IDQ0LDIxIDQ0LDI2IDIyLDEzIDAsMjYiLz48L3N2Zz4NCg==") repeat-x left center/22px 17px !important; | |
| } | |
| img[src*="octocat-spinner"][width="128"] { | |
| padding: 64px !important; | |
| } | |
| img[src*="octocat-spinner"][width="64"], .profile-picture-spinner { | |
| padding: 32px !important; | |
| } | |
| img[src*="octocat-spinner"][width="32"] { | |
| padding: 16px !important; | |
| } | |
| img[src*="octocat-spinner"][width="16"] { | |
| padding: 8px !important; | |
| } | |
| img[src="/images/spinner.gif"] { | |
| padding: 32px !important; | |
| } | |
| /* network members */ | |
| .network-tree { | |
| width: 26px !important; | |
| height: 0 !important; | |
| padding-top: 22px !important; | |
| background-repeat: no-repeat !important; | |
| } | |
| .network-tree[src$="t.png"] { | |
| background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=") !important; | |
| } | |
| .network-tree[src$="i.png"] { | |
| background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=") !important; | |
| } | |
| .network-tree[src$="l.png"] { | |
| background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=") !important; | |
| } | |
| #searchfield { | |
| background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=") !important; | |
| background-repeat: no-repeat !important; | |
| background-position: 8px center !important; | |
| } | |
| /* octotree icons */ | |
| a.octotree_toggle:not(.octotree_loading) > span:after, | |
| .octotree_github_sidebar a.octotree_opts, .octotree_help > span { | |
| filter: invert(100%) !important; | |
| } | |
| a.octotree_toggle:not(.octotree_loading):hover > span:after, | |
| .octotree_github_sidebar a.octotree_opts:hover, | |
| .octotree_treeview .jstree-icon.tree { | |
| filter: grayscale(100%) !important; | |
| } | |
| /* front page: 'more' spinner */ | |
| .ajax-pagination-form.loading .ajax-pagination-btn { | |
| position: relative !important; | |
| border-color: #343434 !important; | |
| background: #181818 !important; | |
| } | |
| .ajax-pagination-form.loading .ajax-pagination-btn:after { | |
| content: "" !important; | |
| position: absolute !important; | |
| width: 16px !important; | |
| height: 16px !important; | |
| left: 50% !important; | |
| top: 50% !important; | |
| transform: translate(-50%, -50%) !important; | |
| } | |
| .branch-action-body .spinner, div.facebox-loading, .status-indicator-loading { | |
| background-position: center center !important; | |
| width: 100% !important; | |
| background-repeat: no-repeat !important; | |
| } | |
| /* image preview background */ | |
| .render-shell .img-view img, .file .image img, .file .image canvas, img.asset, | |
| .render-shell img:not(.math) { | |
| background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=") !important; | |
| } | |
| .render-shell:hover .img-view img, .file:hover .image img, | |
| .file:hover .image canvas, img.asset:hover, .render-shell:hover img:not(.math) { | |
| background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==") !important; | |
| } | |
| /* <select> dropdown arrows */ | |
| /* https://github.com/account/upgrade */ | |
| .form-select { | |
| background: #181818 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==") no-repeat right 8px center !important; | |
| background-size: 8px 10px !important; | |
| } | |
| /* language stats bar */ | |
| .repository-lang-stats-graph { | |
| height: 9px !important; | |
| } | |
| /* no border */ | |
| .multiple-avatars, .multiple-avatars:before, table.files, table.files tr, | |
| .simple-conversation-list>li:first-child, .gobutton.with-comments .sha, | |
| .usage-bar dd, .setup-form-container .fieldgroup .fields, | |
| .inline-comments .line-comments, #gist-form .gist-name-textbox, | |
| #adv_code_search .search-page-input, .fullscreen-overlay textarea, | |
| .file .image .border-wrap, .site-search .chromeless-input, | |
| .profile-timeline-card-wrapper, .render-shell img, img.asset { | |
| border: 0 !important; | |
| } | |
| .dashboard-tabs a { | |
| border-left: 0 !important; | |
| border-right: 0 !important; | |
| } | |
| .js-details-container.navigation-focus .gobutton { | |
| background: linear-gradient(#444, #222) !important; | |
| } | |
| /* no top border radius */ | |
| table.files { | |
| border-top-left-radius: 0 !important; | |
| border-top-right-radius: 0 !important; | |
| } | |
| /* add border */ | |
| .issues-list, .pulls-list-group, .commit-tease, .branch-infobar, | |
| .pagehead.repohead h1 .repo-label span, | |
| .coupons .coupon-form-body .coupon-icon, .menu, .merge-pr-more-commits, | |
| .api pre { | |
| border: 1px solid #484848 !important; | |
| } | |
| #graph-shots li > p, .select-menu-item, .logo-box, .branch-infobar { | |
| border-bottom: none !important; | |
| } | |
| .pull-info, .branch-link, .milestone-list .progress-bar { | |
| border: 1px solid #444 !important; | |
| } | |
| .more-repos { | |
| border-top: #484848 1px solid !important; | |
| } | |
| .pull-head, .capped-box { | |
| border-bottom: #484848 1px solid !important; | |
| } | |
| .tutorial-e:after, .file-commit-form .commit-form:before { | |
| border-right-color: #343434 !important; | |
| border-bottom-color: transparent !important; | |
| } | |
| .file-commit-form .commit-form:after, .ScreenshotCarousel-navitem { | |
| border-right-color: #222 !important; | |
| } | |
| /* inline code - add border */ | |
| .markdown-format p > code, .markdown-body code, .markdown-body tt, | |
| .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre, | |
| .markdown-body .highlight pre, body.blog pre, #user-content-toc td, | |
| .copyable-terminal { | |
| border: 1px solid rgba(255, 255, 255, .1) !important; | |
| } | |
| /* toc in markdown, reset border-collaps so border-radius works */ | |
| /* https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki */ | |
| #user-content-toc { | |
| border-collapse: separate !important; | |
| } | |
| #facebox pre, #contributors-master svg.viz, #com .dropdown-menu, | |
| .header-search-wrapper { | |
| border: 1px solid #343434 !important; | |
| } | |
| /* orange rss icon */ | |
| .blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss, | |
| .nav-rss a .octicon-rss, a.feed-icon, #dashboard .octicon-rss { | |
| color: #f93 !important; | |
| } | |
| .featured-label { | |
| background: #f5b987 !important; | |
| border: none !important; | |
| padding: 6px !important; | |
| color: #ed7c21 !important; | |
| } | |
| .featured-label .octicon, | |
| .page-new-repo div.form-checkbox .octicon-lock:before { | |
| color: #ed7c21 !important; | |
| } | |
| /* diff highlighting (no syntax highlight) */ | |
| /* main diff text color */ | |
| .diff-line-pre { | |
| color: #ccc !important; | |
| } | |
| .diff-table .line-comments { | |
| border-top: 1px solid #333 !important; | |
| border-bottom: 1px solid #333 !important; | |
| } | |
| #header-wrapper, .menu li + li { | |
| border-bottom: 1px solid #333 !important; | |
| } | |
| .js-release-form .drag-and-drop { | |
| border-top: none !important; | |
| } | |
| /* light grey - breaks in diff (with line numbers) */ | |
| .highlight .expandable-line-num, .highlight .diff-line-num-hunk, | |
| .highlight .diff-line-code-hunk, .highlight .expandable-line-code { | |
| background: #222 !important; | |
| color: #888 !important; | |
| } | |
| /* git diff line additions (dark green) */ | |
| .blob-code.blob-code-addition, .blob-num.blob-num-addition, | |
| .prose-diff .changed ins, .prose-diff .changed ins code, | |
| .prose-diff .changed ins pre, .prose-diff .changed .added, | |
| .prose-diff > .markdown-body ins pre, .prose-diff > .markdown-body ins code, | |
| .prose-diff > .markdown-body ins > div, .prose-diff > .markdown-body ins > p { | |
| background: #002800 !important; | |
| border-color: #060 !important; | |
| } | |
| /* git diff line deletions (dark red) */ | |
| .blob-code.blob-code-deletion, .blob-num.blob-num-deletion, | |
| .prose-diff > .markdown-body .changed del, | |
| .prose-diff > .markdown-body .changed del pre, | |
| .prose-diff > .markdown-body .changed del code, | |
| .prose-diff > .markdown-body .changed del > div, | |
| .prose-diff > .markdown-body .changed .removed, | |
| .prose-diff > .markdown-body .changed .removed pre, | |
| .prose-diff > .markdown-body .changed .removed code, | |
| .prose-diff > .markdown-body .changed .removed > div, | |
| .CodeMirror-linebackground.conflict-background, .conflict-gutter-marker, | |
| .conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber { | |
| background: #380000 !important; | |
| border-color: #600 !important; | |
| } | |
| /* code and diff line selection */ | |
| pre div[style^="background-color: rgb(248, 238, 199)"], | |
| .highlight td.blob-code-inner[style^="background-color: rgb(255, 251, 221)"], | |
| .highlight td.blob-code-inner[style^="background-color: rgb(248, 238, 199)"], | |
| .line[style^="background-color: rgb(255, 255, 204)"], | |
| td.selected-line.blob-num, td.selected-line.blob-code, | |
| .blob-code-inner.highlighted { | |
| background: rgba(85, 85, 85, .4) !important; | |
| border-color: rgba(85, 85, 85, .4) !important; | |
| } | |
| /* custom hover highlight in code and diffs */ | |
| .highlight tr:hover .blob-num:not(.non-expandable) { | |
| color: #e2e2e2 !important; | |
| } | |
| .diff-table tr:hover > pre, | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td.selected-line.blob-num:not(.line-age), | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td.selected-line.blob-code:not(.line-age), | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td:not(.line-age) { | |
| background: rgba(78, 78, 78, .33) !important; | |
| } | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-num-addition:not(.line-age), | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-code-addition:not(.line-age) { | |
| background: #103810 !important; | |
| } | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-num-deletion:not(.line-age), | |
| .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-code-deletion:not(.line-age) { | |
| background: #481010 !important; | |
| } | |
| /* custom hover highlight end */ | |
| .prose-diff > .markdown-body th.changed, | |
| .prose-diff > .markdown-body td.changed { | |
| background: #282818 !important; | |
| } | |
| .blob-code-addition .x, .highlight .blob-code-addition .x { | |
| background: #252 !important; | |
| color: #eee !important; | |
| } | |
| .blob-code-deletion .x, .highlight .blob-code-deletion .x { | |
| background: #622 !important; | |
| color: #eee !important; | |
| } | |
| /* git diff line numbers (med green) */ | |
| .gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre { | |
| background: #020 !important; | |
| border-color: #040 !important; | |
| } | |
| /* git diff line deletions (med red) */ | |
| .gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre { | |
| background: #300 !important; | |
| border-color: #500 !important; | |
| } | |
| /* scroll bar */ | |
| ::-webkit-scrollbar { | |
| max-width: 10px !important; | |
| max-height: 10px !important; | |
| background: #1d1d1d !important; | |
| } | |
| ::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { | |
| background: #1d1d1d !important; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: rgba(175, 175, 175, .5) !important; | |
| } | |
| ::-webkit-scrollbar-thumb:hover { | |
| background: rgba(65, 131, 196, .8) !important; | |
| background: rgba(/*[[base-color-rgb]]*/, .8) !important; | |
| } | |
| /* GitHub Enterprise Only | |
| * _____..---========+*+==========---.._____ | |
| * ______________________ __,-='=====____ =================== _____=====`= | |
| * (._____________________I__) - _-=_/ `---------=+=--------' | |
| * / /__...---===='---+---_' | |
| * '------'---.___ - _ = _.-' | |
| * `--------' | |
| */ | |
| .enterprise.page-profile .profilecols ul.stats li strong { | |
| color: #ccc; | |
| background: transparent !important; | |
| } | |
| .enterprise ul.selling-points li { | |
| color: #fff; | |
| } | |
| .enterprise .steps { | |
| margin: 20px auto 0; | |
| padding: 15px 10px; | |
| border: 1px solid #ddd; | |
| border-radius: 3px; | |
| box-shadow: 0 1px 3px rgba(0, 0, 0, .05); | |
| background: #222; | |
| color: #fff; | |
| } | |
| .enterprise .dashboard-notice { | |
| background: #222 !important; | |
| color: #ccc; | |
| } | |
| .enterprise .autocomplete-item { | |
| color: #ccc; | |
| } | |
| .enterprise .repo-nav a:focus, .enterprise .repo-nav a:hover { | |
| border-radius: 0 !important; | |
| border-left: 1px solid #eee !important; | |
| } | |
| .enterprise .repo-nav a, .enterprise .repo-menu, | |
| .enterprise .repo-nav a .counter { | |
| text-shadow: none !important; | |
| box-shadow: none !important; | |
| } | |
| .enterprise .repo-nav li > .selected:after { | |
| background: #333 none !important; | |
| border-color: #484848 !important; | |
| } | |
| .enterprise .repo-nav-contents { | |
| box-shadow: inset 1px 0 0 #333 !important; | |
| } | |
| .enterprise div.repo-nav-contents { | |
| background: rgba(34, 34, 34, .4) !important; | |
| } | |
| .enterprise ul.repo-menu a.selected { | |
| border-left: 1px solid transparent !important; | |
| } | |
| .enterprise .repo-menu-separator { | |
| border-bottom: 1px solid #333 !important; | |
| } | |
| .enterprise .repo-nav a.selected .octicon, | |
| .enterprise .repo-menu a.selected:after, | |
| .enterprise .repo-menu li:hover .octicon { | |
| color: #eee !important; | |
| } | |
| .enterprise .repo-menu-separator:before, .enterprise .repo-nav-contents:before, | |
| .enterprise .repo-menu-separator, .enterprise .repo-nav-contents:after { | |
| background-color: transparent !important; | |
| background-image: none !important; | |
| } | |
| .enterprise .repo-nav a:focus, .enterprise .repo-nav a:hover { | |
| border-radius: 0 !important; | |
| border-left: 1px solid #eee !important; | |
| } | |
| .enterprise ul.repo-menu a.selected { | |
| border-color: #343434 !important; | |
| } | |
| /* https://github.com/musically-ut/lovely-forks */ | |
| .lovely-forks-addon { | |
| color: #808080 !important; | |
| } | |
| /* https://github.com/npmhub/npmhub */ | |
| .deps > li { | |
| border-color: #343434 !important; | |
| } | |
| /*** ZenHub styling ***/ | |
| .zhc-selection-item:hover, .zhc-selection-item--is-active, | |
| .zhc-selection-item.zhc-selection-item--is-active:not(.zhc-selection-item--is-disabled), | |
| .zh-select-menu-item.navigation-focus, .zh-select-menu-item:hover, | |
| .zhc-dropdown-simple-item:hover, .zhc-checkbox-toggle--is-active:before, | |
| .zhc-board-settings-item:hover, .zhc-tabs__nav-item:hover, | |
| li.zhc-tabs__nav-item--active { | |
| background: /*[[base-color]]*/ !important; | |
| border-color: /*[[base-color]]*/ !important; | |
| color: #fff !important; | |
| } | |
| .zhc-pipeline-sort-status__clear { | |
| color: /*[[base-color]]*/ !important; | |
| } | |
| .zhc-dependency-type-dropdown--is-open .zhc-dependency-type-dropdown__control { | |
| border-bottom-left-radius: 0 !important; | |
| border-bottom-right-radius: 0 !important; | |
| } | |
| /* background */ | |
| .zhc-pipeline, .zh-epic-creator-top, .zh-epic-creator-nav, input.zhc-icon, | |
| .zhc-item-table__header, .zhc-item-table__cell, .zhc-search, | |
| .zhc-selection-list__header, .zhc-burndown .zhc-menu-container__modal-content { | |
| background-color: transparent !important; | |
| } | |
| .zhc-pipeline__body, .zhc-board--is-fullscreen, .zh-epic-issue-progress-bar, | |
| .zhc-board-loading__message, .zhc-pipeline--is-collapsed, .zhc-issue-card, | |
| .zh-todo-item-placeholder, .zh-timeline-comment, .zh-epic-creator-tab, | |
| .zh-issueviewer-content, .zhc-chart-container, tr.zhc-item-table__row--closed { | |
| background: #111 !important; | |
| border-color: #484848 !important; | |
| } | |
| .zhc-pipeline-header, .zh-burndown-chart-container, | |
| .zh-burndown-chart .stats-container, .zh-issue-list .table-list-item, | |
| .zh-todopage-main .zh-todolist-today, .zh-todo-item, .zh-todo-empty-inbox, | |
| .zh-todo-empty-today, .zh-todo-empty-list, .zh-epic-issue-list-container, | |
| .zh-epic-creator-tab.selected, .zh-epic-creator-issue-list, .popover, | |
| .zh-epic-issue-list-container li, .zh-epic-creator-issue-list li, | |
| .full-screen-project-header, .dashboard-notice, .zhu-blankslate, | |
| .zhc-dependency, .zhc-dependency-banner, .zhc-selection-list__body, | |
| .zhc-selection-item, .zhc-issues-list-item, .zhc-tag, .zhc-item-table, | |
| .zhc-item-table__row, .zhc-menu-container__modal-content, | |
| .zhc-chart-info__wrapper { | |
| background: #181818 !important; | |
| border-color: #484848 !important; | |
| } | |
| .zhc-issue-card__meta, .zhc-selection-filter, .zhc-tooltip-action__item, | |
| .zh-milestone-dates, .zh-epic-issue-list-footer, .zh-select-menu-header, | |
| .zh-todolist-box, .zh-todopage-main .zh-todolist-today, | |
| .zh-issue-list .table-list-title, .zh-epic-issue-list-container li:hover, | |
| .zh-epic-creator-issue-list li:hover, .zh-epic-creator-progress-bar, | |
| .zhc-tooltip-action__content, .zh-timeline-comment-header, | |
| .zh-issueviewer-title, .zh-new-issue-suggester-input-container, | |
| .zhc-pr-issue-connector__info, .zhu-tag-default, .zhc-chart-container__header, | |
| .zhc-issues-list__header, .zhc-toggleable--is-disabled, | |
| .zhc-item-table__row:hover { | |
| background: #202020 !important; | |
| border-color: #484848 !important; | |
| } | |
| .zhc-merge-repo-item:hover, .zhc-merge-repo-item--is-active, | |
| .zhc-badge--issue-count, .zhc-tooltip-action__item:hover, | |
| .zh-todolist-completed-separator, .zh-todolist-today-separator, | |
| .zh-epic-issue-list-item-badge .zh-pipeline-badge, .zh-pipeline-badge-light, | |
| .zhc-progress-bar, .zhc-dependency-type-dropdown__list__item, | |
| .zhc-chart-legend:after, .zhc-issues-list-item:hover, .zhc-btn--tint:hover, | |
| .zh-reports .zhc-btn:hover, .zhc-issue-selector .zhc-btn:hover, | |
| .zhc-dependency-header__status__controls .zhc-btn:hover { | |
| background: #333 !important; | |
| } | |
| .zh-epic-creator-tab.selected, .zh-pipeline-badge-light { | |
| border-top-color: /*[[base-color]]*/ !important; | |
| color: #ddd !important; | |
| } | |
| .zh-chart .weekend-band { | |
| fill: rgba(34, 34, 34, .5) !important; | |
| } | |
| .zh-chart .horizonal-grid-line { | |
| stroke: rgba(34, 34, 34, .5) !important; | |
| } | |
| .zhc-readonly-banner { | |
| background: #182030 !important; | |
| } | |
| .zhc-progress-bar > .zhc-progress-bar--completed-issues { | |
| background: #163 !important; | |
| } | |
| .zhc-selection-item--is-active .zhc-icon--board-light { | |
| background-image: url("https://user-images.githubusercontent.com/3282350/27267371-e0aace98-5475-11e7-8b2f-dc774eaf5fd3.png") !important; | |
| } | |
| .zhc-dependency-type-dropdown__list { | |
| background: none !important; | |
| } | |
| /* border */ | |
| .zhc-pr-issue-connector__info:after { | |
| border-right-color: #202020 !important; | |
| } | |
| .zhc-selection-item, .zhc-pipeline-header__actions, .zhc-pipeline, | |
| .zhc-pipeline--new-placeholder .zhc-pipeline__head, .zhc-merge-repo-item, | |
| .zh-todopage-menu, .zh-select-menu-item, .zh-epic-issue-list-container ul, | |
| .zh-epic-creator-nav, .zh-epic-creator-picker-container, .zh-board-menu, | |
| .zh-epic-creator-filters, .zh-epic-issues-picker-new-issue, .merge-status-list, | |
| .zhc-dropdown-simple-item, .zhc-pipeline-body, .zhc-board-settings-head, | |
| .zhc-pipeline-sort-status, .zhc-chart-container, .zhc-burndown-chart__stats, | |
| .zhc-chart-container__footer, .zhc-chart-legend__labels, .zhc-issues-list, | |
| .zhc-tabs__nav-item, .zhc-menu-bar-item--search-bar, .zhc-menu-bar-item { | |
| border-color: #343434 !important; | |
| } | |
| .zhc-tooltip-action__content:before, .zhc-pr-issue-connector__info:before { | |
| border-right-color: #343434 !important; | |
| } | |
| .popover.left .arrow { | |
| border-left-color: #343434 !important; | |
| } | |
| .zhc-dependency-type-dropdown__control, | |
| .zhc-dependency-type-dropdown__list__item, | |
| .zhc-pipeline--add-placeholder .zhc-pipeline__head, | |
| .zhc-checkbox-toggle--is-active:before, .zhc-checkbox-toggle--is-active:after { | |
| border-color: #484848 !important; | |
| } | |
| /* text */ | |
| .zhc-selection-list__header__text, .zhc-merge-repo-item__content, | |
| .zhc-repo-item, .zh-todolist-create:hover, .zh-todolist-name, | |
| .zh-epic-pipeline-selector.active .zh-epic-pipeline-selector-name, | |
| .zh-select-menu-title, .zhc-badge--issue-count, .zh-pipeline-badge, | |
| .zh-timeline-comment-header-text, .zh-epic-issue-header-title, | |
| .zh-select-menu-item .description, .zh-pipeline-badge, .zhc-issue-item__title, | |
| .zhc-item-table__cell__issue-number, .zhc-item-table__column-title, | |
| .zhc-selection-button__title--active-filter, .zhc-item-table__row, | |
| .zhc-selection-list__header, .zhc-issues-list-item__issue_number { | |
| color: #ccc !important; | |
| } | |
| .zh-sidebar-icon { | |
| opacity: 1 !important; | |
| filter: brightness(2) !important; | |
| } | |
| .zhc-dependency-issue-selector__issue-item-meta, | |
| .zhc-selection-item--is-active span, .zhc-btn--tint { | |
| color: #fff !important; | |
| } | |
| .zhc-dependency .zhu-text-important, .zhc-dependency-banner, | |
| .zhc-dependency-type-dropdown__control, .zhc-dependency-type-dropdown__list, | |
| .zhc-selection-item--is-disabled { | |
| color: #c0c0c0 !important; | |
| } | |
| .zhc-click-text-item { | |
| color: /*[[base-color]]*/ !important; | |
| } | |
| /* ZenHub buttons */ | |
| .zhc-toggle-button:not(.zhc-btn--minimal), .zhc-selection-button, | |
| .zh-todo-issue-dropdown .zh-split-button-icon, .zhc-btn--tint, | |
| .zh-split-button-right-side, .zhu-blankslate, .zh-reports .zhc-btn, | |
| .zhc-dependency-header__status__controls .zhc-btn, | |
| .zhc-issue-selector .zhc-btn { | |
| background: linear-gradient(#282828, #181818) !important; | |
| border-color: #383838 !important; | |
| } | |
| .zh-delete-epic-button { | |
| background: #911 !important; | |
| border-color: #383838 !important; | |
| } | |
| .zh-delete-epic-button:hover { | |
| background: #b22 !important; | |
| border-color: #b00 !important; | |
| } | |
| .zhc-toggle-button:not(.zhc-btn--minimal):hover, | |
| .zhc-selection-button:not(.zhc-toggleable--is-disabled):hover, | |
| .zhc-toggle-button--is-active, .zhc-selection-button__container--is-active, | |
| .zh-burndown .btn .octicon, | |
| .zh-todo-issue-dropdown.selected .zh-split-button-icon, | |
| .zh-board-menu-item .octicon, .zh-reports .btn .octicon, | |
| .zh-split-button-right-side:hover, .zh-split-button-icon:hover { | |
| background: linear-gradient(#444, #333) !important; | |
| border-color: #484848 !important; | |
| } | |
| .zhc-btn-gh--primary { | |
| background: linear-gradient(#203522, #152715) !important; | |
| border-color: #041 !important; | |
| } | |
| .zhc-btn.zhc-btn-gh--primary:hover { | |
| background: linear-gradient(#407045, #305530) !important; | |
| border-color: #083 !important; | |
| } | |
| /* popovers */ | |
| .zhc-selection-list__header__text, .zhc-tooltip-action__content, | |
| .zh-select-menu-title, .popover, .zhc-board-settings__items__header, | |
| .zhc-selection-list__header { | |
| box-shadow: none !important; | |
| text-shadow: none !important; | |
| } | |
| /* button tweaks */ | |
| .zh-repo-switcher .select-menu-button { | |
| padding: 1px 6px 2px 4px !important; | |
| } | |
| .zh-repo-switcher .select-menu-button:after { | |
| vertical-align: 0 !important; | |
| } | |
| .zh-octicon-list-unordered { | |
| height: 14px !important; | |
| } | |
| /* invert image */ | |
| .zh-icon-circled-bolt, .zh-icon-bolt, .zh-octicon-x { | |
| filter: invert(40%) brightness(120%) !important; | |
| } | |
| .zhc-icon:not([class$="-red"]):not([class$="-white"]):not([class$="-light"]), | |
| .zhc-board-loading, .zhc-board-loading__message, .zh-octicon-list-unordered, | |
| .zh-octicon-pencil, .zh-octicon-inbox, .zh-octicon-plus, .zh-octicon-info, | |
| .zh-octicon-milestone, .zh-octicon-chevron-down, .zh-epic-creator-tab-icon, | |
| .zh-board-menu-item .zh-octicon-grey, .zh-octicon-search, | |
| .zhc-burndown-chart__placeholder, .zhc-selection-button__container:after, | |
| .zhc-icon--grey-light { | |
| filter: invert(100%) !important; | |
| } | |
| /* move expanded zenhub board toolbar when octotree exists | |
| * see https://github.com/buunguyen/octotree/issues/242 */ | |
| html.octotree:not(.octotree-show) .zhc-board--is-fullscreen .zhc-menu-bar { | |
| margin-left: 30px; | |
| margin-top: -8px; | |
| } | |
| /* Github User Info userscript - see #481 */ | |
| .GithubUserInfo, .GithubUserInfo > div { | |
| background: #202020 !important; | |
| border-color: #343434 !important; | |
| } | |
| /* GitHub Notifications Dropdown userscript - see #478 */ | |
| .notifications-dropdown { | |
| background: #202020 !important; | |
| border: 1px solid #343434 !important; | |
| } | |
| a.notifications-dropdown-see-all { | |
| background: #242424 !important; | |
| color: /*[[base-color]]*/ !important; | |
| } | |
| a.notifications-dropdown-see-all:hover { | |
| background: /*[[base-color]]*/ !important; | |
| color: #e2e2e2 !important; | |
| } | |
| .notifications-dropdown-arrow { | |
| border-bottom-color: #333 !important; | |
| } | |
| /* Awesome autocomplete styling */ | |
| .awesome-autocomplete .tt-dropdown-menu { | |
| border-color: #343434 !important; | |
| background-color: #181818 !important; | |
| } | |
| .awesome-autocomplete .aa-query strong, | |
| .awesome-autocomplete .aa-query-default em, | |
| .awesome-autocomplete .tt-suggestion .octicon { | |
| color: /*[[base-color]]*/ !important; | |
| } | |
| .awesome-autocomplete .tt-suggestion .octicon-star { | |
| fill: #c0c0c0 !important; | |
| } | |
| .awesome-autocomplete .aa-category { | |
| background-color: #1d1d1d !important; | |
| border-top: 1px solid #343434 !important; | |
| border-bottom: 1px solid #343434 !important; | |
| color: #a0a0aa !important; | |
| } | |
| .awesome-autocomplete .tt-suggestion { | |
| border-color: #343434 !important; | |
| } | |
| .awesome-autocomplete .tt-suggestion:hover, | |
| .awesome-autocomplete .tt-suggestion.tt-cursor { | |
| background: #333 !important; | |
| } | |
| .awesome-autocomplete .tt-suggestion:hover .aa-name { | |
| text-decoration: none !important; | |
| } | |
| .awesome-autocomplete .tt-suggestion em { | |
| background-color: /*[[base-color]]*/ !important; | |
| color: #fff !important; | |
| } | |
| .awesome-autocomplete .aa-thumbnail { | |
| background-color: #181818 !important; | |
| } | |
| .awesome-autocomplete .aa-query, .awesome-autocomplete .aa-branding, | |
| .awesome-autocomplete .aa-infos, .awesome-autocomplete .aa-login, | |
| .awesome-autocomplete .aa-company, .awesome-autocomplete .aa-company i, | |
| .awesome-autocomplete .aa-description, .awesome-autocomplete .aa-issue-body { | |
| color: #c0c0c0 !important; | |
| } | |
| .awesome-autocomplete .aa-thumbnail, .awesome-autocomplete .aa-thumbnail { | |
| background-color: #181818 !important; | |
| } | |
| .awesome-autocomplete .icon-delete { | |
| filter: invert(100%) !important; | |
| } | |
| /*[[code-wrap]]*/ | |
| /* inline code - single lines */ | |
| .markdown-body code, .markdown-body tt, .protip code, .content dl code, | |
| .content ul code, p code, .content .sectionbody .dlist dt, .content p > tt, | |
| .content .sectionbody .dlist dt, .content p > tt, .commit-sha, | |
| .commit-preview .message pre, .rendered_html pre, .rendered_html code, | |
| .markdown-format p > code, .markdown-format pre { | |
| background: #222 !important; | |
| } | |
| /* inline code - big blocks */ | |
| .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre, | |
| .markdown-body .highlight pre, body.blog pre, #facebox pre, .blob-expanded, | |
| .terminal, .copyable-terminal, #notebook .input_area, .blob-code-context, | |
| .markdown-format code, body.blog pre > code, .api pre, .api code, | |
| .hook-delivery-details pre, | |
| /*[[syntax-theme]]*/ | |
| /*[[syntax-codemirror]]*/ | |
| /*[[syntax-jupyter]]*/ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment