diff --git a/README.md b/README.md index 64f397e..edcf2c3 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,11 @@ DEFAULT_THEME = earl-grey THEMES = gitea,arc-green,...,earl-grey ``` +## Updating + +Usage (only argument in is Gitea version): + +``` +./get.sh 1.21.10 +``` + diff --git a/get.sh b/get.sh new file mode 100755 index 0000000..f4c1f7d --- /dev/null +++ b/get.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +curl https://gitea.artixlinux.org/assets/css/theme-earl-grey.css?$1 > theme-earl-grey.css diff --git a/theme-earl-grey.css b/theme-earl-grey.css index 33ccbf9..6448cb3 100644 --- a/theme-earl-grey.css +++ b/theme-earl-grey.css @@ -250,7 +250,10 @@ --color-input-background: #2C2F35; --color-input-border: #2C2F35; --color-input-border-hover: #505667; - --color-navbar: #24262B; + --color-header-wrapper: #2a2e3a; + --color-header-wrapper-transparent: #2a2e3a00; + --color-nav-bg: #2e323e; + --color-nav-hover-bg: #434651; --color-light: #00000028; --color-light-border: #ffffff28; --color-hover: #ffffff10; @@ -830,4 +833,3 @@ img[src$="/img/matrix.svg"] { .monaco-editor .view-lines { filter: invert(1) !important; } -