-
Notifications
You must be signed in to change notification settings - Fork 70
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
Decide on the green colore tone used in Bisq 2 #1255
Comments
@axpoems Suggestion:
If those suggestions dont work well for you can you offer your suggestions? Bisq 1 green: #25b135 |
@HenrikJannsen - As you mentioned, I believe it's a good idea to keep the logo colour consistent at So far, I've tested it on Windows, and it appears to work well. I'm planning to test it on Linux as well to ensure uniformity. Regarding the variations, I'd like to propose a slightly different approach. Instead of using dynamic derived variations, which can sometimes be less intuitive, I suggest choosing two or three specific shades of green from the palette. These selections could be related to your initial proposal, like this:
This way, we can work with some predefined colours from the palette, making it more straightforward and visually consistent. What are your thoughts on this approach, and if you have specific shades in mind from the palette you'd like to use. |
Looks good. I tested those colors on OSX and Linux and looks ok to me on both platforms. |
Can we close the issue @axpoems ? |
Yes, I think with this we have defined all the green shades needed for the Bisq 2 application. |
The green color used in Bisq 1 is quite intense on Linux (I assume Windows use the same color profile). On OSX it looks ok.
In Bisq 1 those are the base colors:
-bs-color-primary: #25b135; (left menu, progr. indicator,...)
-bs-color-primary-dark: #2ea33c; (right menu, action button,...)
In Bisq 2 the base color was changed to #56ae48. The color is a good compromise which looks ok both on Linux and Mac.
For large buttons we need to adjust to a darker/less intense variation. A
derive(#56ae48, -15%)
worked for me on both OSX and Linux.See also:
bisq-network/bisq-website#478
The text was updated successfully, but these errors were encountered: