How to have more than one color for ascii logo #444
-
I want to have a theme that is something like my old neofetch theme. I figured out how to set the logo color. I see we have 9 indexes but I don't know how to paint the top half with one index and the bottom half with another. I used --logo-color-1 31 and --logo-color-2 32 but it just sets the whole thing as 31(purple). What I currently have: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Just to see if I'm right I decided to not be lazy and actually looked under the hood so to speak. It looks like currently the problem is that there is only one thing for FF_LOGO_COLORS for the Arch Icon therefore I literally cannot do that. If I another color to FF_LOGO_COLORS in Arch in builtin.c then redrew the icon so it used those 2 indexes where I want them the way some of the multicolor logos look it should work....I think? Just want to know if I correctly understand the situation. Of course this would obligate me to forever build this from source and apply a patch I made unless there is actually an interest in a multicolored Arch ascii logo here, there might not be. Edit: Just looked at neofetch and the Arch logo in it does have 2 color indexes. So if I were to do this it would just be making the display the same as it is for neofetch in this case. Somebody let me know it this is something that would be liked and I'll fork it, do a pull request, yada yada. On a side note this would be the first time in more than 20 years that I've actually contributed anything to open-source... |
Beta Was this translation helpful? Give feedback.
-
Could you send me your config files. I'm trying to do some changes on mine but I suck at json (and any langages), I have no idea how to changes things. |
Beta Was this translation helpful? Give feedback.
-
Ok, here is the config I used while on Plasma. My hyprland config is a work in progress. For your needs if you're not Arch you may want to add more logo colors if your distro has more than 2 colors. |
Beta Was this translation helpful? Give feedback.
Yes you can open a pull request for that. Give the arch linux a second color index, but make it default to the first color. This way the default look is not changed, but can be customized!