Page 1 of 1

Edit Dark Theme

Posted: Wed Apr 30, 2014 1:02 pm
by ausnahmefehler
Hello,

I want to edit the "DarkTheme" in style_sheet.qss file.
Where can I change the color of the main-window like "folder-explorer" and "main menu"?

At this moment is has a light grey, but I wanted it more dark.

It would be great if you can help me.

Thanks a lot.

A.

Re: Edit Dark Theme

Posted: Wed Apr 30, 2014 3:45 pm
by XnTriq

Code: Select all

QDockWidget::title {
background-color: rgb(90, 90, 90);
}

QTreeView {
background-color: rgb(90, 90, 90);
alternate-background-color: rgb(100, 100, 100);
}

QMenuBar {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(120, 120, 120), stop:1 rgb(100, 100, 100));
}

QToolBar:horizontal {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(100, 100, 100), stop:1 rgb(80, 80, 80));
}
Is that what you're looking for?

Re: Edit Dark Theme

Posted: Sat Jan 24, 2015 1:36 am
by Ника
Hi,

I almost posted a new topic, but then I found this one.

In the dark theme, the Preview background is white.

I suppose it could be changed in black or dark, but what is a exact code?
I tried:
Preview
PreviewVindow...


Preview {
background-color: rgb(90, 90, 90);
}

Thanks in advance,
Cheers,
Nika

Re: Edit Dark Theme

Posted: Sat Jan 24, 2015 2:30 am
by XnTriq
Hi Nika

Tools » Settings... » Browser » Browser » Preview background color

Re: Edit Dark Theme

Posted: Sat Jan 24, 2015 9:22 pm
by Ника
So, I was looking at the wrong place the whole time...
Got it, it's changed.

Thanks
Nika

Re: Edit Dark Theme

Posted: Fri Jun 05, 2015 12:54 pm
by yozhic
Hello. How can I fix this problem?
Added on next day:
Sorry. It solved.