add update script, bump css to gitea v1.20.3
This commit is contained in:
@@ -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
3
get.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
curl https://gitea.artixlinux.org/assets/css/theme-earl-grey.css?$1 > theme-earl-grey.css
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user