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.
Edit Dark Theme
Moderators: XnTriq, helmut, xnview
-
- Moderator & Librarian
- Posts: 6387
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Edit Dark Theme
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));
}
-
- Posts: 13
- Joined: Mon Nov 24, 2014 9:24 pm
Re: Edit Dark Theme
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
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
-
- Moderator & Librarian
- Posts: 6387
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Edit Dark Theme
Hi Nika
Tools » Settings... » Browser » Browser » Preview background color
Tools » Settings... » Browser » Browser » Preview background color
-
- Posts: 13
- Joined: Mon Nov 24, 2014 9:24 pm
Re: Edit Dark Theme
So, I was looking at the wrong place the whole time...
Got it, it's changed.
Thanks
Nika
Got it, it's changed.
Thanks
Nika
-
- Posts: 1
- Joined: Fri Jun 05, 2015 12:47 pm
Re: Edit Dark Theme
Hello. How can I fix this problem?
Added on next day:
Sorry. It solved.
Added on next day:
Sorry. It solved.