add update script, bump css to gitea v1.20.3

master
michael 2024-04-02 18:04:51 -07:00
parent fc6473b7ab
commit 3a866f4543
3 changed files with 15 additions and 2 deletions

View File

@ -15,3 +15,11 @@ DEFAULT_THEME = earl-grey
THEMES = gitea,arc-green,...,earl-grey THEMES = gitea,arc-green,...,earl-grey
``` ```
## Updating
Usage (only argument in is Gitea version):
```
./get.sh 1.21.10
```

3
get.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
curl https://gitea.artixlinux.org/assets/css/theme-earl-grey.css?$1 > theme-earl-grey.css

View File

@ -250,7 +250,10 @@
--color-input-background: #2C2F35; --color-input-background: #2C2F35;
--color-input-border: #2C2F35; --color-input-border: #2C2F35;
--color-input-border-hover: #505667; --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: #00000028;
--color-light-border: #ffffff28; --color-light-border: #ffffff28;
--color-hover: #ffffff10; --color-hover: #ffffff10;
@ -830,4 +833,3 @@ img[src$="/img/matrix.svg"] {
.monaco-editor .view-lines { .monaco-editor .view-lines {
filter: invert(1) !important; filter: invert(1) !important;
} }