1
0
Fork 0
mirror of https://github.com/SunRed/theme-dark-arc-gitea.git synced 2024-10-22 15:06:13 +02:00
Dark theme with high contrast for Gitea, based on arc-green.
Find a file
2022-04-13 19:41:06 -07:00
LICENSE Initial commit 2022-04-13 19:38:40 -07:00
README.md Update README.md 2022-04-13 19:41:06 -07:00
screenshot.png initial-commit 2022-04-13 19:39:17 -07:00
screenshot2.png initial-commit 2022-04-13 19:39:17 -07:00
theme-dark-arc.css initial-commit 2022-04-13 19:39:17 -07:00

Dark Arc

A dark theme for gitea with high contrast.

This theme was created by making a copy of theme-arc-green.css and making things darker for better contrast.

If you make improvements/tweaks to this theme please send a pull request, or dump your changes in an issue report.

dark-arc-dashboard

dark-arc-repository

I created a feature request for a way to disable organizations because I don't use them.

I was promptly told to use css and my request was closed: https://github.com/go-gitea/gitea/issues/19391

This theme hides Organizations using CSS, you can find it at the bottom of the theme:

#dashboard-repo-list > div > div:first-child {
  display: none !important;
}