diff --git a/gitea-dark-arc-green.user.css b/gitea-dark-arc-green.user.css index 249b430..99efc5a 100644 --- a/gitea-dark-arc-green.user.css +++ b/gitea-dark-arc-green.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Gitea Dark ARC Green @namespace https://git.mousetrap.xyz/alex/Gitea-Dark-ARC-Green -@version 1.7.6 +@version 1.8.0 ==/UserStyle== */ @-moz-document domain('git.mousetrap.xyz') { .hljs { @@ -279,7 +279,7 @@ } .ui.pagination.menu .active.item { color: #dbdbdb; - background-color: #609926; + background-color: #87ab63; } .repository .header-wrapper { background-color: #2a2e3a; @@ -311,11 +311,11 @@ } .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=date], @@ -351,11 +351,11 @@ } .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; @@ -566,7 +566,7 @@ border-top: 1px solid #4c505c; } .ui .text.blue { - color: #609926 !important; + color: #87ab63 !important; } .ui.selection.active.dropdown, .ui.selection.active.dropdown .menu { @@ -612,7 +612,7 @@ background: #353945; } .ui.secondary.pointing.menu .active.item { - border-color: #609926; + border-color: #87ab63; color: #dbdbdb; background: #404552; } @@ -682,9 +682,12 @@ .ui.info.message { box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent; } - .ui.positive.message { + .ui.bottom.attached.message { background-color: #2c662d; - color: #fcfff5; + color: #87ab63; + } + .ui.bottom.attached.message .pull-right { + color: #87ab63; } .ui.info.message { background-color: #2c3b4a; @@ -836,17 +839,17 @@ } .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-code .hljs, .repository.file.list #file-content .code-view .lines-code ol, @@ -940,8 +943,8 @@ } .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; diff --git a/gitea-dark-arc-green.user.css.less b/gitea-dark-arc-green.user.css.less index 3db3135..f9e8892 100644 --- a/gitea-dark-arc-green.user.css.less +++ b/gitea-dark-arc-green.user.css.less @@ -1,7 +1,7 @@ /* ==UserStyle== @name Gitea Dark ARC Green @namespace https://git.mousetrap.xyz/alex/Gitea-Dark-ARC-Green -@version 1.7.6 +@version 1.8.0 ==/UserStyle== */ @-moz-document domain('git.mousetrap.xyz') { diff --git a/package.json b/package.json index 9e4f547..0902cb8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "less": "^3.9.0" }, "scripts": { - "update-css": "bash -c './node_modules/cssbeautify/bin/cssbeautify <(curl -s 'https://raw.githubusercontent.com/go-gitea/gitea/v1.7.6/public/css/theme-arc-green.css') > theme-arc-green.css.less'", + "update-css": "bash -c './node_modules/cssbeautify/bin/cssbeautify <(curl -s 'https://raw.githubusercontent.com/go-gitea/gitea/v1.8.0/public/css/theme-arc-green.css') > theme-arc-green.css.less'", "build": "./node_modules/less/bin/lessc gitea-dark-arc-green.user.css.less gitea-dark-arc-green.user.css" } }