Imhotheb
6 years ago
commit
bd989525ff
3 changed files with 870 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
MIT License |
|||
Copyright (c) <2018> <Imhotheb> |
|||
======= |
|||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
|||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
|||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
@ -0,0 +1,6 @@ |
|||
#Dark Theme for Gitea |
|||
|
|||
##INSTALL |
|||
|
|||
1. put custom/public/css/theme-imhotheb-dark.css into custom/public/css of your gitea installation |
|||
2. edit/add your app.ini and change/add: DEFAULT_THEME = imhotheb-dark |
@ -0,0 +1,858 @@ |
|||
.hljs{ |
|||
display:block; |
|||
overflow-x:auto; |
|||
padding:.5em; |
|||
color:#bababa |
|||
} |
|||
.repository.file.list .non-diff-file-content .code-view .lines-code ol,.repository.file.list .non-diff-file-content .code-view .lines-num{ |
|||
background-color:#2b2b2b!important |
|||
} |
|||
.hljs-emphasis,.hljs-strong{ |
|||
color:#a8a8a2 |
|||
} |
|||
.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{ |
|||
color:#6896ba |
|||
} |
|||
.hljs-code,.hljs-selector-class{ |
|||
color:#a6e22e |
|||
} |
|||
.hljs-emphasis{ |
|||
font-style:italic |
|||
} |
|||
.hljs-attribute,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-variable{ |
|||
color:#cb7832 |
|||
} |
|||
.hljs-params{ |
|||
color:#b9b9b9 |
|||
} |
|||
.hljs-string{ |
|||
color:#6a8759 |
|||
} |
|||
.hljs-addition,.hljs-built_in,.hljs-builtin-name,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-subst,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-type{ |
|||
color:#e0c46c |
|||
} |
|||
.hljs-comment,.hljs-deletion,.hljs-meta{ |
|||
color:#7f7f7f |
|||
} |
|||
.repository .ui.segment.sub-menu .list .item a{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.horizontal.segments>.segment{ |
|||
background-color:#383c4a |
|||
} |
|||
body{ |
|||
background:#111111; |
|||
color:#9e9e9e |
|||
} |
|||
a{ |
|||
color:#009300 |
|||
} |
|||
a:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.ui.breadcrumb a:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.ui.breadcrumb a{ |
|||
color:#009300 |
|||
} |
|||
.repository .metas .ui.list a .text{ |
|||
color:#87ab63 |
|||
} |
|||
.repository .metas .ui.list a .text:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.repository .label.list .item a{ |
|||
color:#87ab63 |
|||
} |
|||
.repository .label.list .item a:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.repository .milestone.list>.item>a{ |
|||
color:#87ab63 |
|||
} |
|||
.repository .milestone.list>.item>a:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.repository.release #release-list{ |
|||
border-top:1px solid #4c505c |
|||
} |
|||
.repository .milestone.list>.item .operate>a{ |
|||
color:#87ab63 |
|||
} |
|||
.repository .milestone.list>.item .operate>a:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.ui.green.progress .bar{ |
|||
background-color:#684 |
|||
} |
|||
.ui.progress.success .bar{ |
|||
background-color:#7b9e57!important |
|||
} |
|||
.following.bar.light{ |
|||
background:#1a1c1e |
|||
} |
|||
.ui.secondary.menu .active.item{ |
|||
color:#ff0000 |
|||
} |
|||
.ui.secondary.menu .active.item:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.secondary.menu .item{ |
|||
color:#930000 |
|||
} |
|||
.following.bar .top.menu a.item:hover{ |
|||
color:#fff |
|||
} |
|||
.repository.view.issue .comment-list .comment .content>.bottom.segment a{ |
|||
border:solid 1px #303030; |
|||
background-color:#353945 |
|||
} |
|||
.following.bar.light{ |
|||
border-bottom:1px solid #313131 |
|||
} |
|||
.ui.attached.header{ |
|||
background:#303030; |
|||
border:1px solid #303030; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.attached.table{ |
|||
border:1px solid #303030; |
|||
background:#1e1e1e |
|||
} |
|||
.feeds .list ul li:not(:last-child){ |
|||
border-bottom:1px solid #303030 |
|||
} |
|||
.feeds .list ul li.private{ |
|||
background:#1e1e1e; |
|||
border:1px solid #303030 |
|||
} |
|||
.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{ |
|||
color:#fff |
|||
} |
|||
.ui.menu .ui.dropdown .menu>.item{ |
|||
background:#1e1e1e!important; |
|||
color:#930000!important |
|||
} |
|||
.ui.menu .ui.dropdown .menu>.item:hover{ |
|||
background:#3c3c3c!important; |
|||
color:#dbdbdb!important |
|||
} |
|||
.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{ |
|||
border:1px solid #303030 |
|||
} |
|||
footer{ |
|||
background:#1a1c1e; |
|||
border-top:1px solid #313131 |
|||
} |
|||
.ui.menu .dropdown.item .menu{ |
|||
background:#1e1e1e |
|||
} |
|||
.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{ |
|||
color:#fff!important |
|||
} |
|||
.ui.dropdown .menu>.header{ |
|||
color:#ff0000 |
|||
} |
|||
.ui.red.label,.ui.red.labels .label{ |
|||
background-color:#7d3434!important; |
|||
border-color:#8a2121!important |
|||
} |
|||
.ui.menu{ |
|||
background:#1e1e1e; |
|||
border:1px solid #303030 |
|||
} |
|||
.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{ |
|||
color:#dbdbdb; |
|||
background:#303030 |
|||
} |
|||
.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{ |
|||
color:#dbdbdb; |
|||
/*background:#303030*/ |
|||
} |
|||
.ui.menu .active.item{ |
|||
background:#303030; |
|||
color:#ff0000 |
|||
} |
|||
.ui.menu .active.item:hover{ |
|||
background:#303030!important; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.input input{ |
|||
background:#404552; |
|||
border:2px solid #303030; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.input input:focus,.ui.input.focus input{ |
|||
background:#1e1e1e; |
|||
border:2px solid #303030; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.accordion .title:not(.ui){ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.label{ |
|||
color:#dbdbdb; |
|||
background-color:#1e1e1e |
|||
} |
|||
.issue.list>.item .title{ |
|||
color:#87ab63 |
|||
} |
|||
.issue.list>.item .title:hover{ |
|||
color:#a0cc75 |
|||
} |
|||
.issue.list>.item{ |
|||
border-bottom:1px dashed #475767 |
|||
} |
|||
.ui.basic.green.label,.ui.green.label,.ui.green.labels .label{ |
|||
background-color:#2d693b!important; |
|||
border-color:#2d693b!important |
|||
} |
|||
.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{ |
|||
background-color:#16ab39!important; |
|||
border-color:#16ab39!important; |
|||
color:#fff!important |
|||
} |
|||
.issue.list>.item .comment{ |
|||
color:#129c92 |
|||
} |
|||
.ui.basic.button,.ui.basic.buttons .button{ |
|||
color:#797979!important |
|||
} |
|||
.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{ |
|||
box-shadow:0 0 0 1px #c75252 inset!important; |
|||
color:#c75252!important |
|||
} |
|||
.ui.basic.button:focus,.ui.basic.button:hover,.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover{ |
|||
background:0 0!important; |
|||
color:#dbdbdb!important |
|||
} |
|||
.ui.menu .item{ |
|||
background:#1e1e1e; |
|||
color:#930000 |
|||
} |
|||
.ui.menu .item:hover{ |
|||
background:#1e1e1e!important; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.menu .item.disabled,.ui.menu .item.disabled:hover{ |
|||
color:#626773 |
|||
} |
|||
.ui.pagination.menu .active.item{ |
|||
color:#dbdbdb; |
|||
background-color:#609926 |
|||
} |
|||
.repository .header-wrapper{ |
|||
background-color:#1a1c1e |
|||
} |
|||
.ui.tabular.menu .active.item{ |
|||
background:#1e1e1e; |
|||
color:#ff0000; |
|||
border-left:1px solid transparent; |
|||
border-right:1px solid transparent; |
|||
border-top:none |
|||
} |
|||
.ui.tabular.menu .active.item:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.tabular.menu .item{ |
|||
color:#930000 |
|||
} |
|||
.ui.tabular.menu .item:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.breadcrumb .divider,.ui.header{ |
|||
color:#9e9e9e |
|||
} |
|||
.ui.blue.label,.ui.blue.labels .label{ |
|||
background-color:#26577b!important; |
|||
border-color:#26577b!important |
|||
} |
|||
.ui.menu .item>.label{ |
|||
background:#565454 |
|||
} |
|||
.ui.blue.button,.ui.blue.buttons .button{ |
|||
background-color:#609926 |
|||
} |
|||
.ui.blue.button:hover,.ui.blue.buttons .button:hover{ |
|||
background-color:#73ad36 |
|||
} |
|||
.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=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]{ |
|||
background:#1e1e1e; |
|||
border:2px solid #303030 |
|||
} |
|||
.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus{ |
|||
background:#1e1e1e; |
|||
border:2px solid #303030; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.action.input:not([class*="left action"]) input:focus{ |
|||
border-right-color:#303030!important |
|||
} |
|||
.ui.green.button,.ui.green.buttons .button{ |
|||
background-color:#609926 |
|||
} |
|||
.ui.green.button:hover,.ui.green.buttons .button:hover{ |
|||
background-color:#73ad36 |
|||
} |
|||
.ui.button{ |
|||
background:#303030; |
|||
border:1px solid #303030; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.labeled.button:not([class*="left labeled"])>.label,.ui[class*="left labeled"].button>.button{ |
|||
background:#303030; |
|||
border:1px solid #303030; |
|||
color:#87ab63 |
|||
} |
|||
.ui.button:hover{ |
|||
background-color:#404040; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.table thead th{ |
|||
background:#303030; |
|||
color:#dbdbdb |
|||
} |
|||
.repository.file.list #repo-files-table tr:hover{ |
|||
background-color:#303030 |
|||
} |
|||
.ui.table{ |
|||
color:#a5a5a5!important; |
|||
border:1px solid #303030; |
|||
background:#1e1e1e |
|||
} |
|||
.ui.table tbody tr{ |
|||
border-bottom:1px solid #303030; |
|||
background:#1e1e1e |
|||
} |
|||
.ui.table tbody tr:hover,.ui.basic.striped.table tbody tr:nth-child(2n):hover{ |
|||
background:#303030!important |
|||
} |
|||
.ui .text.grey{ |
|||
color:#808084!important |
|||
} |
|||
.ui.attached.table.segment{ |
|||
background:#1e1e1e!important; |
|||
color:#dbdbdb!important |
|||
} |
|||
.markdown:not(code) h2{ |
|||
border-bottom:1px solid #1e1e1e |
|||
} |
|||
.hljs,.hljs-keyword,.hljs-selector-tag,.hljs-subst{ |
|||
color:#9daccc |
|||
} |
|||
.markdown:not(code) .highlight pre,.markdown:not(code) pre{ |
|||
background-color:#1e1e1e; |
|||
border:1px solid #404552 |
|||
} |
|||
.markdown:not(code) table tr:nth-child(2n){ |
|||
background-color:#1e1e1e |
|||
} |
|||
.ui.dropdown .menu{ |
|||
background:#1e1e1e |
|||
} |
|||
.ui.dropdown .menu>.message:not(.ui){ |
|||
color:#636363 |
|||
} |
|||
.ui.input{ |
|||
color:#dbdbdb |
|||
} |
|||
.overflow.menu .items .item{ |
|||
color:#9d9d9d |
|||
} |
|||
.overflow.menu .items .item:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.segment{ |
|||
background:#1e1e1e; |
|||
color:#9e9e9e!important; |
|||
border:1px solid #303030 |
|||
} |
|||
.ui.active.button:active,.ui.button:active,.ui.button:focus{ |
|||
background-color:#303030 |
|||
color:#dbdbdb |
|||
} |
|||
.ui.dropdown .menu .selected.item,.ui.dropdown.selected{ |
|||
color:#930000!important |
|||
} |
|||
.ui.dropdown .menu .selected.item,.ui.dropdown.selected:hover{ |
|||
background:#303030!important; |
|||
color:#dbdbdb!important |
|||
} |
|||
.ui.dropdown .menu>.item:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.dropdown .menu>.item{ |
|||
color:#9e9e9e |
|||
} |
|||
.ui.attached.segment{ |
|||
border:1px solid #1e1e1e; |
|||
background:#1e1e1e!important |
|||
} |
|||
.repository.view.issue .comment-list .comment .content>.bottom.segment{ |
|||
background:#353945 |
|||
} |
|||
.repository.view.issue .comment-list .comment .content .header{ |
|||
color:#dbdbdb; |
|||
background-color:#1e1e1e; |
|||
border-bottom:1px solid #303030 |
|||
} |
|||
.ui .text.grey a{ |
|||
color:#b3b3b3!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 |
|||
} |
|||
.repository.new.issue .comment.form .content:before{ |
|||
border-right-color:#353945 |
|||
} |
|||
.repository.view.issue .comment-list:before{ |
|||
background-color:#dbdbdb |
|||
} |
|||
.repository .comment.form .content .form:after{ |
|||
border-right-color:#dbdbdb |
|||
} |
|||
.repository .comment.form .content .form:before{ |
|||
border-right-color:#dbdbdb |
|||
} |
|||
.ui .text.grey a{ |
|||
color:#dbdbdb!important |
|||
} |
|||
.ui .text.grey a:hover{ |
|||
color:#dbdbdb!important |
|||
} |
|||
.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{ |
|||
color:#13ae38!important |
|||
} |
|||
.ui.form textarea,.ui.form textarea:focus{ |
|||
background:#1e1e1e; |
|||
border:1px solid #303030; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.form textarea:focus{ |
|||
border:1px solid #456580 |
|||
} |
|||
.ui .info.segment.top{ |
|||
background-color:#303030!important |
|||
} |
|||
.repository .diff-file-box .code-diff-unified tbody tr.del-code td{ |
|||
background-color:#3c2626!important; |
|||
border-color:#634343!important |
|||
} |
|||
.repository .diff-file-box .code-diff-unified tbody tr.add-code td{ |
|||
background-color:#283e2d!important; |
|||
border-color:#314a37!important |
|||
} |
|||
.repository .diff-file-box .code-diff tbody tr .added-code{ |
|||
background-color:#3a523a |
|||
} |
|||
.repository .diff-file-box .code-diff .lines-num{ |
|||
border-right:1px solid #2d2d2d |
|||
} |
|||
.repository .diff-file-box .file-body.file-code .lines-num{ |
|||
color:#9e9e9e; |
|||
background:#303030 |
|||
} |
|||
.repository .diff-file-box .code-diff tbody tr td.tag-code,.repository .diff-file-box .code-diff tbody tr.tag-code td{ |
|||
border-color:#2d2d2d!important |
|||
} |
|||
.repository .diff-file-box .file-body.file-code .lines-num-old{ |
|||
border-right:1px solid #2d2d2d |
|||
} |
|||
.hljs-section,.hljs-selector-id,.hljs-title{ |
|||
color:#986c88 |
|||
} |
|||
.hljs-doctag,.hljs-string{ |
|||
color:#949494 |
|||
} |
|||
.repository .diff-file-box .code-diff tbody tr .removed-code{ |
|||
background-color:#5f3737 |
|||
} |
|||
.repository .diff-file-box .code-diff tbody tr td.tag-code,.repository .diff-file-box .code-diff tbody tr.tag-code td{ |
|||
background-color:#292727!important |
|||
} |
|||
.ui.vertical.menu .active.item{ |
|||
background:#4B5162 |
|||
} |
|||
.ui.vertical.menu .item{ |
|||
background:#1e1e1e |
|||
} |
|||
.ui.vertical.menu .header.item{ |
|||
background:#404552 |
|||
} |
|||
.ui.vertical.menu{ |
|||
background:#1e1e1e; |
|||
border:1px solid #3c3c3c |
|||
} |
|||
.ui.repository.list .item:not(:first-child){ |
|||
border-top:1px solid #4c505c |
|||
} |
|||
.ui .text.blue{ |
|||
color:#609926!important |
|||
} |
|||
.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{ |
|||
border-color:#dbdbdb; |
|||
box-shadow:0 2px 3px 0 rgba(34,36,38,.15) |
|||
} |
|||
.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{ |
|||
border-color:#dbdbdb; |
|||
box-shadow:0 2px 3px 0 rgba(34,36,38,.15) |
|||
} |
|||
.ui.selection.dropdown{ |
|||
background:#1e1e1e; |
|||
border:1px solid #303030!important; |
|||
color:#9e9e9e |
|||
} |
|||
.ui.selection.dropdown:focus{ |
|||
border:1px solid #dbdbdb!important |
|||
} |
|||
.ui.selection.dropdown:hover{ |
|||
border:1px solid #dbdbdb!important |
|||
} |
|||
.ui.menu .ui.dropdown .menu>.active.item{ |
|||
color:#ff0000!important; |
|||
background:#3c3c3c!important |
|||
} |
|||
.ui.menu .ui.dropdown .menu>.active.item:hover{ |
|||
color:#dbdbdb!important; |
|||
|
|||
} |
|||
.ui.tabular.menu{ |
|||
border-bottom:1px solid #dbdbdb |
|||
} |
|||
.ui.card,.ui.cards>.card{ |
|||
background:#1e1e1e; |
|||
box-shadow:0 1px 3px 0 #4c505c,0 0 0 1px #303030 |
|||
} |
|||
.ui.card>.content>.header,.ui.cards>.card>.content>.header{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){ |
|||
color:#87ab63 |
|||
} |
|||
.ui .text.black{ |
|||
color:#9e9e9e |
|||
} |
|||
.ui .text.black:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.secondary.segment{ |
|||
background:#353945 |
|||
} |
|||
.ui.secondary.pointing.menu .active.item{ |
|||
border-color:#609926; |
|||
color:#ff0000; |
|||
background:#404552 |
|||
} |
|||
.ui.secondary.pointing.menu .active.item:hover{ |
|||
color:#dbdbdb!important; |
|||
background:#303030!important |
|||
} |
|||
.ui.user.list .item:not(:first-child){ |
|||
border-top:1px solid #4c505c |
|||
} |
|||
.ui.secondary.pointing.menu .active.item:hover{ |
|||
border-color:#af8b4c; |
|||
color:#dbdbdb; |
|||
background:#4b5162 |
|||
} |
|||
.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.checkbox label,.ui.checkbox+label,.ui.form .field>label{ |
|||
color:#9e9e9e |
|||
} |
|||
.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{ |
|||
color:#9e9e9e |
|||
} |
|||
.user.settings .email.list .item:not(:first-child){ |
|||
border-top:1px solid #3f4451 |
|||
} |
|||
.explore .navbar{ |
|||
background-color:#1e1e1e!important |
|||
} |
|||
.ui.menu.new-menu{ |
|||
background-color:#1e1e1e!important |
|||
} |
|||
@media only screen and (max-width:1200px){ |
|||
.ui.menu.new-menu:after{ |
|||
background-image:linear-gradient(to right,rgba(42,46,42,0),#2a2e2a 100%) |
|||
} |
|||
} |
|||
input{ |
|||
background:#1e1e1e!important |
|||
} |
|||
.ui.secondary.pointing.menu .active.item{ |
|||
border:none; |
|||
background:#111111 |
|||
} |
|||
.ui.secondary.pointing.menu .active.item:hover{ |
|||
background:#111111!important |
|||
} |
|||
.settings .key.list .item:not(:first-child){ |
|||
border-top:1px solid #404552 |
|||
} |
|||
.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=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]{ |
|||
color:#9e9e9e |
|||
} |
|||
.ui.attached.info.message,.ui.info.message{ |
|||
box-shadow:0 0 0 1px #4b5e71 inset,0 0 0 0 transparent |
|||
} |
|||
.ui.positive.message{ |
|||
background-color:#2c662d; |
|||
color:#fcfff5 |
|||
} |
|||
.ui.info.message{ |
|||
background-color:#2c3b4a; |
|||
color:#9ebcc5 |
|||
} |
|||
.CodeMirror div.CodeMirror-cursor{ |
|||
border-left:1px solid #9e9e9e |
|||
} |
|||
.ui .warning.header{ |
|||
background-color:#5d3a22!important; |
|||
border-color:#794f31 |
|||
} |
|||
.ui.red.message{ |
|||
background-color:rgba(80,23,17,.6); |
|||
color:#f9cbcb; |
|||
box-shadow:0 0 0 1px rgba(121,71,66,.5) inset,0 0 0 0 transparent |
|||
} |
|||
.ui.red.button,.ui.red.buttons .button{ |
|||
background-color:#7d3434 |
|||
} |
|||
.ui.red.button:hover,.ui.red.buttons .button:hover{ |
|||
background-color:#984646 |
|||
} |
|||
.ui.checkbox label:hover,.ui.checkbox+label:hover{ |
|||
color:#dbdbdb!important |
|||
} |
|||
.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{ |
|||
color:#930000 |
|||
} |
|||
.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{ |
|||
background:#1e1e1e |
|||
} |
|||
.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before{ |
|||
background:#1e1e1e |
|||
} |
|||
.ui.checkbox .box:before,.ui.checkbox label:before{ |
|||
background:#1e1e1e; |
|||
border:1px solid #303030 |
|||
} |
|||
.ui.checkbox .box:active::before,.ui.checkbox label:active::before{ |
|||
background:#1e1e1e; |
|||
border-color:#303030 /*rgba(30,30,30,.35)*/ |
|||
} |
|||
.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{ |
|||
border-color:#303030; |
|||
background:#1e1e1e |
|||
} |
|||
.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before{ |
|||
border-color:#303030; |
|||
background:#1e1e1e |
|||
} |
|||
.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{ |
|||
border-color:#303030; |
|||
background:#1e1e1e |
|||
} |
|||
.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{ |
|||
opacity:1; |
|||
color:#930000 |
|||
} |
|||
.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{ |
|||
color:#930000 |
|||
} |
|||
.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label,.ui.checkbox input:focus~label:after{ |
|||
color:#9a9a9a |
|||
} |
|||
.ui.selection.dropdown:hover{ |
|||
border-color:rgba(34,36,38,.35); |
|||
border:1px solid #303030 |
|||
} |
|||
.ui.selection.dropdown .menu>.item{ |
|||
border-top:1px solid #dbdbdb |
|||
} |
|||
.ui.selection.visible.dropdown>.text:not(.default){ |
|||
color:#9e9e9e |
|||
} |
|||
.ui.negative.message{ |
|||
background-color:rgba(80,23,17,.6); |
|||
color:#f9cbcb; |
|||
box-shadow:0 0 0 1px rgba(121,71,66,.5) inset,0 0 0 0 transparent |
|||
} |
|||
.hljs-attribute,.hljs-name,.hljs-tag{ |
|||
color:#ef5e77 |
|||
} |
|||
.user.profile .ui.card .extra.content ul li:not(:last-child){ |
|||
border-bottom:1px solid #303030 |
|||
} |
|||
.ui.form textarea{ |
|||
background:#1e1e1e; |
|||
border:2px solid #303030 |
|||
} |
|||
.ui.form textarea:focus{ |
|||
background:#1e1e1e; |
|||
border:2px solid #dbdbdb |
|||
} |
|||
.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{ |
|||
color:#bd84bf |
|||
} |
|||
.hljs-doctag,.hljs-string{ |
|||
color:#8ab398 |
|||
} |
|||
.ui.form .dropzone{ |
|||
border:2px dashed #4c505c |
|||
} |
|||
.ui.basic.red.button,.ui.basic.red.buttons .button{ |
|||
box-shadow:0 0 0 1px #a04141 inset!important; |
|||
color:#a04141!important |
|||
} |
|||
.ui.list .list>.item .header,.ui.list>.item .header{ |
|||
color:#dedede |
|||
} |
|||
.ui.list .list>.item .description,.ui.list>.item .description{ |
|||
color:#9e9e9e |
|||
} |
|||
.ui.user.list .item .description a{ |
|||
color:#668cb1 |
|||
} |
|||
.repository.file.list #file-content .code-view .lines-num{ |
|||
background:#2e323e |
|||
} |
|||
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule{ |
|||
color:#7c9b5e |
|||
} |
|||
.ui.blue.button:focus,.ui.blue.buttons .button:focus{ |
|||
background-color:#609926 |
|||
} |
|||
.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{ |
|||
box-shadow:0 0 0 1px #609926 inset!important; |
|||
color:#609926!important |
|||
} |
|||
.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{ |
|||
box-shadow:0 0 0 1px #609926 inset!important; |
|||
color:#609926!important |
|||
} |
|||
.repository.file.list #file-content .code-view .lines-code .hljs,.repository.file.list #file-content .code-view .lines-code ol,.repository.file.list #file-content .code-view .lines-code pre,.repository.file.list #file-content .code-view .lines-num .hljs,.repository.file.list #file-content .code-view .lines-num ol,.repository.file.list #file-content .code-view .lines-num pre{ |
|||
background-color:#1e1e1e |
|||
} |
|||
a.ui.label:hover,a.ui.labels .label:hover{ |
|||
background-color:#505667; |
|||
color:#dbdbdb |
|||
} |
|||
.repository .label.list .item{ |
|||
border-bottom:1px dashed #4c505c |
|||
} |
|||
.repository.file.list #file-content .code-view .lines-num{ |
|||
background:#2e323e |
|||
} |
|||
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule{ |
|||
color:#7c9b5e |
|||
} |
|||
.ui.basic.blue.button,.ui.basic.blue.buttons .button{ |
|||
box-shadow:0 0 0 1px #a27558 inset!important; |
|||
color:#a27558!important |
|||
} |
|||
.repository.file.list #file-content .code-view .lines-code .hljs,.repository.file.list #file-content .code-view .lines-code ol,.repository.file.list #file-content .code-view .lines-code pre,.repository.file.list #file-content .code-view .lines-num .hljs,.repository.file.list #file-content .code-view .lines-num ol,.repository.file.list #file-content .code-view .lines-num pre{ |
|||
background-color:#1e1e1e |
|||
} |
|||
a.ui.label:hover,a.ui.labels .label:hover{ |
|||
background-color:#505667; |
|||
color:#dbdbdb |
|||
} |
|||
.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.del-code td:nth-child(3),.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4){ |
|||
background-color:#1e1e1e |
|||
} |
|||
.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(3),.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4){ |
|||
background-color:#283e2d!important; |
|||
border-color:#314a37!important |
|||
} |
|||
.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){ |
|||
background-color:#3c2626!important; |
|||
border-color:#634343!important |
|||
} |
|||
.ui.blue.button:focus,.ui.blue.buttons .button:focus{ |
|||
background-color:#a27558 |
|||
} |
|||
.ui.blue.button:active,.ui.blue.buttons .button:active{ |
|||
background-color:#a27558 |
|||
} |
|||
#git-graph-container li a{ |
|||
color:#c79575 |
|||
} |
|||
#git-graph-container li .author{ |
|||
color:#c79575 |
|||
} |
|||
.ui.header .sub.header{ |
|||
color:#9e9e9e |
|||
} |
|||
.ui.dividing.header{ |
|||
border-bottom:1px solid #4c505c |
|||
} |
|||
.ui.modal>.header{ |
|||
background:#404552; |
|||
color:#dbdbdb |
|||
} |
|||
.ui.modal>.actions{ |
|||
background:#404552; |
|||
border-top:1px solid #404552 |
|||
} |
|||
.ui.modal>.content{ |
|||
background:#383c4a |
|||
} |
|||
.ui.basic.blue.button,.ui.basic.blue.buttons .button{ |
|||
box-shadow:0 0 0 1px #609926 inset!important; |
|||
color:#609926!important |
|||
} |
|||
.editor-toolbar{ |
|||
background-color:#404552 |
|||
} |
|||
.editor-toolbar a{ |
|||
color:#87ab63!important |
|||
} |
|||
.CodeMirror{ |
|||
color:#9daccc; |
|||
background-color:#2b2b2b; |
|||
border-top:none |
|||
} |
|||
.CodeMirror-gutters{ |
|||
background-color:#2b2b2b |
|||
} |
|||
.repository .diff-detail-box{ |
|||
background-color:#303030 |
|||
} |
|||
.repository .diff-detail-box .detail-files{ |
|||
background-color:inherit |
|||
} |
|||
.comment-code-cloud .ui.attached.tabular.menu{ |
|||
background:none transparent; |
|||
border:none |
|||
} |
|||
.comment-code-cloud .footer .markdown-info{ |
|||
color:inherit |
|||
} |
|||
.file-comment{ |
|||
color:#888 |
|||
} |
|||
.ui.comments .comment .author{ |
|||
color:#dbdbdb |
|||
} |
|||
.ui.comments .comment .metadata{ |
|||
color:#808084 |
|||
} |
|||
.ui.comments .comment .text{ |
|||
color:#9e9e9e |
|||
} |
Loading…
Reference in new issue