changed gitea default theme
This commit is contained in:
parent
190af4143f
commit
564245df40
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519";
|
SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519";
|
||||||
};
|
};
|
||||||
|
ui = {
|
||||||
|
DEFAULT_THEME = "arc-green";
|
||||||
|
#THEMES = "gitea-modern";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
ssh.clonePort = 2222;
|
ssh.clonePort = 2222;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue