Created
May 8, 2025 11:42
-
-
Save thisisone/51a65b00714a9c216ae09f83c8c0da7f to your computer and use it in GitHub Desktop.
gitst dark theme
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
| /* | |
| 여기 내용 보고 가져왔습니다만 | |
| https://jeongmint.github.io/posts/2022-04-26-page002 | |
| 색깔이 이상해서 | |
| color 는 전부 흰색 | |
| background-color 는 모드 검정 | |
| 으로 다시 박안 ㅓㅎ었습니다. | |
| */ | |
| /* Import gist dark mode color */ | |
| /*! | |
| * Gist Dark Theme Mint 2022.04.26 | |
| * Reference https://gist.github.com/adimancv/eb2f4b46d3c95e6b8fe4dd52375236b2 | |
| * Edit by jeongmint (https://github.com/jeongmint/gist-dark-theme-mint) | |
| */ | |
| .gist { | |
| font-size: 32px | |
| } | |
| .gist-meta, | |
| .gist-file, | |
| .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; | |
| border-radius:0 0 3px 3px !important; | |
| text-shadow:none !important; | |
| color:#ffffff !important | |
| } | |
| /* Code Background color problems.. here */ | |
| .blob-expanded, | |
| .terminal, | |
| .copyable-terminal, | |
| #notebook .input_area, | |
| .blob-code-context, | |
| .api pre, | |
| .api code, | |
| .CodeMirror, | |
| .highlight { | |
| background-color:#333333!important; | |
| color:#ffffff!important | |
| } | |
| .gist .blob-code { | |
| padding:1px 10px !important; | |
| text-align:left; | |
| background:#ffffff; | |
| border:0 | |
| } | |
| .blob-num { | |
| padding:10px 8px 9px; | |
| text-align:right; | |
| color:#ffffff!important; | |
| border:0 | |
| } | |
| .blob-code,.blob-code-inner { | |
| color:#ffffff!important | |
| } | |
| .pl-c,.pl-c span { | |
| color:#ffffff!important; | |
| font-style:italic!important | |
| } | |
| .pl-c1 { | |
| color:#ffffff!important | |
| } | |
| .pl-cce { | |
| color:#ffffff!important | |
| } | |
| .pl-cn { | |
| color:#ffffff!important | |
| } | |
| .pl-coc { | |
| color:#ffffff!important | |
| } | |
| .pl-cos { | |
| color:#ffffff!important | |
| } | |
| .pl-e { | |
| color:#ffffff!important | |
| } | |
| .pl-ef { | |
| color:#ffffff!important | |
| } | |
| .pl-en { | |
| color:#ffffff!important | |
| } | |
| .pl-enc { | |
| color:#ffffff!important | |
| } | |
| .pl-enf { | |
| color:#ffffff!important | |
| } | |
| .pl-enm { | |
| color:#ffffff!important | |
| } | |
| .pl-ens { | |
| color:#ffffff!important | |
| } | |
| .pl-ent { | |
| color:#ffffff!important | |
| } | |
| .pl-entc { | |
| color:#ffffff!important | |
| } | |
| .pl-enti { | |
| color:#ffffff!important; | |
| font-weight:700!important | |
| } | |
| .pl-entm { | |
| color:#ffffff!important | |
| } | |
| .pl-eoa { | |
| color:#ffffff!important | |
| } | |
| .pl-eoac { | |
| color:#ffffff!important | |
| } | |
| .pl-eoac .pl-pde { | |
| color:#ffffff!important | |
| } | |
| .pl-eoai { | |
| color:#ffffff!important | |
| } | |
| .pl-eoai .pl-pde { | |
| color:#ffffff!important | |
| } | |
| .pl-eoi { | |
| color:#ffffff!important | |
| } | |
| .pl-k { | |
| color:#ffffff!important | |
| } | |
| .pl-ko { | |
| color:#ffffff!important | |
| } | |
| .pl-kolp { | |
| color:#ffffff!important | |
| } | |
| .pl-kos { | |
| color:#ffffff!important | |
| } | |
| .pl-kou { | |
| color:#ffffff!important | |
| } | |
| .pl-mai .pl-sf { | |
| color:#ffffff!important | |
| } | |
| .pl-mb { | |
| color:#ffffff!important; | |
| font-weight:700!important | |
| } | |
| .pl-mc { | |
| color:#ffffff!important | |
| } | |
| .pl-mh .pl-pdh { | |
| color:#ffffff!important | |
| } | |
| .pl-mi { | |
| color:#ffffff!important; | |
| font-style:italic!important | |
| } | |
| .pl-ml { | |
| color:#ffffff!important | |
| } | |
| .pl-mm { | |
| color:#ffffff!important | |
| } | |
| .pl-mp { | |
| color:#ffffff!important | |
| } | |
| .pl-mp1 .pl-sf { | |
| color:#ffffff!important | |
| } | |
| .pl-mq { | |
| color:#ffffff!important | |
| } | |
| .pl-mr { | |
| color:#ffffff!important | |
| } | |
| .pl-ms { | |
| color:#ffffff!important | |
| } | |
| .pl-pdb { | |
| color:#ffffff!important; | |
| font-weight:700!important | |
| } | |
| .pl-pdc { | |
| color:#ffffff!important; | |
| font-style:italic!important | |
| } | |
| .pl-pdc1 { | |
| color:#ffffff!important | |
| } | |
| .pl-pde { | |
| color:#ffffff!important | |
| } | |
| .pl-pdi { | |
| color:#ffffff!important; | |
| font-style:italic!important | |
| } | |
| .pl-pds { | |
| color:#ffffff!important | |
| } | |
| .pl-pdv { | |
| color:#ffffff!important | |
| } | |
| .pl-pse { | |
| color:#ffffff!important | |
| } | |
| .pl-pse .pl-s2 { | |
| color:#ffffff!important | |
| } | |
| .pl-s { | |
| color:#ffffff!important | |
| } | |
| .pl-s1 { | |
| color:#ffffff!important | |
| } | |
| .pl-s2 { | |
| color:#ffffff!important | |
| } | |
| .pl-mp .pl-s3 { | |
| color:#ffffff!important | |
| } | |
| .pl-s3 { | |
| color:#ffffff!important | |
| } | |
| .pl-sc { | |
| color:#ffffff!important | |
| } | |
| .pl-scp { | |
| color:#ffffff!important | |
| } | |
| .pl-sf { | |
| color:#ffffff!important | |
| } | |
| .pl-smc { | |
| color:#ffffff!important | |
| } | |
| .pl-smi { | |
| color:#ffffff!important | |
| } | |
| .pl-smp { | |
| color:#ffffff!important | |
| } | |
| .pl-sok { | |
| color:#ffffff!important | |
| } | |
| .pl-sol { | |
| color:#ffffff!important | |
| } | |
| .pl-som { | |
| color:#ffffff!important | |
| } | |
| .pl-sr { | |
| color:#ffffff!important | |
| } | |
| .pl-sra { | |
| color:#ffffff!important | |
| } | |
| .pl-src { | |
| color:#ffffff!important | |
| } | |
| .pl-sre { | |
| color:#ffffff!important | |
| } | |
| .pl-st { | |
| color:#ffffff!important | |
| } | |
| .pl-stj { | |
| color:#ffffff!important | |
| } | |
| .pl-stp { | |
| color:#ffffff!important | |
| } | |
| .pl-sv { | |
| color:#ffffff!important | |
| } | |
| .pl-v { | |
| color:#ffffff!important | |
| } | |
| .pl-vi { | |
| color:#ffffff!important | |
| } | |
| .pl-vo { | |
| color:#ffffff!important | |
| } | |
| .pl-vpf { | |
| color:#ffffff!important | |
| } | |
| .pl-mi1 { | |
| color:#ffffff!important; | |
| background:rgba(0,64,0,.5)!important | |
| } | |
| .pl-mdht { | |
| color:#ffffff!important; | |
| background:rgba(0,64,0,.5)!important | |
| } | |
| .pl-md { | |
| color:#ffffff!important; | |
| background:rgba(64,0,0,.5)!important | |
| } | |
| .pl-mdhf { | |
| color:#ffffff!important; | |
| background:rgba(64,0,0,.5)!important | |
| } | |
| .pl-mdr { | |
| color:#ffffff!important; | |
| font-weight:400!important | |
| } | |
| .pl-mdh { | |
| color:#ffffff!important; | |
| font-weight:400!important | |
| } | |
| .pl-mdi { | |
| color:#ffffff!important; | |
| font-weight:400!important | |
| } | |
| .pl-ib { | |
| background-color:#000000!important | |
| } | |
| .pl-id { | |
| background-color:#000000!important; | |
| color:#ffffff!important | |
| } | |
| .pl-ii { | |
| background-color:#000000!important; | |
| color:#ffffff!important | |
| } | |
| .pl-iu { | |
| background-color:#000000!important | |
| } | |
| .pl-mo { | |
| color:#ffffff!important | |
| } | |
| .pl-mri { | |
| color:#ffffff!important | |
| } | |
| .pl-ms1 { | |
| background-color:#000000!important | |
| } | |
| .pl-va { | |
| color:#ffffff!important | |
| } | |
| .pl-vpu { | |
| color:#ffffff!important | |
| } | |
| .pl-entl { | |
| color:#ffffff!important | |
| } | |
| .CodeMirror-gutters { | |
| background:#000000!important; | |
| border-right:1px solid #484848!important | |
| } | |
| .CodeMirror-guttermarker { | |
| color:#ffffff!important | |
| } | |
| .CodeMirror-guttermarker-subtle { | |
| color:#ffffff!important | |
| } | |
| .CodeMirror-linenumber { | |
| color:#ffffff!important | |
| } | |
| .CodeMirror-cursor { | |
| border-left:1px solid #fff!important | |
| } | |
| .CodeMirror-activeline-background { | |
| background:#000000!important | |
| } | |
| .CodeMirror-matchingbracket { | |
| outline:1px solid grey!important; | |
| color:#ffffff!important | |
| } | |
| .cm-keyword { | |
| color:#ffffff!important | |
| } | |
| .cm-atom { | |
| color:#ffffff!important | |
| } | |
| .cm-number { | |
| color:#ffffff!important | |
| } | |
| .cm-def { | |
| color:#ffffff!important | |
| } | |
| .cm-variable-2,span.cm-tag { | |
| color:#ffffff!important | |
| } | |
| .cm-variable-3,span.cm-def { | |
| color:#ffffff!important | |
| } | |
| .cm-operator { | |
| color:#ffffff!important | |
| } | |
| .cm-comment { | |
| color:#ffffff!important; | |
| font-style:italic!important; | |
| font-weight:400!important | |
| } | |
| .cm-string { | |
| color:#ffffff!important | |
| } | |
| .cm-string-2 { | |
| color:#ffffff!important | |
| } | |
| .cm-meta { | |
| background-color:#141414!important; | |
| color:#ffffff!important | |
| } | |
| .cm-builtin { | |
| color:#ffffff!important | |
| } | |
| .cm-tag { | |
| color:#ffffff!important | |
| } | |
| .cm-attribute { | |
| color:#ffffff!important | |
| } | |
| .cm-header { | |
| color:#ffffff!important | |
| } | |
| .cm-hr { | |
| color:#ffffff!important | |
| } | |
| .cm-link { | |
| color:#ad9361!important; | |
| font-style:italic!important; | |
| text-decoration:none!important | |
| } | |
| .cm-error { | |
| border-bottom:1px solid red!important | |
| } | |
| #notebook .highlight table { | |
| background:#000000!important; | |
| color:#ffffff!important | |
| } | |
| .highlight .hll { | |
| background-color:#000000!important | |
| } | |
| .highlight .c { | |
| color:#ffffff!important | |
| } | |
| .highlight .err { | |
| color:#ffffff!important | |
| } | |
| .highlight .k { | |
| color:#ffffff!important | |
| } | |
| .highlight .l { | |
| color:#ffffff!important | |
| } | |
| .highlight .h,.highlight .n { | |
| color:#ffffff!important | |
| } | |
| .highlight .o { | |
| color:#ffffff!important | |
| } | |
| .highlight .p { | |
| color:#ffffff !important | |
| } | |
| .highlight .cm { | |
| color:#ffffff!important | |
| } | |
| .highlight .cp { | |
| color:#ffffff!important | |
| } | |
| .highlight .c1 { | |
| color:#ffffff!important | |
| } | |
| .highlight .cs { | |
| color:#ffffff!important | |
| } | |
| .highlight .gd { | |
| color:#ffffff!important | |
| } | |
| .highlight .ge { | |
| font-style:italic!important | |
| } | |
| .highlight .gh { | |
| color:#ffffff!important; | |
| font-weight:700!important | |
| } | |
| .highlight .gi { | |
| color:#ffffff!important | |
| } | |
| .highlight .gp { | |
| color:#ffffff!important; | |
| font-weight:700!important | |
| } | |
| .highlight .gs { | |
| font-weight:700!important | |
| } | |
| .highlight .gu { | |
| color:#ffffff!important; | |
| font-weight:700!important | |
| } | |
| .highlight .kc { | |
| color:#ffffff!important | |
| } | |
| .highlight .kd { | |
| color:#ffffff!important | |
| } | |
| .highlight .kn { | |
| color:#ffffff!important | |
| } | |
| .highlight .kp { | |
| color:#ffffff!important | |
| } | |
| .highlight .kr { | |
| color:#ffffff!important | |
| } | |
| .highlight .kt { | |
| color:#ffffff!important | |
| } | |
| .highlight .ld { | |
| color:#ffffff!important | |
| } | |
| .highlight .m { | |
| color:#ffffff!important | |
| } | |
| .highlight .s { | |
| color:#ffffff!important | |
| } | |
| .highlight .na { | |
| color:#ffffff!important | |
| } | |
| .highlight .nb { | |
| color:#ffffff!important | |
| } | |
| .highlight .nc { | |
| color:#ffffff!important | |
| } | |
| .highlight .no { | |
| color:#ffffff!important | |
| } | |
| .highlight .nd { | |
| color:#ffffff!important | |
| } | |
| .highlight .ni { | |
| color:#ffffff!important | |
| } | |
| .highlight .ne { | |
| color:#ffffff!important | |
| } | |
| .highlight .nf { | |
| color:#ffffff!important | |
| } | |
| .highlight .nl { | |
| color:#ffffff!important | |
| } | |
| .highlight .nn { | |
| color:#ffffff!important | |
| } | |
| .highlight .nx { | |
| color:#ffffff !important | |
| } | |
| .highlight .py { | |
| color:#ffffff!important | |
| } | |
| .highlight .nt { | |
| color:#ffffff!important | |
| } | |
| .highlight .nv { | |
| color:#ffffff!important | |
| } | |
| .highlight .ow { | |
| color:#ffffff!important | |
| } | |
| .highlight .w { | |
| color:#ffffff!important | |
| } | |
| .highlight .mf { | |
| color:#ffffff!important | |
| } | |
| .highlight .mh { | |
| color:#ffffff!important | |
| } | |
| .highlight .mi { | |
| color:#ffffff!important | |
| } | |
| .highlight .mo { | |
| color:#ffffff!important | |
| } | |
| .highlight .sb { | |
| color:#ffffff!important | |
| } | |
| .highlight .sc { | |
| color:#ffffff!important | |
| } | |
| .highlight .sd { | |
| color:#ffffff!important | |
| } | |
| .highlight .s2 { | |
| color:#ffffff!important | |
| } | |
| .highlight .se { | |
| color:#ffffff!important | |
| } | |
| .highlight .sh { | |
| color:#ffffff!important | |
| } | |
| .highlight .si { | |
| color:#ffffff!important | |
| } | |
| .highlight .sx { | |
| color:#ffffff!important | |
| } | |
| .highlight .sr { | |
| color:#ffffff!important | |
| } | |
| .highlight .s1 { | |
| color:#ffffff!important | |
| } | |
| .highlight .ss { | |
| color:#ffffff!important | |
| } | |
| .highlight .bp { | |
| color:#ffffff!important | |
| } | |
| .highlight .vc { | |
| color:#ffffff!important | |
| } | |
| .highlight .vg { | |
| color:#ffffff!important | |
| } | |
| .highlight .vi { | |
| color:#ffffff!important | |
| } | |
| .highlight .il { | |
| color: #ffffff!important | |
| } | |
| /* | |
| import end | |
| 설명 | |
| https://jeongmint.github.io/posts/2022-04-26-page002 | |
| css 파일 | |
| https://jeongmint.github.io/assets/css/dark-mode-gist.css | |
| */ | |
| /* Decorate gist to dark mode */ | |
| .gist-meta{display: none;} /* Remove meta text zone "hosted by Github" */ | |
| .gist .markdown-body .csv-data th, | |
| .gist .markdown-body .csv-data td, | |
| .gist .markdown-body .csv-data .blob-num {background: #000000; background-color: #000000;} | |
| .gist .blob-interaction-bar .octicon-search > path {fill: #fff} | |
| .gist .blob-interaction-bar > input {background: #000000} | |
| .gist .blob-interaction-bar {background: #000000} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment