Theme lara-light-teal: Replace background color of highlight#76
Open
YellowLime77 wants to merge 1 commit intoprimefaces:mainfrom
Open
Theme lara-light-teal: Replace background color of highlight#76YellowLime77 wants to merge 1 commit intoprimefaces:mainfrom
YellowLime77 wants to merge 1 commit intoprimefaces:mainfrom
Conversation
Original color: #0f766e (same as text color, causing issues) Replacement color: #f0fffb Replacement color was chosen compared to the lara-light-blue theme (not sure if this method is okay): In HSL, H is 10 less than text color, S & L are the same as lara-light-blue's S & L.
melloware
approved these changes
Aug 9, 2024
Member
|
@YellowLime77 can you add Fix #69 too so it links this PR to that ticket as well. |
Author
|
Already done |
|
Hello, is there a date planned for the merge of this feature? |
|
This still isn't merged yet. Are there any updates? |
danielwaltz
reviewed
Jul 18, 2025
| $primaryTextColor: #ffffff !default; | ||
|
|
||
| $highlightBg: #0f766e !default; | ||
| $highlightBg: #f0fffb !default; |
There was a problem hiding this comment.
For what it's worth, I think the color should be this, sourced from the primeuix repo and the latest color palette!
#f0fdfa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #75
Fixes #69
Original color: #0f766e (same as text color, causing issues)
Replacement color: #f0fffb
Replacement color was chosen compared to the lara-light-blue theme (not sure if this method is okay): In HSL, H is 10 less than text color, S & L are the same as lara-light-blue's S & L.