Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de6bc969f6 | ||
|
|
a3b8684ec1 | ||
|
|
5c8e604e08 | ||
|
|
77948727fb | ||
|
|
991975edc1 | ||
|
|
d06350970a | ||
|
|
a044c20906 | ||
|
|
fd34ec3867 | ||
|
|
94f6d0e7b6 | ||
|
|
58ea9a9235 | ||
|
|
e10635ffd0 | ||
|
|
f40704f0cf | ||
|
|
884764b08a | ||
|
|
ea70ec08f0 | ||
|
|
67d0060173 | ||
|
|
90a8d59165 | ||
|
|
a42e4a9f67 | ||
|
|
7e0ee572a6 | ||
|
|
02cbd1c551 | ||
|
|
2ea37c89d9 | ||
|
|
373d16112a | ||
|
|
4699fc648f | ||
|
|
c01e897182 | ||
|
|
47fe7f4977 | ||
|
|
91fefbccc4 | ||
|
|
19c6092361 | ||
|
|
c3e99fc8e3 |
273
theme-github-dark.css
Normal file → Executable file
273
theme-github-dark.css
Normal file → Executable file
@@ -17,6 +17,7 @@
|
|||||||
--color-active: #22272e;
|
--color-active: #22272e;
|
||||||
--color-menu: #22272e;
|
--color-menu: #22272e;
|
||||||
--color-secondary: #454a57;
|
--color-secondary: #454a57;
|
||||||
|
--color-caret: var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.list .list > .item > .content,
|
.ui.list .list > .item > .content,
|
||||||
@@ -71,7 +72,8 @@
|
|||||||
}
|
}
|
||||||
a,
|
a,
|
||||||
.ui.breadcrumb a {
|
.ui.breadcrumb a {
|
||||||
color: var(--color-text) !important;
|
/* color: var(--color-text); */
|
||||||
|
color: #539bf5;
|
||||||
}
|
}
|
||||||
.repo-title a {
|
.repo-title a {
|
||||||
color: #539bf5 !important;
|
color: #539bf5 !important;
|
||||||
@@ -173,7 +175,7 @@ a,
|
|||||||
}
|
}
|
||||||
a,
|
a,
|
||||||
.push.news {
|
.push.news {
|
||||||
color: #a6aab5 !important;
|
color: null;
|
||||||
}
|
}
|
||||||
.ui.header {
|
.ui.header {
|
||||||
color: #a6aab5;
|
color: #a6aab5;
|
||||||
@@ -270,18 +272,26 @@ textarea,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* right border of "find repository" field */
|
/* right border of "find repository" field */
|
||||||
.ui.action.input:not([class*="left action"])>input {
|
.ui.action.input:not([class*="left action"]) > input {
|
||||||
border-right-color: var(--color-input-border-hover);
|
border-right-color: var(--color-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* background color of code display */
|
/* background color of code display */
|
||||||
.lines-code {
|
.lines-code {
|
||||||
background-color: #22272e;
|
background-color: #22272e;
|
||||||
}
|
}
|
||||||
.code-diff-unified .add-code, .code-diff-unified .add-code td, .code-diff-split .add-code .lines-num-new, .code-diff-split .add-code .lines-type-marker-new, .code-diff-split .add-code .lines-code-new, .code-diff-split .del-code .add-code.lines-num-new, .code-diff-split .del-code .add-code.lines-type-marker-new, .code-diff-split .del-code .add-code.lines-code-new {
|
.code-diff-unified .add-code,
|
||||||
background: var(--color-navbar);
|
.code-diff-unified .add-code td,
|
||||||
|
.code-diff-split .add-code .lines-num-new,
|
||||||
|
.code-diff-split .add-code .lines-type-marker-new,
|
||||||
|
.code-diff-split .add-code .lines-code-new,
|
||||||
|
.code-diff-split .del-code .add-code.lines-num-new,
|
||||||
|
.code-diff-split .del-code .add-code.lines-type-marker-new,
|
||||||
|
.code-diff-split .del-code .add-code.lines-code-new {
|
||||||
|
background: #224035;
|
||||||
}
|
}
|
||||||
.tag-code, .tag-code td {
|
.tag-code,
|
||||||
|
.tag-code td {
|
||||||
background-color: var(--color-body);
|
background-color: var(--color-body);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -302,6 +312,38 @@ textarea,
|
|||||||
color: #96d0ff;
|
color: #96d0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chroma .nb {
|
||||||
|
color: #539bf5;
|
||||||
|
}
|
||||||
|
.chroma .nx {
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.chroma .nv {
|
||||||
|
color: #08dddd;
|
||||||
|
}
|
||||||
|
.chroma .si {
|
||||||
|
color: #8ddb8c;
|
||||||
|
}
|
||||||
|
.chroma .nt {
|
||||||
|
color: #50eb75;
|
||||||
|
}
|
||||||
|
.chroma .nd {
|
||||||
|
color: #c4cfcf;
|
||||||
|
}
|
||||||
|
.chroma .o {
|
||||||
|
color: #eb3243;
|
||||||
|
}
|
||||||
|
.chroma .nc {
|
||||||
|
color: #16e9e9;
|
||||||
|
}
|
||||||
|
.chroma .nn {
|
||||||
|
color: #16e9e9;
|
||||||
|
}
|
||||||
|
.chroma .s {
|
||||||
|
color: #8ddb8c;
|
||||||
|
}
|
||||||
|
|
||||||
/* border color repo files */
|
/* border color repo files */
|
||||||
.repository.file.list #repo-files-table td {
|
.repository.file.list #repo-files-table td {
|
||||||
border-bottom: 1px solid #373e47;
|
border-bottom: 1px solid #373e47;
|
||||||
@@ -313,26 +355,34 @@ textarea,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.repository.file.list #repo-files-table td a {
|
.repository.file.list #repo-files-table td a {
|
||||||
color: #7f8699!important;
|
color: #7f8699 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gpg commit label */
|
/* gpg commit label */
|
||||||
.repository #commits-table td.sha .sha.label.isSigned.isVerified, .repository #repo-files-table .sha.label.isSigned.isVerified, .repository #rev-list .sha.label.isSigned.isVerified, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified {
|
.repository #commits-table td.sha .sha.label.isSigned.isVerified,
|
||||||
|
.repository #repo-files-table .sha.label.isSigned.isVerified,
|
||||||
|
.repository #rev-list .sha.label.isSigned.isVerified,
|
||||||
|
.repository
|
||||||
|
.timeline-item.commits-list
|
||||||
|
.singular-commit
|
||||||
|
.sha.label.isSigned.isVerified {
|
||||||
border: 1px solid #21ba45 !important;
|
border: 1px solid #21ba45 !important;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of active tabular item, e.g. in PR view (conversations, commits, files changed) */
|
/* color of active tabular item, e.g. in PR view (conversations, commits, files changed) */
|
||||||
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
|
.ui.tabular.menu .active.item,
|
||||||
|
.ui.tabular.menu .active.item:hover {
|
||||||
background: var(--color-navbar);
|
background: var(--color-navbar);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* repo watch and fork counters */
|
/* repo watch and fork counters */
|
||||||
.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label, .ui.basic.label:not(.tag):not(.image):not(.ribbon) {
|
.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label,
|
||||||
|
.ui.basic.label:not(.tag):not(.image):not(.ribbon) {
|
||||||
color: #adbac7;
|
color: #adbac7;
|
||||||
}
|
}
|
||||||
.repo-buttons .ui.labeled.button.disabled>.label {
|
.repo-buttons .ui.labeled.button.disabled > .label {
|
||||||
color: #adbac7;
|
color: #adbac7;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -341,19 +391,212 @@ textarea,
|
|||||||
background-color: #22272e;
|
background-color: #22272e;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
.ui.warning.message, .ui.attached.warning.message {
|
.ui.warning.message,
|
||||||
|
.ui.attached.warning.message {
|
||||||
box-shadow: null;
|
box-shadow: null;
|
||||||
}
|
}
|
||||||
.ui.warning.message, .ui.attached.warning.message {
|
.ui.warning.message,
|
||||||
|
.ui.attached.warning.message {
|
||||||
box-shadow: 0 0 0 0px #c9ba9b inset, 0 0 #0000;
|
box-shadow: 0 0 0 0px #c9ba9b inset, 0 0 #0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* repo svg icons */
|
/* repo svg icons */
|
||||||
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||||
fill: white;
|
fill: var(--color-text-light)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* background emoji reactions */
|
/* background emoji reactions */
|
||||||
.repository .segment.reactions .ui.label.basic.blue {
|
.repository .segment.reactions .ui.label.basic.blue {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.positive.message {
|
||||||
|
background-color: #22272e;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.ui.positive.message,
|
||||||
|
.ui.attached.positive.message {
|
||||||
|
box-shadow: 0 0 0 1px #2c662d inset, 0 0 #0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* diff color deletion */
|
||||||
|
.code-diff-unified .del-code,
|
||||||
|
.code-diff-unified .del-code td,
|
||||||
|
.code-diff-split .del-code .lines-num-old,
|
||||||
|
.code-diff-split .del-code .lines-type-marker-old,
|
||||||
|
.code-diff-split .del-code .lines-code-old {
|
||||||
|
background: #7a341e;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* diff color neutral */
|
||||||
|
.lines-num,
|
||||||
|
.lines-code {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
|
||||||
|
.lines-type-marker {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
a.blob-excerpt {
|
||||||
|
background: var(--color-body);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PR open label */
|
||||||
|
.ui.green.labels .label,
|
||||||
|
.ui.ui.ui.green.label {
|
||||||
|
background-color: #347d39;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* bg color of PR comment form */
|
||||||
|
.ui.form,
|
||||||
|
.ui.form .field .dropdown,
|
||||||
|
.ui.form .field .dropdown .menu > .item {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
.comment-code-cloud {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* remove border of "new file" button */
|
||||||
|
.ui.buttons .button:first-child {
|
||||||
|
border-left: 1px solid var(--color-markup-code-block);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* border color of dropdown svg */
|
||||||
|
.ui.form,
|
||||||
|
.ui.form .field .dropdown,
|
||||||
|
.ui.form .field .dropdown .menu > .item {
|
||||||
|
background-color: var(--color-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* hover font color */
|
||||||
|
.ui.secondary.pointing.menu .active.item,
|
||||||
|
.ui.secondary.pointing.menu .active.item:hover,
|
||||||
|
.ui.secondary.pointing.menu .dropdown.item:hover,
|
||||||
|
.ui.secondary.pointing.menu .link.item:hover,
|
||||||
|
.ui.secondary.pointing.menu a.item:hover {
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* user avatar background */
|
||||||
|
.user.profile .ui.card #profile-avatar {
|
||||||
|
background: var(--color-navbar);
|
||||||
|
}
|
||||||
|
.ui.cards > .card > .content,
|
||||||
|
.ui.card > .content {
|
||||||
|
background: var(--color-navbar);
|
||||||
|
}
|
||||||
|
.user.profile .ui.card .extra.content ul li:not(:last-child) {
|
||||||
|
border-bottom: 1px solid var(--color-secondary);
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
.user.profile .ui.card .extra.content ul li {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* right border of profile search bar */
|
||||||
|
.ui.action.input:not([class*="left action"]) > input {
|
||||||
|
border-right-color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* font color line numbers */
|
||||||
|
.lines-num span:after {
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* gpg key signed message */
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message {
|
||||||
|
background-color: var(--color-primary);
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message .ui.text {
|
||||||
|
color: var(--color-active);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui .info.segment.top {
|
||||||
|
background-color: var(--color-navbar) !important;
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified.top,
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message {
|
||||||
|
border-top: 0px solid var(--color-text);
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified {
|
||||||
|
border-left: 0px solid var(--color-text);
|
||||||
|
border-right: 0px solid var(--color-text);
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified:last-child,
|
||||||
|
.repository .ui.attached.isSigned.isVerified.bottom {
|
||||||
|
border-bottom: 0px solid #a3c293;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* info message banner colors */
|
||||||
|
.ui.info.message {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PR timelines colors */
|
||||||
|
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||||
|
fill: black;
|
||||||
|
}
|
||||||
|
.repository.view.issue .comment-list .timeline-item .badge {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
color: var(--color-text);
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
margin-left: -31px;
|
||||||
|
}
|
||||||
|
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
||||||
|
border-color: var(--color-navbar);
|
||||||
|
background: var(--color-navbar);
|
||||||
|
}
|
||||||
|
.repository.view.issue .comment-list .timeline:before {
|
||||||
|
background-color: var(--color-secondary);
|
||||||
|
}
|
||||||
|
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
caret-color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.removed-code {
|
||||||
|
background: #b70f22;
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
.added-code {
|
||||||
|
background: #0d8b2c;
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* review - pending label */
|
||||||
|
.ui.basic.labels .yellow.label, .ui.ui.ui.basic.yellow.label {
|
||||||
|
background: var(--color-project-board-bg);
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* green checkmark background when approving PRs */
|
||||||
|
.bg-green {
|
||||||
|
background: var(--color-primary)!important;
|
||||||
|
}
|
||||||
|
i.green.icon.icon.icon.icon {
|
||||||
|
color: var(--color-primary);
|
||||||
|
}
|
||||||
|
span.green .svg {
|
||||||
|
color: var(--color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* highlight color bg for highlighted lines */
|
||||||
|
.lines-code.active, .lines-code .active {
|
||||||
|
border-radius: 6px;
|
||||||
|
background: #000000!important;
|
||||||
|
}
|
||||||
|
.ui.ui.ui.ui.table tr.active, .ui.ui.table td.active {
|
||||||
|
box-shadow: 0 0 #000000de inset;
|
||||||
|
background: #E0E0E0;
|
||||||
|
color: --var(--color-text);
|
||||||
|
}
|
||||||
|
|||||||
@@ -188,3 +188,28 @@ a.ui.label {
|
|||||||
.ui.buttons:not(.basic):not(.inverted)>.button:not(.basic):not(.inverted) {
|
.ui.buttons:not(.basic):not(.inverted)>.button:not(.basic):not(.inverted) {
|
||||||
border-left: 1px solid var(--color-secondary);
|
border-left: 1px solid var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* GPG verified msg banner */
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message .ui.text {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified:last-child, .repository .ui.attached.isSigned.isVerified.bottom {
|
||||||
|
border-bottom: 1px solid #21ba45;
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified.top, .repository .ui.attached.isSigned.isVerified.message {
|
||||||
|
border-top: 1px solid var(--color-secondary);
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified {
|
||||||
|
border-left: 1px solid var(--color-secondary);
|
||||||
|
border-right: 1px solid var(--color-secondary);
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #21ba45;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* bg color of commit info box */
|
||||||
|
.ui .info.segment.top {
|
||||||
|
background-color: var(--color-navbar)!important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user