Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preferences.svg to plasma theme #7

Closed
wants to merge 2 commits into from

Conversation

wuspy
Copy link

@wuspy wuspy commented Dec 24, 2016

Plasma theme was missing a preferences.svg icon, which is mainly used for bluetooth status. I've modified the icon from the KArc project (https://github.com/zbeptz/KArc-theme) to work with your theme if you want it.

@varlesh
Copy link
Contributor

varlesh commented Dec 24, 2016

Arc Color svg have wrong CSS and icons style:

 <style
       id="current-color-scheme"
       type="text/css">
      .ColorScheme-Text {
        color:#7B7C7E;
      }
      .ColorScheme-Background{
        color:#EFF0F1;
      }
      .ColorScheme-Highlight{
        color:#3DAEE6;
      }
      .ColorScheme-ViewText {
        color:#7B7C7E;
      }
      .ColorScheme-ViewBackground{
        color:#FCFCFC;
      }
      .ColorScheme-ViewHover {
        color:#3DAEE6;
      }
      .ColorScheme-ViewFocus{
        color:#1E92FF;
      }
      .ColorScheme-ButtonText {
        color:#7B7C7E;
      }
      .ColorScheme-ButtonBackground{
        color:#EFF0F1;
      }
      .ColorScheme-ButtonHover {
        color:#3DAEE6;
      }
      .ColorScheme-ButtonFocus{
        color:#1E92FF;
      }

Arc Dark not use CSS on svg!!!

@wuspy
Copy link
Author

wuspy commented Dec 25, 2016

My bad, I use arc dark so I didn't even notice.

@varlesh
Copy link
Contributor

varlesh commented Dec 25, 2016

No, you have wrong css and if you use fill:currentColor option color not needed.
I'm add new version

@varlesh varlesh closed this Dec 25, 2016
varlesh added a commit that referenced this pull request Dec 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants