Change logo color to the equivalent of #0F94D2 #1725
Answered
by
antonispgs
antonispgs
asked this question in
Q&A
-
"logo": {
"type": "builtin",
"source": "arch"
},
"display": {
"separator": " ",
"color": {
"keys": "red"
}
},
"modules": [
{
"type": "title",
"key": "",
"color": {
"user": "bright_green",
"at": "white",
"host": "#0F94D2"
} So, I have this as part of my config file, I I try to add "color": "#0F94D2" within the logo bracket and it does not like it, even though it works fine for the host bit below. |
Beta Was this translation helpful? Give feedback.
Answered by
antonispgs
Apr 30, 2025
Replies: 1 comment
-
OK, so I figured it out somehow although I don't understand why. I guess the logo has 2 colors set so I had to add "color": {"1": "#0F94D2"},
"color": {"2": "#0F94D2"} within the logo bracket. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antonispgs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, so I figured it out somehow although I don't understand why. I guess the logo has 2 colors set so I had to add
within the logo bracket.