0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-23 15:53:10 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Pablo Vazquez
4e8be1543d Login: Add notice about disabled login and hide buttons 2023-02-02 12:35:06 +01:00
Pablo Vazquez
62c9a71d15 Theme: Fix text colors in cards 2023-01-31 19:27:32 +01:00
Pablo Vazquez
11a072d1ad Fix editor broken in bhree-dark theme
The error was caused by using hsl colors for variables.
Solved by converting the used variables to hex values.

It seems that the editor used by gitea does not support other colors
than hex (transparent, hsl, rgb, etc).

Issue: https: //github.com/microsoft/monaco-editor/issues/1815
2023-01-31 19:01:21 +01:00
Pablo Vazquez
2d09e39a1b Navigation: Move gitea/user items back
Remove gitea-specific links from top developer navbar.
2023-01-31 12:54:59 +01:00
Brecht Van Lommel
40e9b39cd9 UI: small tweaks to theme
* Restore divide line below secondary nav bar, so that e.g. Issues is not in
  the same space as the per repository Issues.
* Make secondary nav bar slightly more compact.
* Restore colored owner/repository name since this is information worth
  highlighting to understand the context of what you're looking at.
* Slightly reduce contrast on divider lines.
* Fix inconsistent number pills styling on pull request page.
2023-01-29 16:54:19 +01:00
Pablo Vazquez
ef239744e3 UI: Add font matching other blender.org sites
Use Heebo variable font, the same as in blender.org and other sites.
2023-01-26 18:52:41 +01:00
Pablo Vazquez
5da551a2a4 UI: Small adjustments to diff syntax highlight colors
Highlight diff lines and line number on row hover.
2023-01-26 18:31:39 +01:00
Pablo Vazquez
d3707e9983 UI: Adjust code diff syntax highlight colors 2023-01-26 17:59:49 +01:00
Pablo Vazquez
1238dea7d2 UI: Adjust primary color to match topbar 2023-01-26 17:52:53 +01:00
Pablo Vazquez
1fd47659c0 UI: Code syntax highlighting adjustments
Use the same colors that `arc-green` imports from:
* Chroma from /web_src/less/themes/chroma/dark.less
* CodeMirror from /web_src/less/codemirror/dark.less
2023-01-26 15:45:39 +01:00
Brecht Van Lommel
06948e85a2 Fix Blender logo not visible with themes other than bthree-dark 2023-01-26 04:21:40 +01:00
Pablo Vazquez
58816d3e27 CSS: Refactor
* Convert hex colors to hsl for easier tweaking.
* Add comments and sections
* Tweak colors to better follow code.blender.org
2023-01-20 19:16:29 +01:00
Pablo Vazquez
e25fe139ab Initial commit
bthree dark theme
2023-01-20 12:23:48 +01:00