
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 my dark theme with blue colors.
It is based on Numix,Libra and Unite
I have tried to make it as clean as possible and uniform between GTK2 and GTK3.
Don't forget to vote if you like it !
ATTENTION!
It's created for XFCE. No guarantees for other desktop environments (for now)
It needs Murrine and Pixbuf GTK Engines
Includes:
- GTK Theme
- XFCE Window Manager theme (xfwm4)
- XFCE notify theme
5 years ago
3.0
New and matching GTK 2/3:
- Buttons
- Check and Radio buttons
- Tabs
- Scale slider
Lots of refinements and fixes
2.0
- GTK2 and xfwm4 themes are 99% based on Unite
- New panel and panel buttons look
- Flatter overall look
1.1
- Added Firefox Fix for dark GTK themes
- Added images for panel background
5 years ago
3.0
New and matching GTK 2/3:
- Buttons
- Check and Radio buttons
- Tabs
- Scale slider
Lots of refinements and fixes
2.0
- GTK2 and xfwm4 themes are 99% based on Unite
- New panel and panel buttons look
- Flatter overall look
1.1
- Added Firefox Fix for dark GTK themes
- Added images for panel background
novomente
1 year ago
Report
christophergray
4 years ago
Report
kogster
4 years ago
I "fixed" (changed so it no longer warns) in the file below. Just run a diff and see what changes are appropriate.
http://www.filedropper.com/gtk-widgets
Report
alefpereira
5 years ago
Report
neo-cool
5 years ago
Report
FinallyAnUnusedLogin
5 years ago
The top-left application icon is broken in all windows (GTK2 and GTK3); there is no icon displayed, and when I hover over it four small rapidly flashing blue squares appear. Maybe I'm missing some GTK engine?
Text input boxes have the same background colour as the main application background; I would much prefer this to be a darker shade. The same goes for the address bar in Firefox.
The distinction between selected and non-selected tabs is a little too subtle - would it be possible for example to make the tab titles in non-selected tabs just a shade darker than that of the selected tab?
In some applications (GTK3?), the scrollbar background is the same light-blue colour as the slider has when you drag it (e.g. "Settings Manager").
The "roll-up" button in window title bars has a background colour, while the minimise/maximise buttons do not.
When I hover over icons in (for example) "Settings Manager", the icons go dark in a sort of "disabled" fashion.
And I don't know if this is something that's controlled by themes or not, but window borders are so thin it is very difficult to grab hold of a window edge to resize the window; It's like there's just one single pixel where the pointer changes to the resize action. This is nothing new though - it has annoyed me for years!
Report
vasya86
5 years ago
Report
FinallyAnUnusedLogin
5 years ago
Report
FinallyAnUnusedLogin
5 years ago
Report
FinallyAnUnusedLogin
5 years ago
Report
mattqmello
5 years ago
However, I think you should improve the theme for window decoration. The Mona for GTK+ is nice, but for the window decoration it's not so cool. I'm using the Adwaita-X-Dark for that... together, I think, Mona and Adwaita-X-Dark is better!
Thx.
Report
smekk
5 years ago
Report
vasya86
5 years ago
Report
vasya86
5 years ago
Report
fokinsean
5 years ago
#### Firefox text fix goes inside the theme name/gtk-2.0/gtkrc (or an app
#### fix in the gtk-2.0/styles) This should work with all problematic
#### dark themes in Firefox
style "ff" {
text[NORMAL] = "#000000"
base[NORMAL] = "#FFFFFF"
}
class "GtkInvisible" style "ff"
widget "GtkInvisible" style "ff"
###### End of Firefox fix
Report