|
| 1 | +/*! |
| 2 | + * Modified from GitHub's Dark Dimmed theme, licensed under the MIT License |
| 3 | + * Copyright (c) 2018 GitHub Inc. |
| 4 | + * https://github.com/primer/primitives/blob/main/LICENSE |
| 5 | + */ |
| 6 | +main { |
| 7 | + --color-prettylights-syntax-comment: #768390; |
| 8 | + --color-prettylights-syntax-constant: #6cb6ff; |
| 9 | + --color-prettylights-syntax-entity: #dcbdfb; |
| 10 | + --color-prettylights-syntax-storage-modifier-import: #adbac7; |
| 11 | + --color-prettylights-syntax-entity-tag: #8ddb8c; |
| 12 | + --color-prettylights-syntax-keyword: #f47067; |
| 13 | + --color-prettylights-syntax-string: #96d0ff; |
| 14 | + --color-prettylights-syntax-variable: #f69d50; |
| 15 | + --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b; |
| 16 | + --color-prettylights-syntax-invalid-illegal-text: #cdd9e5; |
| 17 | + --color-prettylights-syntax-invalid-illegal-bg: #922323; |
| 18 | + --color-prettylights-syntax-carriage-return-text: #cdd9e5; |
| 19 | + --color-prettylights-syntax-carriage-return-bg: #ad2e2c; |
| 20 | + --color-prettylights-syntax-string-regexp: #8ddb8c; |
| 21 | + --color-prettylights-syntax-markup-list: #eac55f; |
| 22 | + --color-prettylights-syntax-markup-heading: #316dca; |
| 23 | + --color-prettylights-syntax-markup-italic: #adbac7; |
| 24 | + --color-prettylights-syntax-markup-bold: #adbac7; |
| 25 | + --color-prettylights-syntax-markup-deleted-text: #ffd8d3; |
| 26 | + --color-prettylights-syntax-markup-deleted-bg: #78191b; |
| 27 | + --color-prettylights-syntax-markup-inserted-text: #b4f1b4; |
| 28 | + --color-prettylights-syntax-markup-inserted-bg: #1b4721; |
| 29 | + --color-prettylights-syntax-markup-changed-text: #ffddb0; |
| 30 | + --color-prettylights-syntax-markup-changed-bg: #682d0f; |
| 31 | + --color-prettylights-syntax-markup-ignored-text: #adbac7; |
| 32 | + --color-prettylights-syntax-markup-ignored-bg: #255ab2; |
| 33 | + --color-prettylights-syntax-meta-diff-range: #dcbdfb; |
| 34 | + --color-prettylights-syntax-brackethighlighter-angle: #768390; |
| 35 | + --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68; |
| 36 | + --color-prettylights-syntax-constant-other-reference-link: #96d0ff; |
| 37 | + --color-btn-text: #adbac7; |
| 38 | + --color-btn-bg: #373e47; |
| 39 | + --color-btn-border: #cdd9e51a; |
| 40 | + --color-btn-shadow: 0 0 #0000; |
| 41 | + --color-btn-inset-shadow: 0 0 #0000; |
| 42 | + --color-btn-hover-bg: #444c56; |
| 43 | + --color-btn-hover-border: #768390; |
| 44 | + --color-btn-active-bg: #3d444d; |
| 45 | + --color-btn-active-border: #636e7b; |
| 46 | + --color-btn-selected-bg: #2d333b; |
| 47 | + --color-btn-primary-text: #fff; |
| 48 | + --color-btn-primary-bg: #347d39; |
| 49 | + --color-btn-primary-border: #cdd9e51a; |
| 50 | + --color-btn-primary-shadow: 0 0 #0000; |
| 51 | + --color-btn-primary-inset-shadow: 0 0 #0000; |
| 52 | + --color-btn-primary-hover-bg: #46954a; |
| 53 | + --color-btn-primary-hover-border: #cdd9e51a; |
| 54 | + --color-btn-primary-selected-bg: #347d39; |
| 55 | + --color-btn-primary-selected-shadow: 0 0 #0000; |
| 56 | + --color-btn-primary-disabled-text: #cdd9e580; |
| 57 | + --color-btn-primary-disabled-bg: #347d3999; |
| 58 | + --color-btn-primary-disabled-border: #cdd9e51a; |
| 59 | + --color-action-list-item-default-hover-bg: #909dab1f; |
| 60 | + --color-segmented-control-bg: #636e7b1a; |
| 61 | + --color-segmented-control-button-bg: #22272e; |
| 62 | + --color-segmented-control-button-selected-border: #636e7b; |
| 63 | + --color-fg-default: #adbac7; |
| 64 | + --color-fg-muted: #768390; |
| 65 | + --color-fg-subtle: #545d68; |
| 66 | + --color-canvas-default: #192734; |
| 67 | + --color-canvas-overlay: #161b22; |
| 68 | + --color-canvas-inset: #15202b; |
| 69 | + --color-canvas-subtle: #253341; |
| 70 | + --color-border-default: #444c56; |
| 71 | + --color-border-muted: #373e47; |
| 72 | + --color-neutral-muted: #636e7b66; |
| 73 | + --color-accent-fg: #539bf5; |
| 74 | + --color-accent-emphasis: #316dca; |
| 75 | + --color-accent-muted: #4184e466; |
| 76 | + --color-accent-subtle: #388bfd1a; |
| 77 | + --color-success-fg: #57ab5a; |
| 78 | + --color-attention-fg: #c69026; |
| 79 | + --color-attention-muted: #ae7c1466; |
| 80 | + --color-attention-subtle: #ae7c1426; |
| 81 | + --color-danger-fg: #e5534b; |
| 82 | + --color-danger-muted: #e5534b66; |
| 83 | + --color-danger-subtle: #e5534b1a; |
| 84 | + --color-primer-shadow-inset: 0 0 #0000; |
| 85 | + --color-scale-gray-7: #373e47; |
| 86 | + --color-scale-blue-8: #143d79; |
| 87 | + |
| 88 | + /*! Extensions from @primer/css/alerts/flash.scss */ |
| 89 | + --color-social-reaction-bg-hover: var(--color-scale-gray-7); |
| 90 | + --color-social-reaction-bg-reacted-hover: var(--color-scale-blue-8); |
| 91 | +} |
| 92 | +main .pagination-loader-container { |
| 93 | + background-image: url(https://github.com/images/modules/pulls/progressive-disclosure-line-dark.svg); |
| 94 | +} |
| 95 | + |
| 96 | +/*! Custom CSS */ |
| 97 | +.gsc-reactions-count { |
| 98 | + display: none; |
| 99 | +} |
| 100 | +.gsc-timeline { |
| 101 | + flex-direction: column-reverse; |
| 102 | +} |
| 103 | +.gsc-header { |
| 104 | + padding-bottom: 1rem; |
| 105 | +} |
| 106 | +.gsc-comments > .gsc-header { |
| 107 | + order: 1; |
| 108 | +} |
| 109 | +.gsc-comments > .gsc-comment-box { |
| 110 | + margin-bottom: 1rem; |
| 111 | + order: 2; |
| 112 | +} |
| 113 | +.gsc-comments > .gsc-timeline { |
| 114 | + order: 3; |
| 115 | +} |
| 116 | +.gsc-homepage-bg { |
| 117 | + background-color: #15202b; |
| 118 | +} |
| 119 | +main .gsc-loading-image { |
| 120 | + background-image: url(https://github.githubassets.com/images/mona-loading-dimmed.gif); |
| 121 | +} |
0 commit comments