
Belle Pintos Grande
Featured
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a GTK3.22 theme.
This theme should hopefully work with versions of GTK from 3.22 to 3.24.
Also included in this package:
* support for GTK2
* IceWM theme (as shown in the screenshots)
* Wine colour scheme (not shown in the screenshots)
Thu05Sep2019 1 year ago
Printer dialog fixed
Thu05Sep2019 1 year ago
Printer dialog fixed
Sun01Sep2019 1 year ago
Fixed some problems the theme had with the latest version of XFCE which has been fully migrated to GTK 3.
connorhordes
17 days ago
Report
meeouw
3 months ago
You can change this behavior by editing .dialog-vbox in the file 'gtk-3.0/widgets.css' (line 793).
Example:
.dialog-vbox {
background: rgba(255, 247, 233, 0.1);
}
Report
bealsc
11 months ago
Hi, I found a bug: When attempting to use xfce4-screenshooter in Select a region mode, the screen fills up with gray. The same bug affects your PenOSmaster theme except it's purple not gray. I am using Debian 10 stable + XFCE 4.14 desktop environment, XFWM is the window manager.
Report
meeouw
3 months ago
Example:
.dialog-vbox {
background: rgba(255, 247, 233, 0.1);
}
Report
bealsc
11 months ago
Report
dunkedon
1 year ago
Report
dusthillresident
1 year ago
Report
herto
1 year ago
Report
rbuj
1 year ago
Report
WesFox134
1 year ago
Report
dusthillresident
1 year ago
Report
iceler
1 year ago
Report
redix
1 year ago
Report
kiloburn
1 year ago
Report
iceler
1 year ago
Report
kiloburn
1 year ago
Report
dusthillresident
1 year ago
Report
kiloburn
2 years ago
Report
brzoskowski
2 years ago
Report
dingdongthevacuumman
2 years ago
Report
dingdongthevacuumman
2 years ago
Not sure where to put this but I'm using it with Mate desktop and the volume/brightness popup OSD don't display right - the progress bar is invisible. I was able to get around it by adding (this is mostly ripped from one of the default Mate themes) a file in the gtk3 folder.
mate-applications.css
/* multimedia OSD */
MsdOsdWindow.background.osd {
border-radius: 20px;
border-style: solid;
border-width: 1px;
border-color: rgba(0,0,0,0.6);
background-image: linear-gradient(to bottom,
@osd_toolbar_bg_a,
@osd_toolbar_bg_b 63%,
@osd_toolbar_bg_c);
}
MsdOsdWindow.background.osd .trough {
background-color: @osd_trough_bg;
border-radius: 3px;
border-width: 1px;
border-color: rgba(0,0,0,0.6);
}
MsdOsdWindow.background.osd .progressbar {
border-width: 1px;
border-radius: 3px;
border-color: rgba(0,0,0,0.4);
background-color: alpha(shade(@theme_selected_bg_color, 1.0), 0.9);
}
and then sourcing it in the gtk.css file.
Idk if there's abetter way to do that but that little bit cleared up the OSD issue.
Also Chrome tabs aren't great if chrome's using system gtk (bella pinta) but I didn't really look into it.
All in great theme I love it
Report
vontamar
2 years ago
Report
andreyorst
2 years ago
Report
andreyorst
2 years ago
Report
unix-junkie
2 years ago
Report