New XCP-ng "theme" in shell
-
Those color were chosen because they are the same than the logo, so it makes sense to be able to identify clearly that's XCP-ng.
Also more changes in the console code (in Python) might take time so we'll consider it carefully.
-
@olivierlambert said in New XCP-ng "theme" in shell:
Those color were chosen because they are the same than the logo, so it makes sense to be able to identify clearly that's XCP-ng.
I see. So you can make "XCP-ng" red instead of green which I suggested in my previous post.
Also more changes in the console code (in Python) might take time so we'll consider it carefully.
I'll be grateful for keeping the current theme for xsconsole
-
What green are you talking about? Where do you see green in XCP-ng logo?
I think we'll keep that, but you could edit the color values yourself if you are not happy with it. I'm a bit surprised that you are so strongly against something you didn't even test on your own terminal first
edit: as I said, we'd like to NOT change the color structure, just the color themselves. Changing just "XCP-ng" is not possible.
-
@olivierlambert said in New XCP-ng "theme" in shell:
What green are you talking about?
As I've already written, the one I suggested in my previous-previous post because you had written you had wanted to make a difference.
Where do you see green in XCP-ng logo?
Nowhere. See above.
I think we'll keep that, but you could edit the color values yourself
Could you elaborate?
if you are not happy with it. I'm a bit surprised that you are so strongly against something you didn't even test on your own terminal first
I have looked carefully at the screenshots you posted.
edit: as I said, we'd like to NOT change the color structure, just the color themselves. Changing just "XCP-ng" is not possible.
Sad to hear that.
-
I like the idea to show the difference to XS/CH a lot. It creates our own identity.
But the xsconsole theme looks like an error occoured (because of the red). I would like to have a more non-error like look. Maybe the outline of the box in white, like here:
-
Sadly, as I said, there is only few "zones" themable.
-
@olivierlambert I think in ten years we don't mind the red or we all still hate it but didn't change
I wonder how long it takes that some coworkers do emergency calls at night because of the color ...
-
Note that red is already the default fallback color so I'm not sure this is a good argument. Also it's exactly the same color than XCP-ng logo, website etc. It's not "red" per se.
-
What about this one?
-
@olivierlambert cool
-
-
@olivierlambert Best one!!! Super cool and not ultra left wing red-ish. Thanks.
-
The last example is better from a legible point of view but people with color impairment could still have a problem reading the dark red on grey/black.
And the colors make me think of a boring industry control system from the 1980s.If only the logo colors can be used I would suggest replacing the dark red with the dark yellow in the jet flame.
-
Something like this.
Or possibly changing the light yellow to pure white and using the light yellow instead of the dark one. -
@peder We already showed that to a color blind person. No problem at all Also the yellow is far from being the main color used everywhere else (website etc.) Thanks for your input!
-
@peder said in New XCP-ng "theme" in shell:
Something like this.
Or possibly changing the light yellow to pure white and using the light yellow instead of the dark one.Yes, this one is more legible. I like it more
-
@olivierlambert I still think the dark red text is an abomination
Here's another mock-up, using the darkest red from the logo rocket -
I got your point That's why the latest design got far less red.
-
Last suggestion.
Replacing the current /usr/lib64/xsconsole/XConsoleConfig.py values with the ones in the insert gives something like below.
It accents the red/brownish color seen on the website. -
Hi @peder thanks but it's not like this you respect a theme color Take the hex color code from XCP-ng logo (eg the "red" which isn't red ), then convert it to RGB (on 255), and after this, convert it to RGB on a base 1000 (color used by curse library).
Then, as long as you respect the ration between R,G and B, you can raise or reduce the number (again, keeping the ratio) to get darker or lighter result.