|
|
2010-10-08
, 01:36
|
|
Posts: 275 |
Thanked: 46 times |
Joined on Feb 2008
@ Raleigh, NC
|
#332
|
|
|
2010-10-08
, 01:58
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#333
|
Woo hoo! It is working. Thanks. Is there something I can edit to chajge the white to a medium dark tone?
self.ui.btnHate.setStyleSheet("background-color: rgb(100, 100, 100);\nborder: rgb(255, 255, 255);\nbackground-image: url(:/img/img/thumbdwn_small.png);")
self.ui.centralwidget.setStyleSheet("background-color: #111111")
|
|
2010-10-08
, 14:12
|
|
Posts: 112 |
Thanked: 28 times |
Joined on Nov 2009
|
#334
|
| The Following User Says Thank You to Rapparee For This Useful Post: | ||
|
|
2010-10-08
, 16:05
|
|
|
Posts: 1,390 |
Thanked: 642 times |
Joined on Nov 2007
@ California USA
|
#335
|
Technically yes... if you open /opt/pyRadio/pyRadio.py
Below the line that reads:
Code:self.ui.btnHate.setStyleSheet("background-color: rgb(100, 100, 100);\nborder: rgb(255, 255, 255);\nbackground-image: url(:/img/img/thumbdwn_small.png);")
|
|
2010-10-08
, 16:11
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#336
|
Can I assume that the "100, 100, 100" is an even mixture of red, green and blue which equals "white". If so, would "0, 100. 0" give me green?
.| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
|
2010-10-08
, 16:26
|
|
|
Posts: 66 |
Thanked: 27 times |
Joined on Feb 2008
@ near Memphis, TN USA
|
#337
|
|
|
2010-10-08
, 16:27
|
|
|
Posts: 1,390 |
Thanked: 642 times |
Joined on Nov 2007
@ California USA
|
#338
|
Sort of.
http://www.allprofitallfree.com/color-wheel2.html
100, 100, 100 is Grey actually. But yes, it's an even mixture of red, green, and blue.
You can use rgb(Number, Number, Number) or the normal #000000 system for any color you want. That specific line refers to the background color of the thumbs down button which is a dark gray color.
White is rgb(255, 255, 255) and black is rgb(0,0,0). rgb(0, 100, 0) is a dark green.
Use the color wheel above.. find you a color you like, and have fun with pyRadio. The beauty of open source.
Just remember that if you update from me your changes will be lost.
|
|
2010-10-08
, 16:28
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#339
|
Don't know if this is relevant to anything, but I left v3.3 installed and then did the upgrade to 3.4. When I ran it from the desktop it started, but never connected. I tried it about 3 times. Then I tried it from the terminal, and it connected on the first try. Now it works normally again.
Just a glitch?
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
|
2010-10-08
, 16:31
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#340
|
Thanks for the Color Wheel link! I want to change the app backround color for the Diablo version to green (rgb 66, 214, 8).
I found the pyRadio.py to edit, just one more thing, what line of code do I change for a app backround color change?
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
| Tags |
| bad tags, good tags, pyradio |
| Thread Tools | |
|
Give it a little bit for the repositories to update and you should see it.
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!