Page 1 of 1

I need help with background colours, text colours, font, ect

Posted: Tue Jun 27, 2017 10:56 pm
by angpug1
I have been trying to fully redesign the lmms artwork, and I need to change the colours of the bg of the different editors, but I don't know CSS :( I was wondering if anyone had made or knew of a generator for making lmms stylesheets, or if they know of or have made a stylesheet that has a more simple layout, so I can edit the html5 colours.

:) Thanks!

Re: I need help with background colours, text colours, font, ect

Posted: Wed Jun 28, 2017 4:43 pm
by musikbear
angpug1 wrote:
Tue Jun 27, 2017 10:56 pm
I have been trying to fully redesign the lmms artwork,I don't know CSS
That will be a problem
made or knew of a generator for making lmms stylesheets
Does not exists, you can find several css editors, but they are just general with language setup aso.

Css is simple the html colors can be 'decoded' to rgb calues with most drawing programs 'color-selct' tab.
You then simply replace the old color in the css style sheet, with the new ones
f.i.
For PianoRoll
I can set the background as black:

Code: Select all

PianoRoll {
	background-color: rgb(0, 0, 0);
And the grid-color almost white

Code: Select all

	qproperty-gridColor: rgb( 228, 228, 228 );
Besides that, since you are new here
Welcome to the forum angpug1! Here are all our important links:
viewtopic.php?f=1&t=4740
-And a few rules for Avatars, signatures, posting and using the right sub-forum :)

In case you like to introduce yourself to the rest of the community, this is the right place
viewtopic.php?f=4&t=4480