Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config setting to change mask-icon and color. #7449

Open
Nikita240 opened this issue Jul 12, 2019 · 1 comment
Open

Add config setting to change mask-icon and color. #7449

Nikita240 opened this issue Jul 12, 2019 · 1 comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI

Comments

@Nikita240
Copy link

templates/base/head.tmpl contains a hard-coded mask-icon tag and color.

<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
<link rel="mask-icon" href="{{AppSubUrl}}/img/gitea-safari.svg" color="#609926">

This results in a bright green background when opening the repository on Chrome on Android, which doesn't match the custom theme I have at all.

We should create a config setting that allows the user to customize these parameters.

@lunny lunny added the topic/ui Change the appearance of the Gitea UI label Jul 13, 2019
@stale
Copy link

stale bot commented Sep 11, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Sep 11, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Sep 12, 2019
@stale stale bot removed the issue/stale label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

No branches or pull requests

2 participants