diff options
Diffstat (limited to 'public/less/themes/arc-green.less')
-rw-r--r-- | public/less/themes/arc-green.less | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index 3ad91aa24c..c753e775f4 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -230,7 +230,7 @@ } .ui.pagination.menu .active.item { color: #dbdbdb; - background-color: #609926; + background-color: #87ab63; } .repository .header-wrapper { background-color: #2a2e3a; @@ -259,10 +259,10 @@ background: #565454; } .ui.blue.button, .ui.blue.buttons .button { - background-color: #609926; + background-color: #87ab63; } .ui.blue.button:hover, .ui.blue.buttons .button:hover { - background-color: #73ad36; + background-color: #a0cc75; } .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] { background: #404552; @@ -277,10 +277,10 @@ border-right-color: #4b505f!important; } .ui.green.button, .ui.green.buttons .button { - background-color: #609926; + background-color: #87ab63; } .ui.green.button:hover, .ui.green.buttons .button:hover { - background-color: #73ad36; + background-color: #a0cc75; } .ui.button { background: #383c4a; @@ -476,7 +476,7 @@ border-top: 1px solid #4c505c; } .ui .text.blue { - color: #609926 !important; + color: #87ab63 !important; } .ui.selection.active.dropdown, .ui.selection.active.dropdown .menu { border-color: #4e5361; @@ -517,7 +517,7 @@ background: #353945; } .ui.secondary.pointing.menu .active.item { - border-color: #609926; + border-color: #87ab63; color: #dbdbdb; background: #404552; } @@ -693,15 +693,15 @@ color: #7c9b5e; } .ui.blue.button:focus, .ui.blue.buttons .button:focus { - background-color: #609926; + background-color: #87ab63; } .ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:hover { - box-shadow: 0 0 0 1px #609926 inset!important; - color: #609926!important; + box-shadow: 0 0 0 1px #87ab63 inset!important; + color: #87ab63!important; } .ui.basic.blue.button:focus, .ui.basic.blue.buttons .button:focus { - box-shadow: 0 0 0 1px #609926 inset!important; - color: #609926!important; + box-shadow: 0 0 0 1px #87ab63 inset!important; + color: #87ab63!important; } .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 { background-color: #2a2e3a; @@ -771,8 +771,8 @@ background: #383c4a; } .ui.basic.blue.button, .ui.basic.blue.buttons .button { - box-shadow: 0 0 0 1px #609926 inset!important; - color: #609926!important; + box-shadow: 0 0 0 1px #87ab63 inset!important; + color: #87ab63!important; } .editor-toolbar { background-color: #404552; |