Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c60a15481b | ||
|
|
05d7758f15 | ||
|
|
8fb6ad6f6e | ||
|
|
e3e77d5262 | ||
|
|
c7bd6313a6 | ||
|
|
a8324951fd | ||
|
|
89228c7390 | ||
|
|
831a99fbfd | ||
|
|
571e6dadd5 | ||
|
|
18126ed790 | ||
|
|
ef197cf7f0 | ||
|
|
f491463acb | ||
|
|
c778459154 | ||
|
|
394a3a223c | ||
|
|
0694291f9c | ||
|
|
6a5e1ed1ae | ||
|
|
dc3419d8e4 | ||
|
|
4dda0c4c5c | ||
|
|
d34a726d41 | ||
|
|
ba683e6cd3 | ||
|
|
7967122041 |
@@ -23,7 +23,7 @@ I might update the theme over time to fix oversights and other issues - no guara
|
||||
|
||||
## Screenshots
|
||||
|
||||
| | |
|
||||
| :-----------------------: | :-----------------------: |
|
||||
|  |  |
|
||||
|  |  ||
|
||||
| | |
|
||||
| :----------------------------: | :----------------------------: |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 230 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 116 KiB |
@@ -4,16 +4,62 @@
|
||||
--color-body: #373e47;
|
||||
--color-navbar: #22272e;
|
||||
--color-footer: #22272e;
|
||||
--color-text-light: #a6aab5;
|
||||
--color-text-light-2: #adbac7;
|
||||
--color-text: #768390;
|
||||
--color-text: #bbc0ca;
|
||||
--color-box-body: #22272e;
|
||||
--color-markup-code-block: #636e7b66;
|
||||
--color-light: #22272e;
|
||||
--color-button: #22272e;
|
||||
--color-input-background: #22272e;
|
||||
--color-input-text: #adbac7;
|
||||
--color-box-header: #22272e;
|
||||
--color-active: #22272e;
|
||||
--color-menu: #22272e;
|
||||
--color-secondary: #454a57;
|
||||
}
|
||||
|
||||
.ui.list .list > .item > .content,
|
||||
.ui.list > .item > .content {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.ui.list .list > .item .description,
|
||||
.ui.list > .item .description {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.ui.repository.list,
|
||||
.ui.user.list {
|
||||
background: var(--color-box-body);
|
||||
padding: 1em;
|
||||
border-radius: 0.75em;
|
||||
}
|
||||
|
||||
.ui.header .sub.header {
|
||||
color: #636e7b;
|
||||
}
|
||||
|
||||
.ui .error.header {
|
||||
border-color: var(--color-red) !important;
|
||||
background-color: var(--color-red) !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.ui.modal > .header {
|
||||
background: var(--color-secondary);
|
||||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
.ui.modal > .actions {
|
||||
background: var(--color-secondary);
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
.ui.modal > .content {
|
||||
background: #383c4a;
|
||||
}
|
||||
|
||||
.ui.green.buttons .button,
|
||||
.ui.green.button {
|
||||
background-color: #347d39;
|
||||
@@ -136,8 +182,178 @@ a,
|
||||
color: #a6aab5 !important;
|
||||
}
|
||||
a.ui.label {
|
||||
color: #adbac7 !important;
|
||||
/* color: #adbac7 !important; */
|
||||
border-color: var(--color-secondary) !important;
|
||||
}
|
||||
.ui.label {
|
||||
border-color: var(--color-secondary) !important;
|
||||
}
|
||||
.ui.menu .item {
|
||||
color: #adbac7;
|
||||
}
|
||||
.ui .sha.label {
|
||||
padding: 6px 10px 6px;
|
||||
}
|
||||
|
||||
/* repo list dashboard */
|
||||
.feeds .list ul li.private {
|
||||
background-color: #22272e;
|
||||
}
|
||||
|
||||
/* ssh and search repository fields */
|
||||
input,
|
||||
textarea,
|
||||
.ui.input > input,
|
||||
.ui.form input:not([type]),
|
||||
.ui.form select,
|
||||
.ui.form textarea,
|
||||
.ui.form input[type="date"],
|
||||
.ui.form input[type="datetime-local"],
|
||||
.ui.form input[type="email"],
|
||||
.ui.form input[type="file"],
|
||||
.ui.form input[type="number"],
|
||||
.ui.form input[type="password"],
|
||||
.ui.form input[type="search"],
|
||||
.ui.form input[type="tel"],
|
||||
.ui.form input[type="text"],
|
||||
.ui.form input[type="time"],
|
||||
.ui.form input[type="url"],
|
||||
.ui.selection.dropdown,
|
||||
.ui.checkbox label:before,
|
||||
.ui.checkbox input:checked ~ label:before,
|
||||
.ui.checkbox input:not([type="radio"]):indeterminate ~ label:before {
|
||||
border-color: var(--color-input-background);
|
||||
}
|
||||
|
||||
/* hover repository rows */
|
||||
.repository.file.list #repo-files-table tr:hover {
|
||||
background-color: var(--color-hover);
|
||||
}
|
||||
|
||||
/* due date boxes */
|
||||
.repository .metas #deadlineForm input {
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
/* border color dependencies block in issues */
|
||||
#new-dependency-drop-list.ui.selection.dropdown {
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
.page-content .ui.button {
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
/* border color form fields settings page */
|
||||
input,
|
||||
textarea,
|
||||
.ui.input > input,
|
||||
.ui.form input:not([type]),
|
||||
.ui.form select,
|
||||
.ui.form textarea,
|
||||
.ui.form input[type="date"],
|
||||
.ui.form input[type="datetime-local"],
|
||||
.ui.form input[type="email"],
|
||||
.ui.form input[type="file"],
|
||||
.ui.form input[type="number"],
|
||||
.ui.form input[type="password"],
|
||||
.ui.form input[type="search"],
|
||||
.ui.form input[type="tel"],
|
||||
.ui.form input[type="text"],
|
||||
.ui.form input[type="time"],
|
||||
.ui.form input[type="url"],
|
||||
.ui.selection.dropdown,
|
||||
.ui.checkbox label:before,
|
||||
.ui.checkbox input:checked ~ label:before,
|
||||
.ui.checkbox input:not([type="radio"]):indeterminate ~ label:before {
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
/* right border of "find repository" field */
|
||||
.ui.action.input:not([class*="left action"])>input {
|
||||
border-right-color: var(--color-input-border-hover);
|
||||
}
|
||||
|
||||
/* background color of code display */
|
||||
.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 {
|
||||
color: #8ddb8c;
|
||||
}
|
||||
|
||||
.chroma .k {
|
||||
color: #f47067;
|
||||
}
|
||||
|
||||
.chroma .m {
|
||||
color: #6cb6ff;
|
||||
}
|
||||
|
||||
.chroma .nf {
|
||||
color: #96d0ff;
|
||||
}
|
||||
|
||||
/* border color repo files */
|
||||
.repository.file.list #repo-files-table td {
|
||||
border-bottom: 1px solid #373e47;
|
||||
}
|
||||
|
||||
/* text color repo files */
|
||||
.repository.file.list #repo-files-table td {
|
||||
color: #7f8699;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
@@ -157,6 +157,34 @@ ul.repo-owner-name-list {
|
||||
font-size: 13px;
|
||||
}
|
||||
a.ui.label {
|
||||
cursor: pointer;
|
||||
color: #fff !important;
|
||||
}
|
||||
.ui .sha.label {
|
||||
color: var(--color-text) !important;
|
||||
padding: 6px 10px 6px;
|
||||
}
|
||||
.ui.basic.green.buttons .button,
|
||||
.ui.basic.green.button {
|
||||
color: #2da44e !important;
|
||||
}
|
||||
.ui.basic.labels .label,
|
||||
.ui.basic.label {
|
||||
color: var(--color-text) !important;
|
||||
}
|
||||
|
||||
.repository #commits-table td.sha .sha.label.isSigned.isVerified .detail.icon, .repository #repo-files-table .sha.label.isSigned.isVerified .detail.icon, .repository #rev-list .sha.label.isSigned.isVerified .detail.icon, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified .detail.icon {
|
||||
border-left: 1px solid #2da44e;
|
||||
color: #2da44e;
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned.isVerified {
|
||||
border: 1px solid #2da44e;
|
||||
}
|
||||
|
||||
.ui.labeled.icon.buttons>.button>.icon, .ui.labeled.icon.button>.icon {
|
||||
border-right: 1px solid var(--color-secondary);
|
||||
}
|
||||
|
||||
.ui.buttons:not(.basic):not(.inverted)>.button:not(.basic):not(.inverted) {
|
||||
border-left: 1px solid var(--color-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user