Made compatible with 1.12.X

This commit is contained in:
2020-07-20 03:42:13 +02:00
parent 8a06a81da3
commit e759d939eb
2 changed files with 738 additions and 466 deletions

View File

@@ -1,11 +1,25 @@
# Gitea-Themes # Forked version of arc-green theme for gitea
## WARING
If you used the older verion of my theme:
Please remove "theme-arc-blue" from the config,
since the new version repaces the gitea's own arc-green theme
## Setup ## Setup
### Put in following dir ### Prepare
/var/lib/gitea/custom/public/css/ Create /public/css/ in the custom directory for gitea (default: /var/lib/gitea/custom/)
```
mkdir -p /var/lib/gitea/custom/public/css/
```
### Gitea Config file ### Install
Download the blue theme to the custom directory
``` ```
[ui] wget https://git.ictmaatwerk.com/bprieshof/Gitea-Themes/raw/branch/master/theme-arc-blue.css -O /var/lib/gitea/custom/public/css/theme-arc-green.css
THEMES = gitea,arc-green,<Custom themeName> ```
### Finalize
Restart gitea
```
systemctl restart gitea
``` ```

View File

@@ -65,7 +65,9 @@
color: #7f7f7f color: #7f7f7f
} }
.repository .ui.segment.sub-menu .list .item a { .repository .ui.segment.sub-menu .list .item,
.repository .ui.segment.sub-menu .list .item a,
.repository .ui.segment.sub-menu .list .item span.ui {
color: #dbdbdb color: #dbdbdb
} }
@@ -183,11 +185,6 @@ a:hover {
color: #fff color: #fff
} }
.repository.view.issue .comment-list .comment .content>.bottom.segment a {
border: 1px solid #353945;
background-color: #353945
}
.ui.attached.header { .ui.attached.header {
background: #404552; background: #404552;
border: 1px solid #404552; border: 1px solid #404552;
@@ -227,7 +224,8 @@ a:hover {
footer { footer {
background: #2e323e; background: #2e323e;
border-top: 1px solid #313131 border-top: 1px solid #313131;
color: #bababa
} }
.ui.menu .dropdown.item .menu { .ui.menu .dropdown.item .menu {
@@ -323,7 +321,7 @@ a.ui.basic.green.label:hover {
.ui.basic.button, .ui.basic.button,
.ui.basic.buttons .button { .ui.basic.buttons .button {
color: #797979!important color: #797979
} }
.ui.basic.red.active.button, .ui.basic.red.active.button,
@@ -336,8 +334,9 @@ a.ui.basic.green.label:hover {
.ui.basic.button:hover, .ui.basic.button:hover,
.ui.basic.buttons .button:focus, .ui.basic.buttons .button:focus,
.ui.basic.buttons .button:hover { .ui.basic.buttons .button:hover {
background: transparent!important; color: #dbdbdb;
color: #dbdbdb!important box-shadow: inset 0 0 0 1px hsla(0, 0%, 78.4%, .35);
background: rgba(0, 0, 0, .5)
} }
.ui.menu .item { .ui.menu .item {
@@ -346,7 +345,9 @@ a.ui.basic.green.label:hover {
} }
.ui.menu .item.disabled, .ui.menu .item.disabled,
.ui.menu .item.disabled:hover { .ui.menu .item.disabled:hover,
.ui.ui.menu .item.disabled,
.ui.ui.menu .item.disabled:hover {
color: #626773 color: #626773
} }
@@ -359,22 +360,6 @@ a.ui.basic.green.label:hover {
background-color: #2a2e3a background-color: #2a2e3a
} }
.ui.tabular.menu .active.item {
background: #383c4a;
color: #dbdbdb;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 0
}
.ui.tabular.menu .item {
color: #9e9e9e
}
.ui.tabular.menu .item:hover {
color: #dbdbdb
}
.ui.breadcrumb .divider, .ui.breadcrumb .divider,
.ui.header { .ui.header {
color: #9e9e9e color: #9e9e9e
@@ -405,6 +390,7 @@ a.ui.basic.green.label:hover {
.ui.form input[type=date], .ui.form input[type=date],
.ui.form input[type=datetime-local], .ui.form input[type=datetime-local],
.ui.form input[type=email], .ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number], .ui.form input[type=number],
.ui.form input[type=password], .ui.form input[type=password],
.ui.form input[type=search], .ui.form input[type=search],
@@ -421,6 +407,7 @@ a.ui.basic.green.label:hover {
.ui.form input[type=date]:focus, .ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus, .ui.form input[type=datetime-local]:focus,
.ui.form input[type=email]:focus, .ui.form input[type=email]:focus,
.ui.form input[type=file]:focus,
.ui.form input[type=number]:focus, .ui.form input[type=number]:focus,
.ui.form input[type=password]:focus, .ui.form input[type=password]:focus,
.ui.form input[type=search]:focus, .ui.form input[type=search]:focus,
@@ -491,7 +478,7 @@ a.ui.basic.green.label:hover {
} }
.ui .text.grey { .ui .text.grey {
color: #808084!important color: #a5a5a8 !important
} }
.ui.attached.table.segment { .ui.attached.table.segment {
@@ -503,18 +490,31 @@ a.ui.basic.green.label:hover {
border-bottom: 1px solid #304251 border-bottom: 1px solid #304251
} }
.repository.wiki.new .ui.container form .ui.tabular.menu { .ui.tabular.menu {
border-bottom: 1px solid hsla(0, 0%, 73.3%, .6) border-bottom-color: hsla(0, 0%, 73.3%, .24)
} }
.repository.wiki.new .ui.container form .ui.tabular.menu .active.item { .ui.tabular.menu .item.active {
border-top: 1px solid hsla(0, 0%, 73.3%, .6); border-top-color: transparent;
border-left: 1px solid hsla(0, 0%, 73.3%, .6); border-left-color: transparent;
border-right: 1px solid hsla(0, 0%, 73.3%, .6) border-right-color: transparent;
background: #404552;
color: #dbdbdb
} }
.repository.wiki.new .ui.container form .ui.tabular.menu .active.item:hover { .ui.tabular.menu .item {
background: #4b5162 color: #9e9e9e
}
.ui.tabular.menu .item:hover {
color: #dbdbdb
}
.ui.tabular.menu.navbar .item.active {
background: #383c4a;
border-left-color: transparent;
border-right-color: transparent;
border-top: none
} }
.hljs, .hljs,
@@ -547,13 +547,6 @@ a.ui.basic.green.label:hover {
border-color: #4c505c !important border-color: #4c505c !important
} }
.repository.file.editor.edit,
.repository.wiki.new .CodeMirror {
border-right: 1px solid hsla(0, 0%, 73.3%, .6);
border-left: 1px solid hsla(0, 0%, 73.3%, .6);
border-bottom: 1px solid hsla(0, 0%, 73.3%, .6)
}
.repository.file.editor.edit+.editor-preview-side, .repository.file.editor.edit+.editor-preview-side,
.repository.file.editor.edit .editor-preview, .repository.file.editor.edit .editor-preview,
.repository.file.editor.edit .editor-preview-side, .repository.file.editor.edit .editor-preview-side,
@@ -623,10 +616,36 @@ a.ui.basic.green.label:hover {
border: 1px solid #404552 border: 1px solid #404552
} }
.repository.view.issue .comment-list .event>.svg.issue-symbol {
background: #3b4954
}
.repository.view.issue .comment-list .event>.svg:not(.issue-symbol) {
text-shadow: -2px 0 #383c4a, 0 2px #383c4a, 2px 0 #383c4a, 0 -2px #383c4a
}
.ui .text.grey a {
color: #dbdbdb !important
}
.ui .comment .actions a {
color: #9e9e9e !important
}
.ui .comment .actions a.active,
.ui .comment .actions a:hover {
color: #fff !important
}
.repository.view.issue .comment-list .comment .content>.bottom.segment { .repository.view.issue .comment-list .comment .content>.bottom.segment {
background: #353945 background: #353945
} }
.repository.view.issue .comment-list .comment .content>.bottom.segment a {
border: 1px solid #353945;
background-color: #353945
}
.repository.view.issue .comment-list .comment .content .header { .repository.view.issue .comment-list .comment .content .header {
color: #dbdbdb; color: #dbdbdb;
background-color: #404552; background-color: #404552;
@@ -638,43 +657,29 @@ a.ui.basic.green.label:hover {
border-top: 1px solid #353944 border-top: 1px solid #353944
} }
.repository.view.issue .comment-list .event>.octicon.issue-symbol { .repository.view.issue .comment-list .comment .content .header:after,
background: #3b4954 .repository.view.issue .comment-list .comment .content .header:before,
} .repository.view.issue .comment-list .comment .content>.merge-section.no-header:after,
.repository.view.issue .comment-list .comment .content>.merge-section.no-header:before {
.repository.view.issue .comment-list .event>.octicon:not(.issue-symbol) {
text-shadow: -2px 0 #383c4a, 0 2px #383c4a, 2px 0 #383c4a, 0 -2px #383c4a
}
.ui .text.grey a {
color: #dbdbdb!important
}
.ui.comments .comment .actions a {
color: #dbdbdb
}
.repository.view.issue .comment-list .comment .content .header:after {
border-right-color: #404552
}
.repository.new.issue .comment.form .content:after {
border-right-color: #353945
}
.repository.view.issue .comment-list .comment .content .header:before {
border-right-color: #404552 border-right-color: #404552
} }
.repository.new.issue .comment.form .content:after,
.repository.new.issue .comment.form .content:before { .repository.new.issue .comment.form .content:before {
border-right-color: #353945 border-right-color: #353945
} }
.repository.view.issue .comment-list .timeline-line:before, .repository.view.issue .comment-list .timeline:before,
.repository.view.issue .comment-list:not(.prevent-before-timeline):before { .repository.view.issue .comment-list:not(.prevent-before-timeline):before {
background-color: #3b4954 background-color: #3b4954
} }
.repository.view.issue .comment-list .timeline-item .badge {
background-color: #383c4a;
border-color: #3b4954;
color: #9e9e9e
}
.repository .comment.form .content .form:after, .repository .comment.form .content .form:after,
.repository .comment.form .content .form:before { .repository .comment.form .content .form:before {
border-right-color: #313c47 border-right-color: #313c47
@@ -686,7 +691,8 @@ a.ui.basic.green.label:hover {
.ui.basic.green.active.button, .ui.basic.green.active.button,
.ui.basic.green.buttons .active.button { .ui.basic.green.buttons .active.button {
color: #13ae38!important color: #13ae38 !important;
box-shadow: inset 0 0 0 1px #13ae38 !important
} }
.ui.form textarea, .ui.form textarea,
@@ -714,7 +720,11 @@ a.ui.basic.green.label:hover {
border-color: #314a37 !important border-color: #314a37 !important
} }
.repository .diff-file-box .code-diff tbody tr .added-code { .removed-code {
background-color: #5f3737
}
.added-code {
background-color: #3a523a background-color: #3a523a
} }
@@ -729,10 +739,6 @@ a.ui.basic.green.label:hover {
color: #8ab398 color: #8ab398
} }
.repository .diff-file-box .code-diff tbody tr .removed-code {
background-color: #5f3737
}
.tag-code, .tag-code,
.tag-code td { .tag-code td {
background: #242637 !important; background: #242637 !important;
@@ -782,10 +788,6 @@ a.ui.basic.green.label:hover {
color: #dbdbdb !important color: #dbdbdb !important
} }
.ui.tabular.menu {
border-bottom: 1px solid #313c47
}
.ui.card, .ui.card,
.ui.cards>.card { .ui.cards>.card {
background: #353945; background: #353945;
@@ -988,6 +990,12 @@ input {
color: #9e9e9e color: #9e9e9e
} }
.ui.positive.message {
background-color: #0d491b;
color: #86acd1;
box-shadow: inset 0 0 0 1px #2d693b, 0 0 0 0 transparent
}
.ui.negative.message { .ui.negative.message {
background-color: rgba(80, 23, 17, .6); background-color: rgba(80, 23, 17, .6);
color: #f9cbcb; color: #f9cbcb;
@@ -1036,8 +1044,8 @@ input {
color: #668cb1 color: #668cb1
} }
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory, .repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule { .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
color: #1e70bf color: #1e70bf
} }
@@ -1085,8 +1093,8 @@ td.blob-excerpt {
background-color: rgba(0, 0, 0, .15) background-color: rgba(0, 0, 0, .15)
} }
.code-view .active { .code-view .lines-code .active {
background: #554a00 background: #534d1b
} }
a.ui.label:hover, a.ui.label:hover,
@@ -1106,6 +1114,72 @@ a.ui.labels .label:hover {
border-left-color: #888 border-left-color: #888
} }
.repository .ui.attached.message.isSigned.isVerified {
background-color: #394829;
color: #9e9e9e
}
.repository .ui.attached.message.isSigned.isVerified.message {
color: #86acd1
}
.repository .ui.attached.message.isSigned.isVerified.message .ui.text {
color: #9e9e9e
}
.repository .ui.attached.message.isSigned.isVerified.message .pull-right {
color: #86acd1
}
.repository .ui.attached.message.isSigned.isVerifiedUntrusted {
background-color: #4a3903;
color: #9e9e9e
}
.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message {
color: #c2c193
}
.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message .ui.text {
color: #9e9e9e
}
.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message .pull-right,
.repository .ui.attached.message.isSigned.isVerifiedUntrusted.message a {
color: #c2c193
}
.repository .ui.attached.message.isSigned.isVerifiedUnmatched {
background-color: #4e3321;
color: #9e9e9e
}
.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message {
color: #c2a893
}
.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message .ui.text {
color: #9e9e9e
}
.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message .pull-right,
.repository .ui.attached.message.isSigned.isVerifiedUnmatched.message a {
color: #c2a893
}
.repository .ui.attached.message.isSigned.isWarning {
background-color: rgba(80, 23, 17, .6)
}
.repository .ui.attached.message.isSigned.isWarning.message,
.repository .ui.attached.message.isSigned.isWarning.message .ui.text {
color: #d07d7d
}
.repository .ui.attached.message.isSigned.isWarning.message .pull-right {
color: #9e9e9e
}
.repository .label.list .item { .repository .label.list .item {
border-bottom: 1px dashed #4c505c border-bottom: 1px dashed #4c505c
} }
@@ -1116,6 +1190,11 @@ a.ui.labels .label:hover {
color: #86acd1 !important color: #86acd1 !important
} }
.ui.text.yellow,
.yellow.icon.icon.icon {
color: #e4ac07 !important
}
.repository .diff-file-box .code-diff-split tbody tr.add-code td:first-child, .repository .diff-file-box .code-diff-split tbody tr.add-code td:first-child,
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2), .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3), .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
@@ -1174,13 +1253,29 @@ a.ui.labels .label:hover {
} }
.editor-toolbar { .editor-toolbar {
background-color: #404552 background-color: #404552;
border-color: #7f98ad
}
.edit-diff>div>.ui.table {
border-left-color: #404552 !important;
border-right-color: #404552 !important
} }
.editor-toolbar a { .editor-toolbar a {
color: #86acd1 !important color: #86acd1 !important
} }
.editor-toolbar a.active,
.editor-toolbar a:hover {
background: #2a2e3a;
border-color: transparent
}
.editor-toolbar i.separator {
border-right-color: #7f98ad
}
.repository .diff-detail-box { .repository .diff-detail-box {
background-color: #383c4a background-color: #383c4a
} }
@@ -1214,107 +1309,270 @@ a.ui.labels .label:hover {
color: #9e9e9e color: #9e9e9e
} }
.xdsoft_datetimepicker { body .xdsoft_datetimepicker {
background: #2a2e39; background: #2a2e39;
border: 1px solid #4c505c; border: 1px solid #4c505c;
color: #9e9e9e color: #9e9e9e
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker { body .xdsoft_datetimepicker .xdsoft_monthpicker {
height: 36px; height: 36px;
background: #464c5d; background: #464c5d;
margin: -2px -8px 2px; margin: -2px -8px 2px;
padding: 2px 8px 0 padding: 2px 8px 0
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker button { body .xdsoft_datetimepicker .xdsoft_monthpicker button {
background-image: none; background-image: none;
text-indent: 0; text-indent: 0;
text-align: center; text-align: center;
color: #9e9e9e color: #9e9e9e
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker button.xdsoft_prev:before { body .xdsoft_datetimepicker .xdsoft_monthpicker button.xdsoft_prev:before {
content: "\f0d9"; content: "\f0d9";
font: normal normal normal 14px/1 FontAwesome, serif; font: normal normal normal 14px/1 FontAwesome, serif;
font-size: 1.7em font-size: 1.7em
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker button.xdsoft_next:before { body .xdsoft_datetimepicker .xdsoft_monthpicker button.xdsoft_next:before {
content: "\f0da"; content: "\f0da";
font: normal normal normal 14px/1 FontAwesome, serif; font: normal normal normal 14px/1 FontAwesome, serif;
font-size: 1.7em font-size: 1.7em
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker button.xdsoft_today_button:before { body .xdsoft_datetimepicker .xdsoft_monthpicker button.xdsoft_today_button:before {
content: "\f015"; content: "\f015";
font: normal normal normal 14px/1 FontAwesome, serif; font: normal normal normal 14px/1 FontAwesome, serif;
font-size: 1.4em font-size: 1.4em
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker>div.xdsoft_label { body .xdsoft_datetimepicker .xdsoft_monthpicker>div.xdsoft_label {
background: #464c5d background: #464c5d
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker>div.xdsoft_label i { body .xdsoft_datetimepicker .xdsoft_monthpicker>div.xdsoft_label i {
line-height: 14px; line-height: 14px;
background-image: none; background-image: none;
text-indent: 0; text-indent: 0;
text-align: center text-align: center
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker>div.xdsoft_label i :before { body .xdsoft_datetimepicker .xdsoft_monthpicker>div.xdsoft_label i :before {
content: "\f0dd"; content: "\f0dd";
font: normal normal normal 14px/1 FontAwesome, serif; font: normal normal normal 14px/1 FontAwesome, serif;
font-size: .7em font-size: .7em
} }
.xdsoft_datetimepicker .xdsoft_mounthpicker>div.xdsoft_label .xdsoft_select { body .xdsoft_datetimepicker .xdsoft_monthpicker>div.xdsoft_label .xdsoft_select {
background: #353945 background: #353945
} }
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td, body .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar th { body .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar th {
border-color: #4c505c; border-color: #4c505c;
background-color: #2a2e39 background-color: #2a2e39
} }
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td.xdsoft_disabled, body .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td.xdsoft_other_month { body .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td.xdsoft_other_month {
opacity: .8; opacity: .8;
background: #1e70bf; background: #1e70bf;
color: #000 color: #000
} }
.heatmap-color-0{background-color:#2d303b}
.CodeMirror{color:#9daccc;background-color:#2b2b2b;border-top:0}
.CodeMirror div.CodeMirror-cursor{border-left:1px solid #9e9e9e}
.CodeMirror .CodeMirror-gutters{background-color:#2b2b2b}
.CodeMirror .CodeMirror-selected,.CodeMirror ::-moz-selection,.CodeMirror ::selection{background:#42402f!important}
.CodeMirror.cm-s-default .cm-property,.CodeMirror.cm-s-paper .cm-property{color:#1e70bf}
.CodeMirror.cm-s-default .cm-header,.CodeMirror.cm-s-paper .cm-header{color:#9daccc}
.CodeMirror.cm-s-default .cm-quote,.CodeMirror.cm-s-paper .cm-quote{color:#090}
.CodeMirror.cm-s-default .cm-keyword,.CodeMirror.cm-s-paper .cm-keyword{color:#cc8a61}
.CodeMirror.cm-s-default .cm-atom,.CodeMirror.cm-s-paper .cm-atom{color:#ef5e77}
.CodeMirror.cm-s-default .cm-number,.CodeMirror.cm-s-paper .cm-number{color:#ff5656}
.CodeMirror.cm-s-default .cm-def,.CodeMirror.cm-s-paper .cm-def{color:#e4e4e4}
.CodeMirror.cm-s-default .cm-variable-2,.CodeMirror.cm-s-paper .cm-variable-2{color:#00bdbf}
.CodeMirror.cm-s-default .cm-variable-3,.CodeMirror.cm-s-paper .cm-variable-3{color:#085}
.CodeMirror.cm-s-default .cm-comment,.CodeMirror.cm-s-paper .cm-comment{color:#8e9ab3}
.CodeMirror.cm-s-default .cm-string,.CodeMirror.cm-s-paper .cm-string{color:#a77272}
.CodeMirror.cm-s-default .cm-string-2,.CodeMirror.cm-s-paper .cm-string-2{color:#f50}
.CodeMirror.cm-s-default .cm-meta,.CodeMirror.cm-s-default .cm-qualifier,.CodeMirror.cm-s-paper .cm-meta,.CodeMirror.cm-s-paper .cm-qualifier{color:#ffb176}
.CodeMirror.cm-s-default .cm-builtin,.CodeMirror.cm-s-paper .cm-builtin{color:#b7c951}
.CodeMirror.cm-s-default .cm-bracket,.CodeMirror.cm-s-paper .cm-bracket{color:#997}
.CodeMirror.cm-s-default .cm-tag,.CodeMirror.cm-s-paper .cm-tag{color:#f1d273}
.CodeMirror.cm-s-default .cm-attribute,.CodeMirror.cm-s-paper .cm-attribute{color:#bfcc70}
.CodeMirror.cm-s-default .cm-hr,.CodeMirror.cm-s-paper .cm-hr{color:#999}
.CodeMirror.cm-s-default .cm-url,.CodeMirror.cm-s-paper .cm-url{color:#c5cfd0}
.CodeMirror.cm-s-default .cm-link,.CodeMirror.cm-s-paper .cm-link{color:#d8c792}
.CodeMirror.cm-s-default .cm-error,.CodeMirror.cm-s-paper .cm-error{color:#dbdbeb}
.heatmap-color-0 {background-color: #353945;} .heatmap-color-0 {background-color: #353945;}
.heatmap-color-1 {background-color: #06264f;} .heatmap-color-1 {background-color: #06264f;}
.heatmap-color-2 {background-color: #0f3684;} .heatmap-color-2 {background-color: #0f3684;}
.heatmap-color-3 {background-color: #1956ba;} .heatmap-color-3 {background-color: #1956ba;}
.heatmap-color-4 {background-color: #2176df;} .heatmap-color-4 {background-color: #2176df;}
.heatmap-color-5 {background-color: #3d9bdf;} .heatmap-color-5 {background-color: #3d9bdf;}
.activity-bar-graph,
.heatmap-color-5 {
background-color: #1e70bf
}
.activity-bar-graph {
color: #9e9e9e
}
.CodeMirror {
color: #9daccc;
background-color: #2e323e;
border-color: #7f98ad;
border-top: 0
}
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #9e9e9e
}
.CodeMirror .CodeMirror-gutters {
background-color: #2e323e
}
.CodeMirror ::-moz-selection {
background: #42402f !important
}
.CodeMirror .CodeMirror-selected,
.CodeMirror ::-moz-selection,
.CodeMirror ::selection {
background: #42402f !important
}
.CodeMirror.cm-s-default .cm-property,
.CodeMirror.cm-s-paper .cm-property {
color: #1e70bf
}
.CodeMirror.cm-s-default .cm-header,
.CodeMirror.cm-s-paper .cm-header {
color: #9daccc
}
.CodeMirror.cm-s-default .cm-quote,
.CodeMirror.cm-s-paper .cm-quote {
color: #090
}
.CodeMirror.cm-s-default .cm-keyword,
.CodeMirror.cm-s-paper .cm-keyword {
color: #cc8a61
}
.CodeMirror.cm-s-default .cm-atom,
.CodeMirror.cm-s-paper .cm-atom {
color: #ef5e77
}
.CodeMirror.cm-s-default .cm-number,
.CodeMirror.cm-s-paper .cm-number {
color: #ff5656
}
.CodeMirror.cm-s-default .cm-def,
.CodeMirror.cm-s-paper .cm-def {
color: #e4e4e4
}
.CodeMirror.cm-s-default .cm-variable-2,
.CodeMirror.cm-s-paper .cm-variable-2 {
color: #00bdbf
}
.CodeMirror.cm-s-default .cm-variable-3,
.CodeMirror.cm-s-paper .cm-variable-3 {
color: #085
}
.CodeMirror.cm-s-default .cm-comment,
.CodeMirror.cm-s-paper .cm-comment {
color: #8e9ab3
}
.CodeMirror.cm-s-default .cm-string,
.CodeMirror.cm-s-paper .cm-string {
color: #a77272
}
.CodeMirror.cm-s-default .cm-string-2,
.CodeMirror.cm-s-paper .cm-string-2 {
color: #f50
}
.CodeMirror.cm-s-default .cm-meta,
.CodeMirror.cm-s-default .cm-qualifier,
.CodeMirror.cm-s-paper .cm-meta,
.CodeMirror.cm-s-paper .cm-qualifier {
color: #ffb176
}
.CodeMirror.cm-s-default .cm-builtin,
.CodeMirror.cm-s-paper .cm-builtin {
color: #b7c951
}
.CodeMirror.cm-s-default .cm-bracket,
.CodeMirror.cm-s-paper .cm-bracket {
color: #997
}
.CodeMirror.cm-s-default .cm-tag,
.CodeMirror.cm-s-paper .cm-tag {
color: #f1d273
}
.CodeMirror.cm-s-default .cm-attribute,
.CodeMirror.cm-s-paper .cm-attribute {
color: #bfcc70
}
.CodeMirror.cm-s-default .cm-hr,
.CodeMirror.cm-s-paper .cm-hr {
color: #999
}
.CodeMirror.cm-s-default .cm-url,
.CodeMirror.cm-s-paper .cm-url {
color: #c5cfd0
}
.CodeMirror.cm-s-default .cm-link,
.CodeMirror.cm-s-paper .cm-link {
color: #d8c792
}
.CodeMirror.cm-s-default .cm-error,
.CodeMirror.cm-s-paper .cm-error {
color: #dbdbeb
}
.ui.popup {
color: #9e9e9e;
border-color: #9e9e9e
}
.ui.popup,
.ui.popup.top:before {
background-color: #383c4a
}
.markdown:not(code) h1 {
border-bottom-color: #888
}
.markdown:not(code) blockquote {
border-left-color: #888
}
.markdown:not(code) code,
.markdown:not(code) tt {
background-color: #2a2e3a
}
footer .container .links>* {
border-left-color: #888
}
.repository.file.list #repo-files-table tbody .svg {
color: #9e9e9e
}
.repository.release #release-list>li .detail {
border-left-color: #888
}
.repository.release #release-list>li .detail .dot {
background-color: #888
}
.dropzone {
background: #404552 !important;
}
.ui.form .dropzone .dz-button {
color: #9e9e9e;
}