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

Two new themes, a stylesheet, and old theme updates OH MY! #528

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Urabewe
Copy link
Contributor

@Urabewe Urabewe commented Jan 14, 2025

Two new themes, Aquamarine and Pastel

New CSS stylesheet, Luminous

Updated my previous themes to use the new Luminous CSS sheet as intended originally.

I don't know if that will be a problem, if it is let me know and I'll just make these a new version and keep the old ones? I just didn't want to bloat it up.

Two new themes: Aquamarine and Pastel. One new CSS stylesheet: Luminous
Add new themes and new stylesheet to new themes and previous themes I added
--shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.5);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.6);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.7);

Copy link
Member

Choose a reason for hiding this comment

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

the bottom of this file is wonked out

@@ -97,8 +97,10 @@ public void PreInit()
RegisterTheme(new("cyber_swarm", "Cyber Swarm", ["/css/themes/cyber_swarm.css"], true));
RegisterTheme(new("punked", "Punked", ["/css/themes/punked.css"], true));
RegisterTheme(new("eyesear_white", "Eyesear White", ["/css/themes/eyesear_white.css"], false));
RegisterTheme(new("swarmpunk", "Swarm Punk", ["/css/themes/modern.css", "/css/themes/swarmpunk.css"], true));
RegisterTheme(new("beweish", "Beweish", ["/css/themes/modern.css", "/css/themes/beweish.css"], true));
RegisterTheme(new("swarmpunk", "Swarm Punk", ["/css/themes/luminous.css", "/css/themes/swarmpunk.css"], true));
Copy link
Member

Choose a reason for hiding this comment

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

why remove modern?


/* Buttons */
--button-text: #ffffff; /* White for button text */
--button-background: #333333; /* Dark button background */
Copy link
Member

Choose a reason for hiding this comment

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

all these inline comments are redundant... yeah it's a button-background and it's a dark color, it's already there, you don't need to repeat that

Copy link
Contributor Author

@Urabewe Urabewe left a comment

Choose a reason for hiding this comment

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

Removed comments, set my old themes back to modern and new to luminous, fixed lines.

@@ -99,6 +99,8 @@ public void PreInit()
RegisterTheme(new("eyesear_white", "Eyesear White", ["/css/themes/eyesear_white.css"], false));
RegisterTheme(new("swarmpunk", "Swarm Punk", ["/css/themes/modern.css", "/css/themes/swarmpunk.css"], true));
RegisterTheme(new("beweish", "Beweish", ["/css/themes/modern.css", "/css/themes/beweish.css"], true));
RegisterTheme(new("aquamarine", "Aquamarine", ["/css/themes/luminous.css", "/css/themes/aquamarine.css"], true));
RegisterTheme(new("pastel", "Pastel", ["/css/themes/luminous.css", "/css/themes/pastel.css"], true));
Copy link
Member

Choose a reason for hiding this comment

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

why do these not use modern?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm submitting a new CSS stylesheet to use with these. You suggested submitting new stylesheets so I did. They have a different look and feel. Tabs are a bit different and the parameter groups are full tab sections. I can provide screenshots if needed.

Copy link
Member

Choose a reason for hiding this comment

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

That doesn't answer my question. Yes you have your own stylesheet. You have two in fact. But why is modern not included?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nah, my bad I guess it wasn't registering in my head. I can add the modern style to them as well and I'll add the luminous to my swarm punk and bewish as well keeping the modern that's already on them. I think I'm up to speed now!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay so both luminous and modern are being used now and they are grouped by style sheet used.

Copy link
Member

@mcmonkey4eva mcmonkey4eva Jan 16, 2025

Choose a reason for hiding this comment

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

Wh... What.
You just doubled the number of themes? And still haven't answered my question. Why is modern.css not included in the file list for the themes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was trying to give people choice between the modern look and the luminous look if I add the modern.css to the themes file list then it overwrites the luminous style. Maybe I'm missing something still. The way it is there is the choice between two different styles modern and luminous. If I add modern.css and luminous.css it just makes them all modern with just a few elements of the luminous intact.

Because if you're wanting me to mix them then it's back to the drawing board because they do not play well together.

Copy link
Member

Choose a reason for hiding this comment

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

Whatever changes luminous makes, should be made on top of modern.css. Modern is the starting point for anything developed newly like that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll have to work on that then because I'm not sure how I'll incorporate some of the stuff with both of the files being used.

@Urabewe
Copy link
Contributor Author

Urabewe commented Jan 16, 2025

I have edited that aquamarine file, it has the closing and the new line... it's showing odd on my side though. I click on it, it shows the correct file, I look elsewhere and it doesn't. Is it showing on your side?

@mcmonkey4eva
Copy link
Member

yeah file bottoms are good now

Included both luminous and modern in the themes, arranged them so that they are together. Modern is together and Luminous is together and not all mixed up.
@mcmonkey4eva mcmonkey4eva marked this pull request as draft February 3, 2025 16:34
@mcmonkey4eva
Copy link
Member

Marked as a draft pending Modern stylesheet usage

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