6 Commits

Author SHA1 Message Date
pat-s
c60a15481b dark: adjust background color of emoji reactions 2021-10-09 23:02:48 +03:00
pat-s
05d7758f15 diff color of newly added files 2021-10-09 09:33:46 +03:00
pat-s
8fb6ad6f6e dark theme: repo timeline svg icon coloring and warning messages block 2021-10-09 09:29:32 +03:00
pat-s
e3e77d5262 dark: update repos watch and fork counter color 2021-10-07 17:51:55 +03:00
pat-s
c7bd6313a6 dark: adjust color of active tabular item 2021-10-07 17:28:17 +03:00
pat-s
a8324951fd dark: beautify gpg commit label 2021-10-07 17:22:22 +03:00

View File

@@ -182,7 +182,7 @@ a,
color: #a6aab5 !important;
}
a.ui.label {
color: #adbac7 !important;
/* color: #adbac7 !important; */
border-color: var(--color-secondary) !important;
}
.ui.label {
@@ -278,6 +278,12 @@ textarea,
.lines-code {
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 {
background: var(--color-navbar);
}
.tag-code, .tag-code td {
background-color: var(--color-body);
}
/* green code color dark theme */
.chroma .s2 {
@@ -309,3 +315,45 @@ textarea,
.repository.file.list #repo-files-table td a {
color: #7f8699!important;
}
/* 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 {
border: 1px solid #21ba45 !important;
background: transparent;
border-radius: 6px;
}
/* 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 {
background: var(--color-navbar);
}
/* repo watch and fork counters */
.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label, .ui.basic.label:not(.tag):not(.image):not(.ribbon) {
color: #adbac7;
}
.repo-buttons .ui.labeled.button.disabled>.label {
color: #adbac7;
}
/* border color of warning message */
.ui.warning.message {
background-color: #22272e;
color: var(--color-text);
}
.ui.warning.message, .ui.attached.warning.message {
box-shadow: null;
}
.ui.warning.message, .ui.attached.warning.message {
box-shadow: 0 0 0 0px #c9ba9b inset, 0 0 #0000;
}
/* repo svg icons */
.repository.view.issue .comment-list .timeline-item .badge .svg {
fill: white;
}
/* background emoji reactions */
.repository .segment.reactions .ui.label.basic.blue {
background-color: transparent;
}