summaryrefslogtreecommitdiffstats
path: root/public/less/themes
Commit message (Collapse)AuthorAgeFilesLines
* Refactor heatmap to vue component (#5401)Lauris BH2018-11-271-0/+4
|
* fix fading menu in arc-green theme (#5128)glaszig2018-10-201-0/+5
| | | | | | | | | | | * fix fading menu in arc-green theme the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px. * Generate minimized css * compiled arc-green.less to apply changes from 76e4f9a58
* Code review UI improvements and bugfixes (#4682)Lauris BH2018-09-171-2/+43
| | | | | | | | | | | | | | | | * Code review UI improvements * More fixes to dark theme * Style fix * Fix to allow add code review comments only on review files tab * More readability dark style fixes * Fix commenting on deleted files. Fixes #4752 * Fix line blame getting for multiple corner cases
* Fix dark theme diff box header backround color (#4674)Lauris BH2018-08-121-1/+8
|
* Clean up arc-green theme (#4443)techknowlogick2018-07-141-1/+17
| | | | | | | | | | * Resolve some issues with Arc Green * Fix editor styles * zeebra stripes * generate CSS file
* Add the ability to have built in themes in Gitea (#4198)techknowlogick2018-07-052-0/+754
This makes it easier for user who want to theme but don't have the ability to know how to customize templates all that is required is a change in a config option The reason why I chose the DEFAULT_THEME as variable, as perhaps in the future we will allow users to chose their theme whon logged in just like we do with languages