
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
QflashingLights (GTK) is a dark theme that's not too dark, designed to go well with the QflashingLights Metacity theme. It's designed to be shiny, polished, and have that eggplant/steel blue tint. Much of the work is simply modifications on qDrk by Luxie Rayku. Please modify to your heart's content, and submit the results back for improvement of the other themes!
Included is a PACKAGE for Ubuntu/Debian-based systems! Enjoy!
Note: if you vote good/bad, I would appreciate knowing why. Please leave feedback!
10 years ago
0.3 - Many things are overhauled. Base selected/active colors are changed, clearlooks is used for gloss, panel is improved, tab background is changed. Needs work for the statusbars in Transmission (due to use of Clearlooks). Look out for more colorscheme changes in the future
0.2 - Fixed sliders, made prelighted scrollbar and buttons more consistent, etc.
0.1-3 - Fixed issues with the progress bar.
0.1 - First upload to Gnome-Look.org. Based around qDrk by Luxie Rayku.
10 years ago
0.3 - Many things are overhauled. Base selected/active colors are changed, clearlooks is used for gloss, panel is improved, tab background is changed. Needs work for the statusbars in Transmission (due to use of Clearlooks). Look out for more colorscheme changes in the future
0.2 - Fixed sliders, made prelighted scrollbar and buttons more consistent, etc.
0.1-3 - Fixed issues with the progress bar.
0.1 - First upload to Gnome-Look.org. Based around qDrk by Luxie Rayku.
Kreuger
10 years ago
Report
Kreuger
10 years ago
Report
Kreuger
10 years ago
Report
Invetero
9 years ago
Report
geistschatten
10 years ago
Report
Invetero
10 years ago
Report
Tipiaf
10 years ago
The only thing I like are the progress bars.
It's not usable, as 99% of dark themes
Report
Invetero
10 years ago
Report
FINux
10 years ago
Report
Invetero
10 years ago
Report
Invetero
10 years ago
Report
IamJustUs
10 years ago
This should get the selected text look you want.
style "treeview-item" = "default"
{
#text [ACTIVE] = "#d9d9d9"
#text [SELECTED] = "#ffffff"
engine "pixmap"
{
image
{
function = BOX
state = ACTIVE
file = "/Listheaders/treeitem.png"
border = {2,2,1,2}
stretch = TRUE
}
image
{
function = BOX
state = SELECTED
file = "/Listheaders/treeitem.png"
border = {2,2,5,2}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = SELECTED
file = "/Listheaders/treeitem.png"
border = {2,2,1,2}
stretch = TRUE
}
}
}
Just add it to your gtkrc and add your treeitem.png to the Listheaders folder.
As for the button glow on slider,
If you like the glow on my theme
FiftyWays , you may use it and just
throw it in Gimp and colorize it to match your theme.
Report
Invetero
10 years ago
Report