21 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
pat-s
89228c7390 format readme table 2021-10-05 09:44:49 +03:00
pat-s
831a99fbfd update dark screenshots 2021-10-05 09:43:07 +03:00
pat-s
571e6dadd5 dark: fix coloring of links 2021-10-05 09:37:15 +03:00
pat-s
18126ed790 dark: update border color of .ui.label 2021-10-02 09:57:11 +03:00
pat-s
ef197cf7f0 dark: update border color of a.ui.label 2021-10-02 09:55:33 +03:00
pat-s
f491463acb update border color of form fields in settings page 2021-10-02 09:41:18 +03:00
pat-s
c778459154 dark theme: add some border and hovering fixes 2021-10-02 09:24:01 +03:00
Patrick Schratz
394a3a223c Merge pull request #1 from IzzySoft/darkfix 2021-10-02 07:42:50 +02:00
Izzy
0694291f9c dark theme: some more missing definitions 2021-10-01 23:34:04 +02:00
Izzy
6a5e1ed1ae dark theme: add some missing color definitions 2021-10-01 23:04:03 +02:00
pat-s
dc3419d8e4 light & dark: adjust ui.sha.label padding 2021-09-20 12:25:01 +02:00
pat-s
4dda0c4c5c refine green reply buttons and their borders 2021-09-15 14:07:20 +02:00
pat-s
d34a726d41 fix font-color ui.basic.label 2021-09-01 14:57:31 +02:00
pat-s
ba683e6cd3 fix font-color of .ui.sha.label 2021-09-01 14:46:28 +02:00
pat-s
7967122041 fix font-color of branch-delete "yes" button on light theme 2021-08-31 11:49:28 +02:00
5 changed files with 251 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ I might update the theme over time to fix oversights and other issues - no guara
## Screenshots
| | |
| :-----------------------: | :-----------------------: |
| ![](figs/screenshot1.png) | ![](figs/screenshot2.png) |
| ![](figs/screenshot-dark1.png) | ![](figs/screenshot-dark2.png) ||
| | |
| :----------------------------: | :----------------------------: |
| ![](figs/screenshot1.png) | ![](figs/screenshot2.png) |
| ![](figs/screenshot-dark1.png) | ![](figs/screenshot-dark2.png) |

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

View File

@@ -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;
}

View File

@@ -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);
}