|
| 1 | +/*! MIT License |
| 2 | + * Copyright (c) 2018 GitHub Inc. |
| 3 | + * https://github.com/primer/primitives/blob/main/LICENSE |
| 4 | + */ |
| 5 | + |
| 6 | +main { |
| 7 | + --color-prettylights-syntax-comment: #8b949e; |
| 8 | + --color-prettylights-syntax-constant: #79c0ff; |
| 9 | + --color-prettylights-syntax-entity: #d2a8ff; |
| 10 | + --color-prettylights-syntax-storage-modifier-import: #c9d1d9; |
| 11 | + --color-prettylights-syntax-entity-tag: #7ee787; |
| 12 | + --color-prettylights-syntax-keyword: #ff7b72; |
| 13 | + --color-prettylights-syntax-string: #a5d6ff; |
| 14 | + --color-prettylights-syntax-variable: #ffa657; |
| 15 | + --color-prettylights-syntax-brackethighlighter-unmatched: #f85149; |
| 16 | + --color-prettylights-syntax-invalid-illegal-text: #f0f6fc; |
| 17 | + --color-prettylights-syntax-invalid-illegal-bg: #8e1519; |
| 18 | + --color-prettylights-syntax-carriage-return-text: #f0f6fc; |
| 19 | + --color-prettylights-syntax-carriage-return-bg: #b62324; |
| 20 | + --color-prettylights-syntax-string-regexp: #7ee787; |
| 21 | + --color-prettylights-syntax-markup-list: #f2cc60; |
| 22 | + --color-prettylights-syntax-markup-heading: #1f6feb; |
| 23 | + --color-prettylights-syntax-markup-italic: #c9d1d9; |
| 24 | + --color-prettylights-syntax-markup-bold: #c9d1d9; |
| 25 | + --color-prettylights-syntax-markup-deleted-text: #ffdcd7; |
| 26 | + --color-prettylights-syntax-markup-deleted-bg: #67060c; |
| 27 | + --color-prettylights-syntax-markup-inserted-text: #aff5b4; |
| 28 | + --color-prettylights-syntax-markup-inserted-bg: #033a16; |
| 29 | + --color-prettylights-syntax-markup-changed-text: #ffdfb6; |
| 30 | + --color-prettylights-syntax-markup-changed-bg: #5a1e02; |
| 31 | + --color-prettylights-syntax-markup-ignored-text: #c9d1d9; |
| 32 | + --color-prettylights-syntax-markup-ignored-bg: #1158c7; |
| 33 | + --color-prettylights-syntax-meta-diff-range: #d2a8ff; |
| 34 | + --color-prettylights-syntax-brackethighlighter-angle: #8b949e; |
| 35 | + --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58; |
| 36 | + --color-prettylights-syntax-constant-other-reference-link: #a5d6ff; |
| 37 | + --color-btn-text: #d4d4d4; /* --darkgray */ |
| 38 | + --color-btn-bg: #161618; /* --light */ |
| 39 | + --color-btn-border: rgb(240, 246, 252 / 10%); /* --dark */ |
| 40 | + --color-btn-shadow: 0 0 transparent; |
| 41 | + --color-btn-inset-shadow: 0 0 transparent; |
| 42 | + --color-btn-hover-bg: #30363d; |
| 43 | + --color-btn-hover-border: #8b949e; |
| 44 | + --color-btn-active-bg: hsl(212deg 12% 18% / 100%); |
| 45 | + --color-btn-active-border: #6e7681; |
| 46 | + --color-btn-selected-bg: #161b22; |
| 47 | + --color-btn-primary-text: #fff; |
| 48 | + --color-btn-primary-bg: #84a59d; /* --tertiary */ |
| 49 | + --color-btn-primary-border: rgb(240, 246, 252 / 10%); /* --dark */ |
| 50 | + --color-btn-primary-shadow: 0 0 transparent; |
| 51 | + --color-btn-primary-inset-shadow: 0 0 transparent; |
| 52 | + --color-btn-primary-hover-bg: #7b97aa; /* --secondary */ |
| 53 | + --color-btn-primary-hover-border: rgb(240, 246, 252 / 10%); /* --dark */ |
| 54 | + --color-btn-primary-selected-bg: #7b97aa; /* --secondary */ |
| 55 | + --color-btn-primary-selected-shadow: 0 0 transparent; |
| 56 | + --color-btn-primary-disabled-text: rgba(33, 32, 32, 0.5); |
| 57 | + --color-btn-primary-disabled-bg: rgb(35 134 54 / 60%); |
| 58 | + --color-btn-primary-disabled-border: rgb(240 246 252 / 10%); |
| 59 | + --color-action-list-item-default-hover-bg: rgb(177 186 196 / 12%); |
| 60 | + --color-segmented-control-bg: rgb(110 118 129 / 10%); |
| 61 | + --color-segmented-control-button-bg: #0d1117; |
| 62 | + --color-segmented-control-button-selected-border: #6e7681; |
| 63 | + --color-fg-default: #ebebec; /* --dark */ |
| 64 | + --color-fg-muted: #d4d4d4; /* --darkgray */ |
| 65 | + --color-fg-subtle: #d4d4d4; /* --darkgray */ |
| 66 | + --color-canvas-default: #0d1117; |
| 67 | + --color-canvas-overlay: #161b22; |
| 68 | + --color-canvas-inset: #010409; |
| 69 | + --color-canvas-subtle: #161b22; |
| 70 | + --color-border-default: #30363d; |
| 71 | + --color-border-muted: #21262d; |
| 72 | + --color-neutral-muted: rgb(110 118 129 / 40%); |
| 73 | + --color-accent-fg: #2f81f7; |
| 74 | + --color-accent-emphasis: #1f6feb; |
| 75 | + --color-accent-muted: rgb(56 139 253 / 40%); |
| 76 | + --color-accent-subtle: rgb(56 139 253 / 10%); |
| 77 | + --color-success-fg: #3fb950; |
| 78 | + --color-attention-fg: #d29922; |
| 79 | + --color-attention-muted: rgb(187 128 9 / 40%); |
| 80 | + --color-attention-subtle: rgb(187 128 9 / 15%); |
| 81 | + --color-danger-fg: #f85149; |
| 82 | + --color-danger-muted: rgb(248 81 73 / 40%); |
| 83 | + --color-danger-subtle: rgb(248 81 73 / 10%); |
| 84 | + --color-primer-shadow-inset: 0 0 transparent; |
| 85 | + --color-scale-gray-7: #21262d; |
| 86 | + --color-scale-blue-8: #0c2d6b; |
| 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 | + |
| 93 | +main .pagination-loader-container { |
| 94 | + background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line-dark.svg"); |
| 95 | +} |
| 96 | + |
| 97 | +main .gsc-loading-image { |
| 98 | + background-image: url("https://github.githubassets.com/images/mona-loading-dark.gif"); |
| 99 | +} |
0 commit comments