Compare commits
No commits in common. "2f2b76c07459f3786ddc5be5e805a7962fe9708f" and "39ee15ed7b63c0a6261df35b2fd8a294b5a85200" have entirely different histories.
2f2b76c074
...
39ee15ed7b
42
README.md
42
README.md
@ -2,71 +2,71 @@
|
|||||||
|
|
||||||
### Edge Dark
|
### Edge Dark
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Edge Light
|
### Edge Light
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Everforest Dark
|
### Everforest Dark
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Everforest Light
|
### Everforest Light
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Gruvbox Dark
|
### Gruvbox Dark
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Gruvbox Light
|
### Gruvbox Light
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Gruvbox Material Dark
|
### Gruvbox Material Dark
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Gruvbox Material Light
|
### Gruvbox Material Light
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Nord
|
### Nord
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Palenight
|
### Palenight
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Soft Era
|
### Soft Era
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sonokai
|
### Sonokai
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sonokai Andromeda
|
### Sonokai Andromeda
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sonokai Atlantis
|
### Sonokai Atlantis
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sonokai Espresso
|
### Sonokai Espresso
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sonokai Maia
|
### Sonokai Maia
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sonokai Shusia
|
### Sonokai Shusia
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ and `<gitea-container-name>` is the container name of your gitea instance that c
|
|||||||
Now execute the following command to install this theme:
|
Now execute the following command to install this theme:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo docker exec -u <run-user> <gitea-container-name> sh -c 'mkdir -p <custom-path>/public/assets/css && curl --output-dir <custom-path>/public/assets/css -LO https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-edge-dark.css'
|
sudo docker exec -u <run-user> <gitea-container-name> sh -c 'mkdir -p <custom-path>/public/css && curl --output-dir <custom-path>/public/css -LO https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-edge-dark.css'
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<custom-path>` with the `CustomPath` in this command.
|
Replace `<custom-path>` with the `CustomPath` in this command.
|
||||||
@ -135,7 +135,7 @@ Restart Gitea instance to apply change.
|
|||||||
### If Gitea is not deployed via Docker
|
### If Gitea is not deployed via Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p <custom-path>/public/assets/css && curl --output-dir <custom-path>/public/assets/css -LO https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-edge-dark.css
|
mkdir -p <custom-path>/public/css && curl --output-dir <custom-path>/public/css -LO https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-edge-dark.css
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `<custom-path>` can be found via `gitea help`.
|
Where `<custom-path>` can be found via `gitea help`.
|
||||||
@ -165,8 +165,8 @@ List of meta tag colors of each theme (excluding `*-auto` themes):
|
|||||||
|
|
||||||
- `edge-dark`: `#333644`
|
- `edge-dark`: `#333644`
|
||||||
- `edge-light`: `#eef1f4`
|
- `edge-light`: `#eef1f4`
|
||||||
- `everforest-dark`: `#2d353b`
|
- `everforest-dark`: `#323c41`
|
||||||
- `everforest-light`: `#f4f0d9`
|
- `everforest-light`: `#f3efda`
|
||||||
- `gruvbox-dark`: `#32302f`
|
- `gruvbox-dark`: `#32302f`
|
||||||
- `gruvbox-light`: `#f4e8be`
|
- `gruvbox-light`: `#f4e8be`
|
||||||
- `gruvbox-material-dark`: `#32302f`
|
- `gruvbox-material-dark`: `#32302f`
|
||||||
|
2
dist/theme-edge-auto.css
vendored
2
dist/theme-edge-auto.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-edge-dark.css
vendored
2
dist/theme-edge-dark.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-edge-light.css
vendored
2
dist/theme-edge-light.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-everforest-auto.css
vendored
2
dist/theme-everforest-auto.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-everforest-dark.css
vendored
2
dist/theme-everforest-dark.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-everforest-light.css
vendored
2
dist/theme-everforest-light.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-gruvbox-auto.css
vendored
2
dist/theme-gruvbox-auto.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-gruvbox-dark.css
vendored
2
dist/theme-gruvbox-dark.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-gruvbox-light.css
vendored
2
dist/theme-gruvbox-light.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-gruvbox-material-auto.css
vendored
2
dist/theme-gruvbox-material-auto.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-gruvbox-material-dark.css
vendored
2
dist/theme-gruvbox-material-dark.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-gruvbox-material-light.css
vendored
2
dist/theme-gruvbox-material-light.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-nord.css
vendored
2
dist/theme-nord.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-palenight.css
vendored
2
dist/theme-palenight.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-soft-era.css
vendored
2
dist/theme-soft-era.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-sonokai-andromeda.css
vendored
2
dist/theme-sonokai-andromeda.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-sonokai-atlantis.css
vendored
2
dist/theme-sonokai-atlantis.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-sonokai-espresso.css
vendored
2
dist/theme-sonokai-espresso.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-sonokai-maia.css
vendored
2
dist/theme-sonokai-maia.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-sonokai-shusia.css
vendored
2
dist/theme-sonokai-shusia.css
vendored
File diff suppressed because one or more lines are too long
2
dist/theme-sonokai.css
vendored
2
dist/theme-sonokai.css
vendored
File diff suppressed because one or more lines are too long
@ -113,7 +113,7 @@
|
|||||||
--color-text-hover: fade(@fg, 80%);
|
--color-text-hover: fade(@fg, 80%);
|
||||||
--color-text-light: @tertiary;
|
--color-text-light: @tertiary;
|
||||||
--color-text-light-1: @grey;
|
--color-text-light-1: @grey;
|
||||||
--color-text-light-2: @secondary;
|
--color-text-light-2: @fg;
|
||||||
--color-text-light-3: @grey;
|
--color-text-light-3: @grey;
|
||||||
--color-footer: @bg1;
|
--color-footer: @bg1;
|
||||||
--color-timeline: @bg4;
|
--color-timeline: @bg4;
|
||||||
@ -124,8 +124,6 @@
|
|||||||
--color-input-border-hover: mix(@bg4, @grey, 50%);
|
--color-input-border-hover: mix(@bg4, @grey, 50%);
|
||||||
--color-navbar: @bg1;
|
--color-navbar: @bg1;
|
||||||
--color-navbar-transparent: @bg1;
|
--color-navbar-transparent: @bg1;
|
||||||
--color-nav-bg: @bg1;
|
|
||||||
--color-nav-hover-bg: @bg3;
|
|
||||||
--color-light: @bg1;
|
--color-light: @bg1;
|
||||||
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
||||||
--color-light-border: @bg4;
|
--color-light-border: @bg4;
|
||||||
@ -150,8 +148,6 @@
|
|||||||
--color-reaction-bg: #ffffff12;
|
--color-reaction-bg: #ffffff12;
|
||||||
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
||||||
--color-header-bar: @bg1;
|
--color-header-bar: @bg1;
|
||||||
--color-label-bg: @bg4;
|
|
||||||
--color-label-text: @tertiary;
|
|
||||||
--color-label-active-bg: @bg4;
|
--color-label-active-bg: @bg4;
|
||||||
--color-accent: var(--color-primary-light-1);
|
--color-accent: var(--color-primary-light-1);
|
||||||
--color-small-accent: var(--color-primary-light-5);
|
--color-small-accent: var(--color-primary-light-5);
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
.chroma .s, .chroma .s1, .chroma .s2, .chroma .sa, .chroma .sb, .chroma .sc, .chroma .sh, .chroma .si, .chroma .sr, .chroma .ss, .chroma .sx, .chroma .nt, .chroma .cpf {
|
.chroma .s, .chroma .s1, .chroma .s2, .chroma .sa, .chroma .sb, .chroma .sc, .chroma .sh, .chroma .si, .chroma .sr, .chroma .ss, .chroma .sx, .chroma .nt, .chroma .cpf {
|
||||||
color: @string;
|
color: @string;
|
||||||
}
|
}
|
||||||
.chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .mo, .chroma .nl {
|
.chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .mo {
|
||||||
color: @value;
|
color: @value;
|
||||||
}
|
}
|
||||||
.chroma .kt, .chroma .nc, .chroma .nn, .chroma .nv {
|
.chroma .kt, .chroma .nc, .chroma .nn, .chroma .nv {
|
||||||
|
@ -11,18 +11,6 @@
|
|||||||
color: @bg0;
|
color: @bg0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.grey.labels .label, .ui.ui.ui.grey.label, .ui.grey.button, .ui.grey.buttons .button {
|
|
||||||
color: @bg0;
|
|
||||||
background-color: @button1;
|
|
||||||
border-color: @button1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.grey.labels .label:hover, .ui.ui.ui.grey.label:hover, .ui.grey.button:hover, .ui.grey.buttons .button:hover {
|
|
||||||
color: @bg0;
|
|
||||||
background-color: @button1;
|
|
||||||
border-color: @button1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* secondary buttons */
|
/* secondary buttons */
|
||||||
.ui.green.buttons .button, .ui.green.button {
|
.ui.green.buttons .button, .ui.green.button {
|
||||||
background: @button2;
|
background: @button2;
|
||||||
@ -118,12 +106,12 @@ i.grey.icon.icon.icon.icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* grey buttons */
|
/* grey buttons */
|
||||||
.ui.labels a.label, a.ui.label {
|
.ui.grey.labels .label, .ui.ui.ui.grey.label, .ui.grey.button, .ui.grey.buttons .button {
|
||||||
background-color: @bg1;
|
color: @bg0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.labels a.label:hover, a.ui.label:hover {
|
.ui.grey.labels .label:hover, .ui.ui.ui.grey.label:hover, .ui.grey.button:hover, .ui.grey.buttons .button:hover {
|
||||||
background-color: @bg0;
|
color: @bg0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* orange buttons */
|
/* orange buttons */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user