Compare commits
5 Commits
e1604012b9
...
main
Author | SHA1 | Date | |
---|---|---|---|
7ae5bc1c0b | |||
a91e747c4c | |||
a1a5ba79f2 | |||
6f2f925817 | |||
94dcd29bae |
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "theme-dark-arc-gitea"]
|
||||
path = theme-dark-arc-gitea
|
||||
url = https://github.com/Jieiku/theme-dark-arc-gitea
|
1
README.md
Normal file
1
README.md
Normal file
@ -0,0 +1 @@
|
||||
Fork of https://github.com/iamdoubz/Gitea-Pitch-Black
|
@ -161,13 +161,13 @@
|
||||
--color-input-background: #000;
|
||||
--color-input-border: #454545;
|
||||
--color-input-border-hover: #4e5465;
|
||||
--color-navbar: #060606;
|
||||
--color-navbar: #0f0e0e;
|
||||
--color-light: #00000028;
|
||||
--color-light-border: #ffffff28;
|
||||
--color-hover: #ffffff10;
|
||||
--color-active: #25272d;
|
||||
--color-active: #1e1c1c;
|
||||
--color-menu: #060606;
|
||||
--color-card: #060606;
|
||||
--color-card: #0f0e0e;
|
||||
--color-markdown-table-row: #ffffff06;
|
||||
--color-markdown-code-block: #121314;
|
||||
--color-button: #070707;
|
||||
@ -179,8 +179,27 @@
|
||||
--color-placeholder-text: #6a737d;
|
||||
--color-editor-line-highlight: var(--color-primary-light-5);
|
||||
--color-project-board-bg: var(--color-secondary-light-2);
|
||||
--color-nav-bg: #050505;
|
||||
--color-nav-bg: #0f0e0e;
|
||||
--color-nav-hover-bg: var(--color-hover);
|
||||
--color-label-bg: #191717;
|
||||
--color-highlight-bg: rgba(249,188,46,.1);
|
||||
}
|
||||
|
||||
.repo-clone-https, .repo-clone-ssh {
|
||||
color: var(--color-text-light-2);
|
||||
}
|
||||
|
||||
.lines-num, .lines-num::before {
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
.overflow-menu-items:has(a[href="/explore/repos"]) {
|
||||
background: #0a0909;
|
||||
}
|
||||
|
||||
a[href="https://docs.gitea.com"] {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
::-webkit-calendar-picker-indicator {
|
1
theme-dark-arc-gitea
Submodule
1
theme-dark-arc-gitea
Submodule
Submodule theme-dark-arc-gitea added at 748aebfeb5
Reference in New Issue
Block a user