bikass / kora

Kora icon theme for GNU/Linux os
GNU General Public License v3.0
660 stars 31 forks source link

Action icons in light theme #80

Closed Digitalone1 closed 4 years ago

Digitalone1 commented 4 years ago

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

bikass commented 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.

bikass commented 4 years ago

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 :)

Digitalone1 commented 4 years ago

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.

bikass commented 4 years ago

Dark color hex #444444 , or rgb(68,68,68)

bikass commented 4 years ago

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

Digitalone1 commented 4 years ago

I think something like git fetch master

Digitalone1 commented 4 years ago

!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

Digitalone1 commented 4 years ago

@bikass did you notice any issue with the modified icons?

bikass commented 4 years ago

I think everything is fine. I fixed some icons, I guess they had different color. Thank you.