Closed Digitalone1 closed 4 years ago
I think it should be in Korla-light-panel. Korla-light is for light themes with dark panel and Korla-light-panel is light theme with light panel. In Korla-light-panel "actions" icons are already dark (linked to Korla-light "actions"). What you should try changing is status-symbolic. So, to make 'status' folder unique, symlink 'scalable' to Korla/status/scalable and 'symbolic' make dark.
Oh, one more thing... I have redone all symbolic icons in Korla. Like actions/simbolic must be changed. now they are dark but from Papirus... what a mess :)
Oh, one more thing... I have redone all symbolic icons in Korla. Like actions/simbolic must be changed. now they are dark but from Papirus... what a mess :)
I was talking about them.
Is there a color property that I can change in all files? If yes, tell me which one and the new value.
Dark color hex #444444 , or rgb(68,68,68)
Just silly question, if you do changes I should do 'git pull' or something else?
Also about cleaning svg files I'm using scour.sh from papirus dev team but I always getting this top line which I need to delete manually...
!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'
... if you know any way to avoid this line - would be really cool.
Another think if you know a way to make svg code look like this would be even more cooler :)
well I can not paste full code here but these icons are in actions/scalable
I think something like git fetch master
!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'
... if you know any way to avoid this line - would be really cool.
This can be cleaned with atom search in folder and replace with empty text
@bikass did you notice any issue with the modified icons?
I think everything is fine. I fixed some icons, I guess they had different color. Thank you.
So I'd like to try to copy and paste all action icons from korla to korla-light and change color using atom.
@bikass can you please tell me what I have to change and where specifically inside the file? Thanks