Gitea_Night_Sky/theme-arc-blue.css

1208 lines
27 KiB
CSS
Raw Normal View History

2021-03-13 01:55:55 +13:00
html {
background: #171717;
color: #cacaca;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
body {
background: #131313;
color: #afafaf;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
element {
background: #1c1c1c;
color: #cbcbcb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
a {
color: #86acd1;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.following.bar.light {
background: #001038;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.secondary.menu .item {
color: #cfc5c5;
padding: 8px 8px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.secondary.menu .active.item {
color: #fafafa;
padding: 5px 12px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.following.bar .top.menu a.item:hover {
color: #fff;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.following.bar.light {
border-bottom: 1px solid #313131;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.attached.header {
background: #060621;
border: 1px solid #203241;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.attached.table {
border: 1px solid #203241;
background: #001221
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.feeds .list ul li:not(:last-child) {
border-bottom: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.feeds .list ul li.private {
background: #151825;
}
2021-03-13 02:09:50 +13:00
.ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .link.item:hover, .ui.secondary.menu a.item:hover {
2021-03-13 01:55:55 +13:00
color: #fff;
}
2021-03-13 02:09:50 +13:00
.ui.menu .ui.dropdown .menu>.item {
2021-03-13 01:55:55 +13:00
background: #020410 !important;
color: #9e9e9e !important;
}
2021-03-13 02:09:50 +13:00
.ui.secondary.menu .dropdown.item>.menu, .ui.text.menu .dropdown.item>.menu {
2021-03-13 01:55:55 +13:00
border: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
footer {
background: #060633;
border-top: 1px solid #313131;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.menu .dropdown.item .menu {
background: #020410;
}
2021-03-13 02:09:50 +13:00
.ui.menu .ui.dropdown .menu>.item:hover, .ui.menu .ui.dropdown .menu>.selected.item {
2021-03-13 01:55:55 +13:00
color: #fff!important;
}
2021-03-13 02:09:50 +13:00
.ui.dropdown .menu>.header {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.red.label, .ui.red.labels .label {
2021-03-13 01:55:55 +13:00
background-color: #802020!important;
border-color: #DB2828!important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.menu {
background: #0202aa;
border: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.menu .item {
background: #051865;
color: #aaaaaa;
}
2021-03-13 02:09:50 +13:00
.ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.menu .active.item {
background: #051552;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.input input {
background: #000009;
border: 1px solid #203241;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.input input:focus, .ui.input.focus input {
2021-03-13 01:55:55 +13:00
background: #000000;
border: 1px solid #456580;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.label {
color: #dbdbdb;
background-color: #313f4c;
}
2021-03-13 02:09:50 +13:00
.issue.list>.item .title {
2021-03-13 01:55:55 +13:00
color: #668cb1;
}
2021-03-13 02:09:50 +13:00
.issue.list>.item .title:hover {
2021-03-13 01:55:55 +13:00
color: #aaaabb;
}
2021-03-13 02:09:50 +13:00
.issue.list>.item {
2021-03-13 01:55:55 +13:00
border-bottom: 1px dashed #475767;
}
2021-03-13 02:09:50 +13:00
.ui.green.label, .ui.green.labels .label {
2021-03-13 01:55:55 +13:00
background-color: #2d693b!important;
border-color: #2d693b!important;
}
2021-03-13 02:09:50 +13:00
.issue.list>.item .comment {
2021-03-13 01:55:55 +13:00
color: #129c92;
}
2021-03-13 02:09:50 +13:00
.ui.basic.button, .ui.basic.buttons .button {
2021-03-13 01:55:55 +13:00
color: #a9a9a9 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.basic.blue.button, .ui.basic.blue.buttons .button {
color: #b9c1ce !important;
}
2021-03-13 02:09:50 +13:00
.ui.basic.red.active.button, .ui.basic.red.buttons .active.button {
2021-03-13 01:55:55 +13:00
box-shadow: 0 0 0 1px #c75252 inset!important;
color: #c75252!important;
}
2021-03-13 02:09:50 +13:00
.ui.basic.button:focus, .ui.basic.button:hover, .ui.basic.buttons .button:focus, .ui.basic.buttons .button:hover {
2021-03-13 01:55:55 +13:00
background: transparent!important;
color: #dbdbdb!important;
}
2021-03-13 02:09:50 +13:00
.ui.menu .item.disabled, .ui.menu .item.disabled:hover {
2021-03-13 01:55:55 +13:00
cursor: default !important;
background-color: #151825 !important;
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.pagination.menu .active.item {
color: #dbdbdb;
background-color: #212d38;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .header-wrapper {
background-color: #151825;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.tabular.menu .active.item {
background: #232323;
color: #dbdbdb;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.secondary.pointing.menu .item {
border-bottom-width: 0px;
align-self: center;
background: #050542;
margin: 1px 1px 1px 1px;
padding: 8px 6px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.tabular.menu .item {
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.tabular.menu .item:hover {
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.header, .ui.breadcrumb .divider {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
.ui.blue.label, .ui.blue.labels .label {
2021-03-13 01:55:55 +13:00
background-color: #081f6f !important;
border-color: #081f6f !important;
color: #b5b5b5 !important;
}
2021-03-13 02:09:50 +13:00
.ui.menu .item>.label {
2021-03-13 01:55:55 +13:00
background: #565454;
}
2021-03-13 02:09:50 +13:00
.ui.blue.button, .ui.blue.buttons .button {
2021-03-13 01:55:55 +13:00
background-color: #26577b;
}
2021-03-13 02:09:50 +13:00
.ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=number] {
2021-03-13 01:55:55 +13:00
background: #151825;
border: 1px solid rgb(48, 66, 81);
}
2021-03-13 02:09:50 +13:00
.ui.form input:not([type]):focus, .ui.form input[type=text]:focus, .ui.form input[type=email]:focus, .ui.form input[type=search]:focus, .ui.form input[type=password]:focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus, .ui.form input[type=number]:focus {
2021-03-13 01:55:55 +13:00
background: #151825;
border: 1px solid #456580;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.action.input:not([class*="left action"]) input:focus {
border-right-color: #456580!important;
}
2021-03-13 02:09:50 +13:00
.ui.green.button, .ui.green.buttons .button {
2021-03-13 01:55:55 +13:00
background-color: #217a45;
color: #fff;
text-shadow: none;
background-image: none;
}
2021-03-13 02:09:50 +13:00
.ui.green.button:focus, .ui.green.buttons .button:focus {
2021-03-13 01:55:55 +13:00
background-color: #085121 !important;
color: #fff;
text-shadow: none;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.button {
background: #0c0c53;
border: 1px solid #313c47;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.labeled.button:not([class*="left labeled"])>.label, .ui[class*="left labeled"].button>.button {
2021-03-13 01:55:55 +13:00
background: #151825;
border: 1px solid #313c47;
color: #a0bdcb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.button:hover {
background-color: #151899;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.table thead th {
background: #05174b;
color: #dbdbdb !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.file.list #repo-files-table tr:hover {
background-color: #232323;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.table {
color: #797979!important;
border: 1px solid #313c47;
background: #18242f;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.table tbody tr {
border-bottom: 1px solid red;
background: #151515;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.attached.table.segment {
2021-03-13 02:09:50 +13:00
background: #2a2e3a;
2021-03-13 01:55:55 +13:00
color: #dbdbdb!important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h2 {
border-bottom: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
.hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst {
2021-03-13 01:55:55 +13:00
color: #dbdbdb !important;
background: #181818 !important;
}
2021-03-13 02:09:50 +13:00
.markdown:not(code) .highlight pre, .markdown:not(code) pre {
2021-03-13 01:55:55 +13:00
background-color: #081004;
border: 1px solid #246;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.dropdown .menu {
background: #151825;
}
2021-03-13 02:09:50 +13:00
.ui.dropdown .menu>.message:not(.ui) {
2021-03-13 01:55:55 +13:00
color: rgb(99, 99, 99);
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.segment {
background: #020410;
color: #9e9e9e!important;
border: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
.ui.active.button:active, .ui.button:active, .ui.button:focus {
2021-03-13 01:55:55 +13:00
background-color: #2e3e4e;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.dropdown .menu>.item:hover {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.dropdown .menu>.item {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.attached.segment {
border: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
.repository.view.issue .comment-list .comment .content>.bottom.segment {
2021-03-13 01:55:55 +13:00
background: #151825;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.view.issue .comment-list .comment .content .header {
color: #dbdbdb;
background-color: #121247;
border-bottom: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.comments .comment .actions a {
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.view.issue .comment-list .comment .content .header:after {
border-right-color: #121247;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.view.issue .comment-list .comment .content .header:before {
border-right-color: #121247;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.view.issue .comment-list:before {
background-color: #121247;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .comment.form .content .form:after {
border-right-color: #121247;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .comment.form .content .form:before {
border-right-color: #121247;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.grey {
color: #d0d0d0 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.grey a {
color: #66dbdd !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.grey a:hover {
color: #aadbff !important;
}
2021-03-13 02:09:50 +13:00
.ui.form textarea, .ui.form textarea:focus {
2021-03-13 01:55:55 +13:00
background: #232323;
border: 1px solid #313c47;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.form textarea:focus {
border: 1px solid #456580;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .info.segment.top {
background-color: #060639 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .file-body.file-code .lines-num {
color: #9e9e9e;
background: #151825;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.table tbody tr {
border-bottom: 1px solid #2d2d2d;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff-unified tbody tr.del-code td {
background-color: #2c1616 !important;
border-color: #634343 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff-unified tbody tr.add-code td {
background-color: #101044 !important;
border-color: #597359 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff tbody tr .added-code {
background-color: #15217B;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff .lines-num {
border-right: 1px solid #2d2d2d;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .file-body.file-code .lines-num {
color: #9e9e9e;
background: #151825;
}
2021-03-13 02:09:50 +13:00
.repository .diff-file-box .code-diff tbody tr.tag-code td, .repository .diff-file-box .code-diff tbody tr td.tag-code {
2021-03-13 01:55:55 +13:00
border-color: #2d2d2d !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .file-body.file-code .lines-num-old {
border-right: 1px solid #2d2d2d;
}
2021-03-13 02:09:50 +13:00
.hljs-title, .hljs-section, .hljs-selector-id {
2021-03-13 01:55:55 +13:00
color: #986c88 !important;
}
2021-03-13 02:09:50 +13:00
.hljs-string, .hljs-doctag {
2021-03-13 01:55:55 +13:00
color: #949494;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff tbody tr .removed-code {
background-color: #7B2115;
}
2021-03-13 02:09:50 +13:00
.repository .diff-file-box .code-diff tbody tr.tag-code td, .repository .diff-file-box .code-diff tbody tr td.tag-code {
2021-03-13 01:55:55 +13:00
background-color: #191927 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.vertical.menu .active.item {
background: #232323;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.vertical.menu .item {
background: #151825;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.vertical.menu .header.item {
background: #001221;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.vertical.menu {
background: #151825;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.repository.list .item:not(:first-child) {
border-top: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.selection.dropdown {
background: #151825;
border: 1px solid rgb(48, 66, 81);
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
.ui.menu .ui.dropdown .menu>.active.item {
2021-03-13 01:55:55 +13:00
color: #dbdbdb !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.tabular.menu {
border-bottom: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
.ui.card, .ui.cards>.card {
2021-03-13 01:55:55 +13:00
background: #151825;
box-shadow: 0 1px 3px 0 #203241, 0 0 0 1px #203241;
}
2021-03-13 02:09:50 +13:00
.ui.card>.content>.header, .ui.cards>.card>.content>.header {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.card>.extra a:not(.ui), .ui.cards>.card>.extra a:not(.ui) {
2021-03-13 01:55:55 +13:00
color: rgb(102, 140, 177);
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.black {
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.black:hover {
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.secondary.pointing.menu .active.item {
color: #dbdbdb;
background: #030366;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.secondary.pointing.menu .active.item:hover {
border-top-color: #203241;
background: #021288;
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.secondary.pointing.menu .dropdown.item:hover, .ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu a.item:hover {
2021-03-13 01:55:55 +13:00
color: #dbdbdb;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox label, .ui.checkbox+label, .ui.form .field>label {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
.ui.form .inline.field>label, .ui.form .inline.field>p, .ui.form .inline.fields .field>label, .ui.form .inline.fields .field>p, .ui.form .inline.fields>label {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.user.settings .email.list .item:not(:first-child) {
border-top: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
.ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=number] {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
.ui.attached.info.message, .ui.info.message {
2021-03-13 01:55:55 +13:00
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.info.message {
background-color: #121247;
color: #9ebcc5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .warning.header {
background-color: #5d3a22 !important;
border-color: #794f31;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.red.message {
background-color: rgba(80, 23, 17, 0.6);
color: #f9cbcb;
box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
}
2021-03-13 02:09:50 +13:00
.ui.red.button, .ui.red.buttons .button {
2021-03-13 01:55:55 +13:00
background-color: #7b2727 !important;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox label:hover, .ui.checkbox+label:hover {
2021-03-13 01:55:55 +13:00
color: #dbdbdb !important;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
2021-03-13 01:55:55 +13:00
color: rgb(127, 152, 173);
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
2021-03-13 01:55:55 +13:00
background: #001221;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox .box:hover::before, .ui.checkbox label:hover::before {
2021-03-13 01:55:55 +13:00
background: #001221;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox .box:before, .ui.checkbox label:before {
2021-03-13 01:55:55 +13:00
background: #001221;
border: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox .box:active::before, .ui.checkbox label:active::before {
2021-03-13 01:55:55 +13:00
background: #001221;
border-color: rgba(34, 36, 38, .35);
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
2021-03-13 01:55:55 +13:00
border-color: #203241;
background: #001221;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:focus~.box:before, .ui.checkbox input:focus~label:before {
2021-03-13 01:55:55 +13:00
border-color: #203241;
background: #001221;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:checked:focus~.box:before, .ui.checkbox input:checked:focus~label:before, .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before, .ui.checkbox input:not([type=radio]):indeterminate:focus~label:before {
2021-03-13 01:55:55 +13:00
border-color: #203241;
background: #001221;
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
2021-03-13 01:55:55 +13:00
opacity: 1;
color: rgb(127, 152, 173);
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:checked:focus~.box:after, .ui.checkbox input:checked:focus~label:after, .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after, .ui.checkbox input:not([type=radio]):indeterminate:focus~label:after {
2021-03-13 01:55:55 +13:00
color: rgb(127, 152, 173);
}
2021-03-13 02:09:50 +13:00
.ui.checkbox input:focus~.box:after, .ui.checkbox input:focus~label, .ui.checkbox input:focus~label:after {
2021-03-13 01:55:55 +13:00
color: #9a9a9a;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.selection.dropdown:hover {
border-color: rgba(34, 36, 38, .35);
border: 1px solid #456580;
}
2021-03-13 02:09:50 +13:00
.ui.selection.dropdown .menu>.item {
2021-03-13 01:55:55 +13:00
border-top: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
.ui.selection.visible.dropdown>.text:not(.default) {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.negative.message {
background-color: rgba(80, 23, 17, 0.6);
color: #f9cbcb;
box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
}
2021-03-13 02:09:50 +13:00
.hljs-tag, .hljs-name, .hljs-tag, .hljs-name, .hljs-attribute {
2021-03-13 01:55:55 +13:00
color: #d22121 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.user.profile .ui.card .extra.content ul li:not(:last-child) {
border-bottom: 1px solid #203241;
}
2021-03-13 02:09:50 +13:00
.hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-attr {
2021-03-13 01:55:55 +13:00
color: #48eca4 !important;
}
2021-03-13 02:09:50 +13:00
.hljs-string, .hljs-doctag {
2021-03-13 01:55:55 +13:00
color: #8ab398;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.form .dropzone {
border: 2px dashed #4c5d6b;
}
2021-03-13 02:09:50 +13:00
.ui.basic.red.button, .ui.basic.red.buttons .button {
2021-03-13 01:55:55 +13:00
box-shadow: 0 0 0 1px #a04141 inset!important;
color: #a0a0a0!important;
}
2021-03-13 02:09:50 +13:00
.ui.list .list>.item .header, .ui.list>.item .header {
2021-03-13 01:55:55 +13:00
color: #dedede;
}
2021-03-13 02:09:50 +13:00
.ui.list .list>.item .description, .ui.list>.item .description {
2021-03-13 01:55:55 +13:00
color: #9e9e9e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.user.list .item .description a {
color: #668cb1;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.file.list #file-content .code-view .lines-num {
background: #232323;
}
2021-03-13 02:09:50 +13:00
.repository.file.list #file-content .code-view .lines-num pre, .repository.file.list #file-content .code-view .lines-code pre, .repository.file.list #file-content .code-view .lines-num ol, .repository.file.list #file-content .code-view .lines-code ol, .repository.file.list #file-content .code-view .lines-num .hljs, .repository.file.list #file-content .code-view .lines-code .hljs {
2021-03-13 01:55:55 +13:00
background-color: #151825;
}
2021-03-13 02:09:50 +13:00
a.ui.label:hover, a.ui.labels .label:hover {
2021-03-13 01:55:55 +13:00
background-color: #26577b;
color: rgb(219, 219, 219);
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.secondary.segment {
background: #020415;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.explore .navbar {
background-color: #151825 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.menu.new-menu {
background-color: #151825 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
input {
line-height: normal;
background: #232323;
border: 1px solid #313c47;
padding: 7px 12px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.accordion .title:not(.ui) {
color: #dedede;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.user.list .item:not(:first-child) {
border-top: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
.ui.toggle.checkbox input:checked~.box, .ui.toggle.checkbox input:checked~label {
2021-03-13 01:55:55 +13:00
color: rgb(207, 207, 207) !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .ui.segment.sub-menu .list .item a {
color: #aaa;
}
2021-03-13 02:09:50 +13:00
.ui.link.list.list .active.item, .ui.link.list.list .active.item a:not(.ui) {
2021-03-13 01:55:55 +13:00
color: rgba(222, 222, 222, .95);
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
background-color: rgb(12, 12, 15) !important;
}
2021-03-13 02:09:50 +13:00
.ui.form input:not([type]), .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"] {
2021-03-13 01:55:55 +13:00
background: #050515;
color: rgba(203, 203, 203, 0.9);
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .header-wrapper {
2021-03-13 02:09:50 +13:00
background-color: #2a2e3a;
2021-03-13 01:55:55 +13:00
margin-top: -15px;
padding-top: 15px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.tabular.menu .active.item {
background: #171732;
color: #dbdbdb;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid #313c47;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.message {
color: #efefef !important;
background: #661111;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.view.issue .pull-desc code {
color: #54A5FF;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.fluid.input {
margin-bottom: 2px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.purple {
color: #a17cd8 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.positive.message {
background-color: #151532;
color: #dedede !important;
}
2021-03-13 02:09:50 +13:00
.ui.modal>.header {
2021-03-13 01:55:55 +13:00
background: #6e0000;
color: #d3d3d3;
}
2021-03-13 02:09:50 +13:00
.ui.modal>.content {
2021-03-13 01:55:55 +13:00
background: #350a0a;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.warning.message {
background-color: #422600;
color: #573a08;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.horizontal.segments {
background-color: #050525;
}
2021-03-13 02:09:50 +13:00
.repository.file.list .non-diff-file-content .code-view .lines-code .hljs, .repository.file.list .non-diff-file-content .code-view .lines-code ol, .repository.file.list .non-diff-file-content .code-view .lines-code pre, .repository.file.list .non-diff-file-content .code-view .lines-num .hljs, .repository.file.list .non-diff-file-content .code-view .lines-num ol, .repository.file.list .non-diff-file-content .code-view .lines-num pre {
2021-03-13 01:55:55 +13:00
background-color: #020212;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.file.list .non-diff-file-content .code-view .lines-num {
color: #aaa;
background: #020211;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .dif {
background-color: #332020 !important;
}
2021-03-13 02:09:50 +13:00
.repository .diff-file-box .code-diff-split tbody tr td.del-code, .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4) {
2021-03-13 01:55:55 +13:00
background-color: #321212 !important;
border-color: #2d2d2d !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4) {
background-color: #222232 !important;
}
2021-03-13 02:09:50 +13:00
.repository .diff-file-box .code-diff-split tbody tr td.del-code, .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1) {
2021-03-13 01:55:55 +13:00
background-color: #322222 !important;
border-color: #2d2d2d !important;
}
2021-03-13 02:09:50 +13:00
.repository .diff-file-box .code-diff-split tbody tr td.add-code, .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1), .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(4), .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(5), .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(6) {
2021-03-13 01:55:55 +13:00
background-color: #121232 !important;
border-color: #2d2d2d !important;
}
2021-03-13 02:09:50 +13:00
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1), .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.del-code td:nth-child(4), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(5), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(6) {
2021-03-13 01:55:55 +13:00
background-color: #151515;
}
2021-03-13 02:09:50 +13:00
.ui.blue.button, .ui.blue.buttons .button {
2021-03-13 01:55:55 +13:00
color: #ddd;
background-color: #030c69;
}
2021-03-13 02:09:50 +13:00
.ui.blue.button:focus, .ui.blue.buttons .button:hover {
2021-03-13 01:55:55 +13:00
background-color: #052ca1;
color: #fff;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror {
border: 1px solid #555;
padding: 1px;
background: #151515;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror pre {
color: #e66a6a !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror-linenumber {
color: #ddd;
background: #0a0a0a;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .sha.label {
background: #060641;
color: #b6b6b6;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.hljs-addition {
background: #15217B !important;
color: #bdbdbd;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.hljs-deletion {
background: #7B2115;
color: #bdbdbd;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-detail-box {
background: #060639;
padding: 7px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-detail-box ol li {
background: #0a0a0a;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
/* Checkbox element, when checked */
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
input[type="checkbox"]:checked {
box-shadow: 0 0 0 2px #acacac;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
background: #151515;
}
2021-03-13 02:09:50 +13:00
.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
2021-03-13 01:55:55 +13:00
background: #151515;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.cm-s-default .cm-atom {
color: #48eca4;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror .CodeMirror-code .cm-string {
color: #d4e41e;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror .CodeMirror-code .cm-tag {
color: #dedede;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror-selected {
background: #333 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.CodeMirror-cursor {
width: 2px;
background: #0f0;
}
2021-03-13 02:09:50 +13:00
.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
2021-03-13 01:55:55 +13:00
color: #a8cfe7;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.cm-s-default .cm-variable-3 {
color: #05ffb6;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.cm-s-default .cm-number {
color: #9beacb;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.cm-s-default .cm-keyword {
color: #d949ed;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.cm-s-default .cm-def {
color: #53c7d4;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.cm-s-default .cm-builtin {
color: #46fe47;
}
2021-03-13 02:09:50 +13:00
.repository.file.list .non-diff-file-content .code-view .lines-code .hljs li.active, .repository.file.list .non-diff-file-content .code-view .lines-code ol li.active, .repository.file.list .non-diff-file-content .code-view .lines-code pre li.active {
2021-03-13 01:55:55 +13:00
background: #00009c;
color: #eee;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository.file.list .non-diff-file-content .code-view .active {
background: #00009c;
color: #eee;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.header .sub.header {
color: #aaa;
}
2021-03-13 02:09:50 +13:00
.ui.menu .ui.dropdown .menu>.item:hover, .ui.menu .ui.dropdown .menu>.selected.item {
2021-03-13 01:55:55 +13:00
color: #fff !important;
background: #030c89 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.basic.button, .ui.basic.buttons .button {
color: #dcdcdc !important;
background: #014a25 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.editor-preview, .editor-preview-side {
background: #131313;
color: #dfdfdf;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h1 {
color: #d5d5d5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h2 {
color: #d5d5d5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h3 {
color: #d5d5d5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h4 {
color: #d5d5d5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h5 {
color: #d5d5d5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) h6 {
color: #d5d5d5;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.heatmap-color-0 {
background-color: #0a0a0a;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.heatmap-color-1 {
background-color: #06264f;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.heatmap-color-2 {
background-color: #0f3684;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.heatmap-color-3 {
background-color: #1956ba;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.heatmap-color-4 {
background-color: #2176df;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.heatmap-color-5 {
background-color: #3d9bdf;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.editor-toolbar a {
color: #71abe7 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) code, .markdown:not(code) tt {
font-size: 1em;
background-color: #111a20;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
::selection {
2021-03-13 02:09:50 +13:00
background: #777;
/* WebKit/Blink Browsers */
2021-03-13 01:55:55 +13:00
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
::-moz-selection {
2021-03-13 02:09:50 +13:00
background: #777;
/* Gecko Browsers */
2021-03-13 01:55:55 +13:00
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.following.bar .brand .ui.mini.image {
width: 80px;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code) table td, .markdown:not(code) table th {
background: #11112d;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.markdown:not(code).file-view {
overflow: auto;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .dif {
background-color: #243c24 !important;
}
2021-03-13 02:09:50 +13:00
.repository.view.issue .comment-list .comment .content>.merge-section {
2021-03-13 01:55:55 +13:00
border-top: 1px solid #2b51aa !important;
background-color: #1a3e21 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.bottom.attached.message .pull-right {
color: #bababa !important;
}
2021-03-13 02:09:50 +13:00
.ui.table>thead>tr>th {
2021-03-13 01:55:55 +13:00
background: #101d49;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.code-view :not(.fa):not(.octicon):not(.icon) {
2021-03-13 02:09:50 +13:00
background: #050505;
2021-03-13 01:55:55 +13:00
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.mono.raw, code.raw, pre.raw {
background-color: #171717;
border: 1px solid #292929 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .ui.attached.isSigned.isVerified.message {
background-color: #0d2407;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.form .dropzone {
background: #263311;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.form .dropzone .dz-button {
color: #ddd;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui .text.blue a {
color: #00beff !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input {
background-color: #1a1a1a !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.monaco-editor .margin {
background-color: #151515 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.mtk1 {
color: #86d486 !important;
}
2021-03-13 02:09:50 +13:00
.mtk14 {
2021-03-13 01:55:55 +13:00
color: #9a930c !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.monaco-editor .minimap-slider, .monaco-editor .minimap-slider .minimap-slider-horizontal {
background: #09539d66 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma {
background-color: inherit;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
a.blob-excerpt {
background: #131;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma .s1 {
color: #aaa;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma .gd {
color: #faa;
background-color: #622;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma .gi {
color: #aba;
background-color: #131;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.tag-code, .tag-code td {
border-color: #889 !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.repository .diff-file-box .code-diff-split tbody tr.add-code {
border-color: #333;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma .nc {
color: #8899aa;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma .nd {
color: #63c2c2;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.chroma .kt {
color: #58ae8a;
}
2021-03-13 02:09:50 +13:00
.swagger-ui .border-box, .swagger-ui a, .swagger-ui article, .swagger-ui body, .swagger-ui code, .swagger-ui dd, .swagger-ui div, .swagger-ui dl, .swagger-ui dt, .swagger-ui fieldset, .swagger-ui footer, .swagger-ui form, .swagger-ui h1, .swagger-ui h2, .swagger-ui h3, .swagger-ui h4, .swagger-ui h5, .swagger-ui h6, .swagger-ui header, .swagger-ui html, .swagger-ui input[type="email"], .swagger-ui input[type="number"], .swagger-ui input[type="password"], .swagger-ui input[type="tel"], .swagger-ui input[type="text"], .swagger-ui input[type="url"], .swagger-ui legend, .swagger-ui li, .swagger-ui main, .swagger-ui ol, .swagger-ui p, .swagger-ui pre, .swagger-ui section, .swagger-ui table, .swagger-ui td, .swagger-ui textarea, .swagger-ui th, .swagger-ui tr, .swagger-ui {
2021-03-13 01:55:55 +13:00
font-family: Open Sans, sans-serif;
background: #232323;
color: #eeeeee !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui .opblock .opblock-section-header {
background: #1c1c1c;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
background: #656565;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui .info .title {
color: #37a319;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui .info .base-url {
color: #b0c1ee;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
2021-03-13 02:09:50 +13:00
color: #d1dbbd;
2021-03-13 01:55:55 +13:00
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui .scheme-container {
background: #323232;
}
2021-03-13 02:09:50 +13:00
.swagger-ui .scheme-container .schemes>label {
2021-03-13 01:55:55 +13:00
color: #acadb2;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui select {
background: #3a8637;
color: #fff;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.swagger-ui input[type="email"], .swagger-ui input[type="file"], .swagger-ui input[type="password"], .swagger-ui input[type="search"], .swagger-ui input[type="text"], .swagger-ui textarea {
border: 1px solid #777676;
background: #1f1f1f !important;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
element {
background: #1c1c1c;
}
2021-03-13 02:09:50 +13:00
2021-03-13 01:55:55 +13:00
.ui.form textarea, .ui.form textarea:focus {
background: #141414;
2021-03-13 02:09:50 +13:00
}