Skip to content

Themes - #399

Merged
zamitto merged 18 commits into
hydralauncher:mainfrom
geraldogg77:main
Oct 16, 2025
Merged

Themes#399
zamitto merged 18 commits into
hydralauncher:mainfrom
geraldogg77:main

Conversation

@geraldogg77

Copy link
Copy Markdown
Contributor

some themes for publication.

geraldogg77 and others added 15 commits March 4, 2025 20:35
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
- Uma leve mudança na cor das letras;
- Reformulação do código;
- Reformulação do código;
-Adicionado o meu código de amigo no nome das pastas em que se encontram os temas;
-Mudanças estéticas;
-Mudança na interatividade do tema;
-Substituição da screenshot por uma mais atualizada do tema;

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Added three new themes to the repository, featuring distinct visual styles with animated backgrounds, transparency effects, and consistent UI element styling.

  • New "Lucy & David" theme adds an animated GIF background with blue glow effects and semi-transparent UI elements with consistent rgba(100, 220, 255) accents
  • New "Peace" theme implements a minimalist dark style with backdrop-filter blur effects and rgba(75, 71, 71, 0.3) backgrounds
  • Modified "Space" theme enhances visual appeal with rgb(8, 122, 230) borders, improved hover transitions, and rounded corners
  • Potential CSS specificity issue in Peace theme due to duplicate selectors with different background colors
  • All themes maintain consistent structure while offering unique visual identities through colors, effects, and backgrounds

💡 (2/5) Greptile learns from your feedback when you react with 👍/👎!

3 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines +66 to +67
background: transparent;
background-color: rgba(0, 60, 130, 0.2);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Setting both background: transparent and background-color will cause the transparent to be overridden. Remove the redundant background property.

Suggested change
background: transparent;
background-color: rgba(0, 60, 130, 0.2);
background-color: rgba(0, 60, 130, 0.2);

Comment thread themes/Peace-RB5gxMjb/theme.css Outdated
Comment on lines +6 to +15
.sidebar,
.header,
.container__content,
.bottom-panel,
.text-field-container__text-field--dark,
.text-field-container__text-field--primary,
.header__search,
.settings-download-sources__item,
.download-group__item,
.game-item {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: .sidebar and .container__content .button--outline are defined twice with different background colors (lines 6-15 and 20-29)


/* Texto com brilho azul claro */
.game-item span {
color: white !important;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Avoid using !important for color overrides. Consider increasing specificity instead.

background: transparent;
border: 1px solid rgba(4, 32, 85, 0.3);
padding: 0px 05px;
border: 1px solid rgb(8, 122, 230);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Consider using rgba() for border color to match theme's transparency aesthetic

@sonarqubecloud

sonarqubecloud Bot commented May 9, 2025

Copy link
Copy Markdown

@zamitto

zamitto commented May 21, 2025

Copy link
Copy Markdown
Contributor

screenshot for Peace is missing, and you are not using your own user code for that theme

missing screenshot file and friend code is incorrect
@sonarqubecloud

Copy link
Copy Markdown

@zamitto
zamitto merged commit 226760f into hydralauncher:main Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants