diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 193d697..8656082 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -224,11 +224,21 @@ .ui.action.input:not([class*="left action"]) input:focus { border-right-color: #456580!important; } - .ui.green.button .ui.green.buttons .button { - background-color: #2a733b; + .ui.green.button, + .ui.green.buttons .button { + background-color: #217a45; + color: #fff; + text-shadow: none; + background-image: none; + } + .ui.green.button:focus, + .ui.green.buttons .button:focus { + background-color: #085121 !important; + color: #fff; + text-shadow: none; } .ui.button { - background: #151532; + background: #0c0c53; border: 1px solid #313c47; color: #dbdbdb; } @@ -243,7 +253,7 @@ color: #dbdbdb; } .ui.table thead th { - background: #172a40; + background: #05174b; color: #dbdbdb; } .repository.file.list #repo-files-table tr:hover { @@ -269,7 +279,7 @@ .hljs-keyword, .hljs-selector-tag, .hljs-subst { - color: #88ccef; + color: #55aaaa; } .markdown:not(code) .highlight pre, .markdown:not(code) pre { @@ -351,7 +361,7 @@ border: 1px solid #456580; } .ui .info.segment.top { - background-color: #151532 !important; + background-color: #060639 !important; } .repository .diff-file-box .file-body.file-code .lines-num { color: #9e9e9e; @@ -857,16 +867,16 @@ .ui.blue.button, .ui.blue.buttons .button { color: #ddd; - background-color: #073aa2; + background-color: #030c69; } .ui.blue.button:focus, - .ui.blue.buttons .button:focus { - background-color: #0a51e1; + .ui.blue.buttons .button:hover { + background-color: #052ca1; color: #fff; - text-shadow: none; } .CodeMirror pre { background: #0a0a0a; + color: #dedede; } .CodeMirror-linenumber { color: #ddd;