Compare commits

..

No commits in common. "master" and "1.19" have entirely different histories.
master ... 1.19

3 changed files with 2 additions and 15 deletions

View File

@ -15,11 +15,3 @@ 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
View File

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

View File

@ -250,10 +250,7 @@
--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-header-wrapper: #2a2e3a; --color-navbar: #24262B;
--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;
@ -833,3 +830,4 @@ img[src$="/img/matrix.svg"] {
.monaco-editor .view-lines { .monaco-editor .view-lines {
filter: invert(1) !important; filter: invert(1) !important;
} }