guest@dotshare [~/groups/misc/misc] $ ls WPGTK-Firefox-Base/ | cat

WPGTK Firefox Base (scrot, raw, dl)

domsch1988 Jan 18, 2018 (misc/misc)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"), 

url("chrome://browser/content/browser.xul"),

url("chrome://browser/content/history/history-panel.xul") {

:root {
	--colbackground:#COLOR0;
	--colforeground:#ffffff;
	--colblue1: #COLORIN;
	--colgreen1:#COLORACT;
}

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar)
{
	background-color: var(--colgreen1) !important;
	background-image: none !important;
	border-top: none !important;
	color: var(--colbackground) !important;
	
}

.tab-background[selected="true"]
{
	background-color: var(--colgreen1) !important;
}

.tab-background
{
	background-color: var(--colbackground) !important;
}

toolbarspring
{
	min-width: none !important;
}

}

CLICK TO VIEW

x

Notes

This is my UserChrome Base for use with WPGTK. Really simple, it “only” changes the toolbars colors based on your current wpgtk theme. Firefox restart needed after changing themes.
This is only the base file for wpgtk. It doesn’t do anything on it’s own!