summaryrefslogtreecommitdiff
path: root/desktop-themes
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Gtk+-3.20 BlackMATE: stop treeviews from jumpinglukefromdc1-0/+5
Separators in treeviews require a minumum height or they will appear only when hovered, causing the rest of the treeview to jump. Same thing I found in my own theme, same fix.
2016-01-27Gtk+-3.20 BlackMATE: other-applications.css-nemo like cajalukefromdc1-24/+25
Port renamed pseudoclasses, remove deprecated style properties, theme Nemo to look as much like Caja as possible in terms of the color layout. Lots of things left that will be ignored due to no longer valid selectors but these don't put errors in the terminal or prevent the rest of the theme from being read. Theming an individual app is a LOT harder in gtk3.20, requires long widget chains that could match other things if they are too short or there are too many of them. Recommend theming as few apps as possible untl apps can be either ported to use css nodes or simply get their toplevel windows a usable widget name set with with gtk_widget_set_name()
2016-01-27Gtk+-3.20 BlackMATE: gnome-applications.css remove errorslukefromdc1-23/+22
Again, just fix renamed or deprecated style properties and pseudoclasses. Most of this file will be ignored with the old selectors still in place-but GNOME will likely port these apps to use the new css nodes themselves. Leave the rest of this for now
2016-01-27Gtk+-3.20 BlackMATE: unity.css just remove parsing errorslukefromdc1-1/+1
Fix renamed style property to suppress error messages, do nothing else as I do not have Unity installed.
2016-01-27Gtk+-3.20 BlackMATE: mate-applications.css partial worklukefromdc1-102/+74
Only part of this could really be ported at this time, but Caja is getting close to what it looks like in GTK 3.18, the panel is actually more consistant (don't know if that's desired though), and deprecated style classes and pseudoclasses have been fixed.
2016-01-27Gtk+-3.20 BlackMATE: port gtk-widgets-assets-dark.csslukefromdc1-197/+198
Port this file to GTK 3.20 (actually 3.19.7, more changes cannot be ruled out!)
2016-01-27Gtk+-3.20 BlackMATE: initial port of gtkwidgets.css to GTK3.20lukefromdc1-974/+922
Port from widget names to css nodes, remove deprecated style properties, port pseudoclasses to new names
2016-01-14GTK3 all themes: follow canvas-item changes with caja-1.13.0Wolfgang Ulbrich11-194/+287
2016-01-04Gtk+-3.18 most themes: adjust spinbuttons in dconf-editorWolfgang Ulbrich7-0/+137
2016-01-02GTK3 GreenLaguna: fix padding osd-toolbar volume buttonWolfgang Ulbrich1-0/+4
2016-01-02GTK3 submarine themes: fix padding osd-toolbar volume buttonWolfgang Ulbrich2-0/+2
2016-01-02Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hoverWolfgang Ulbrich2-0/+2
2016-01-02GTK3 BlackMate: fix padding osd-toolbar volume buttonWolfgang Ulbrich1-0/+4
2016-01-02GTK3 BlackMate: fix padding of .app-notification .button:hoverWolfgang Ulbrich1-0/+1
2016-01-02GTK3 submarine themes: re-work caja stylingWolfgang Ulbrich2-379/+517
2016-01-01GTK3 BlackMate: adjust notebook tabsWolfgang Ulbrich2-11/+11
2016-01-01GTK3 GreenLaguna: adjust notebook tabsWolfgang Ulbrich2-19/+16
2016-01-01GTK3 submarine themes: reduce hight of notebook tabsWolfgang Ulbrich2-8/+22
2016-01-01GTK3 submarine themes: adjust notebook tabs in pluma text areaWolfgang Ulbrich2-42/+50
2016-01-01GTK3 submarine themes: change border color in GtkNotebookWolfgang Ulbrich2-18/+18
2015-12-30GTK3: submarine themes: fix padding for GtkToggleButton.button:hoverWolfgang Ulbrich2-2/+4
2015-12-22GTK3 black-mate, green-laguna: button size fix for gnome-mplayerraveit652-0/+14
2015-12-22GTK3: submarine themes: adjustments for some media players + vitual-managerraveit654-48/+10
- gnome-mplayer - parole
2015-12-22Gtk+-3.18 menta themes: improve previous GtkFileChooser pathbar commitWolfgang Ulbrich2-0/+4
2015-12-22Gtk3 menta themes: adjust nemo toolbar againWolfgang Ulbrich2-4/+12
2015-12-22Gtk+-3.18 most themes: workaround for broken first/last-child logic with ↵Wolfgang Ulbrich7-0/+137
linked buttons in GtkFileChooser pathbar
2015-12-21GTK3 Menta themes: use a border-image for nemo statusbar buttonsWolfgang Ulbrich2-8/+0
2015-12-21GTK3 Menta themes: reduce vertical size of nemo primary toolbarWolfgang Ulbrich2-0/+8
2015-12-21Gtk+-3.18 most themes: workaround for broken first/last-child logic with ↵Wolfgang Ulbrich6-0/+218
linked buttons in pathbar with gtk+-3.18
2015-12-21GTK3: Menta themes: fix mate-panel separator backgroundBalló György2-2/+2
2015-12-15GTK3: BlackMATE, GreenLaguna: fix Nautilus desktop window background ↵Balló György2-0/+8
transparency
2015-12-03Green-Submarine: add emerald themeWolfgang Ulbrich3-0/+8
2015-12-03GTK3 GreenLaguna: adjustments for latest mate-panel changesWolfgang Ulbrich1-29/+49
2015-12-03Gtk3 GreenLaguna: add fogotton panel-grid imageWolfgang Ulbrich2-0/+174
2015-12-03GTK3 BlackMate: adjust panel settings to follow latest mate-panel changesWolfgang Ulbrich1-22/+48
2015-12-03GTK3: Menta themes: adjust panel to follow latest changes in mate-panelWolfgang Ulbrich2-78/+82
2015-11-30GTK3 submarine themes: fix a typoWolfgang Ulbrich2-2/+2
2015-11-29Gtk3 submarine themes: adjust panel settings to follow latest changes in ↵Wolfgang Ulbrich2-61/+91
mate-panel
2015-11-29Revert "GTK3: use a horizontal padding=0 for GtkCell"Wolfgang Ulbrich9-99/+0
This reverts commit e8baa0a66b4f96cb8579b618036a50dac3c89d34.
2015-11-26GTK3: use a horizontal padding=0 for GtkCellWolfgang Ulbrich9-0/+99
- this is a workaround to fix https://github.com/mate-desktop/mate-system-monitor/issues/62 - the real issue should be in gtk+ itself
2015-11-19GTK3 all themes: adjust mate-panel-applet-slider style classWolfgang Ulbrich11-0/+44
2015-11-08Blue-Submarine: add emerald themeWolfgang Ulbrich3-0/+8
2015-11-04GTK3 all themes: style volume/brightness applet sliderWolfgang Ulbrich11-0/+275
2015-11-02Menta themes: add theme files for emerald windows managerWolfgang Ulbrich8-0/+18
2015-10-26GTK3 submarine themes: fix padding of default button in dconf-editorWolfgang Ulbrich2-2/+2
GtkGrid .button.image-button
2015-10-25Gtk+-3.18 submarine theme: fix some typos, shit happens :)Wolfgang Ulbrich3-94/+93
2015-10-25Gtk+-3.18 all other themes: fix sidebar list-rows in GtkFileChooserWidgetWolfgang Ulbrich7-0/+50
2015-10-25Gtk+-3.18 menta themes: fix sidebar list-rows in GtkFileChooserWidgetWolfgang Ulbrich2-12/+28
2015-10-25GTK+-3.18 most themes: fix bg of GtkGrid in GtkAboutDialogWolfgang Ulbrich6-0/+48
2015-10-21Gtk+-3.18 submarine themes: cleanup button state logic GtkStackWolfgang Ulbrich2-84/+146