1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 20:28:40 +00:00
wxiaoguang
2025-03-09 05:38:11 +08:00
committed by GitHub
parent 4c4c56c7cd
commit 6f13331754
10 changed files with 177 additions and 30 deletions

View File

@@ -1,6 +1,10 @@
@import "../chroma/dark.css";
@import "../codemirror/dark.css";
gitea-theme-meta-info {
--theme-display-name: "Dark";
}
:root {
--is-dark-theme: true;
--color-primary: #4183c4;