
GTK3/4 Themes dark gtk2 gtk3 skeuomorph
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/originalseed/darkmint
DarkMint - dark GTK theme.
Releases:
https://github.com/originalseed/darkmint/releases
Jul 05, 2018
GTK 3.22 upgrade
Jan 20, 2015:
GTK 3.14 upgrades
compatible with libgtk-3-0 version = 3.14
Known Issues:
OpenOffice / LibreOffice - Calc doesn't show cell background color
Solution:
Tools > Options > LibreOffice > Accessibility > Automatically detect high-contrast [off]
=======================================
DarkMint contains:
Metacity theme,
GTK2 theme
GTK3 theme
Cinnamon Theme: http://gnome-look.org/content/show.php/DarkMint+-+Cinnamon?content=150166
Tested on Gnome3, Mate, xfce.
NOTE: If Metacity (borders around the window) will not load in Cinnamon try the instructions from this link
http://forums.linuxmint.com/viewtopic.php?f=42&t=86813
Install, unzip:
1. Copy darkmint-master dir to /usr/share/themes
2. Appearence ->Select any theme, Customize...->Controls Tab, select DarkMint (gnome2/mate)
Use Tweak Tool with GTK3.
3. Window Border Tab, select DarkMint
(gnome2/mate)
4. Add Panel background from
/usr/share/themes/darkmint-master/gtk-2.0/Panel/
- panel-bg.png for bottom panel
- panel-bg-top.png for top panel
5. overwrite the kdeglobals file to /home/USERNAME/.kde/share/config
If KDE apps not loading Theme (buttons, tabs...) check out this link http://forums.linuxmint.com/viewtopic.php?f=198&t=99910
GTK3.20 support 2 years ago
GTK 3.20 & 3.22 support
GTK3.20 support 2 years ago
GTK 3.20 & 3.22 support
6 years ago
May 23, 2012 - kdeglobals added
-------------------------------------
Because KDE native applications will load default color theme (white), Krusader, Amarok ... will look bad.
1.1 Jun 26, 2012.
-------------------------------------
GTK3:
- sliders fixed.
- checkbox, radiobox fixed
- progressbar improved
1.2 Oct 06, 2012
-------------------------------------
GTK3:
- checkbox and radiobutton when focused disappear fixed
- menubar tweak (padding fix)
- checkbox and radiobutton wrong scaling fixed
- handles added like in GTK2
- button appears in button fixed
- arrows changed (adwaita engine required)
GTK2:
- cursor_color added
1.3 Nov 9 2012
----------------------------------
added horizontal and vertical line
rewrite for gtk 3.6
1.4 Sep 19 2013
----------------------------------
gtk 3.8 compatible
originalseed
7 years ago
Thanks for the feedback
Report
luisromero
8 years ago
Report
originalseed
8 years ago
and in DarkMint/gtk-2.0/gkrc
find GtkEntry::cursor_color
and replace (or add color to your choice):
GtkEntry::cursor_color = "green"
GtkTextView::cursor_color = "green"
GtkTextView::secondary_cursor_color = "green"
GtkWidget::cursor_color = "green"
GtkWidget::secondary_cursor_color = "green"
Report
luisromero
8 years ago
I had never known where it was the file to modify. By the way, it is possible to modify the cursor/caret thicknes? I saw in that file something about thicknes (xthicknes = 2, ythicknes = 2) but I don't know if that's about cursor thicknes. Anyway, I'll try to modify it, and see what happen...
Report
luisromero
8 years ago
Report
luisromero
8 years ago
Report
originalseed
8 years ago
it's called the caret.
I dont really know and at the moment I cannot try it, but try adding this to the rc file in DarkMint/gtk-2.0 theme
style "green-cursor" {
GtkTextView::cursor-color = "green"
}
class "GtkWidget" style "green-cursor"
Report
l300lvl
8 years ago
Report
l300lvl
8 years ago
Report
MWetzel65
8 years ago
Report
originalseed
8 years ago
Report
tasktheory
8 years ago
Report
originalseed
8 years ago
Report
Stlouis
8 years ago
Report