summaryrefslogtreecommitdiff
path: root/desktop-themes
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Fix HighContrast themes visibility with metacitySamuel Thibault1-3/+5
When rendered with metacity (e.g. with metacity-theme-viewer), the back background parts of HighContrast and HighContrastInverse actually show up transparent. This is because the corresponding rectangles were missing the filled attribute. In the HighContrast case, the gtk_arrow is getting drawn black on black (and there is currently no way to change the color), so we can as well draw it by hand to be able to change the color. The close button also deserves bigger width to be more visible. Fixes #211
2018-04-18use HighContrastInverse theme from gtk+raveit65152-4811/+15
2018-03-30Menta themes: use black cursor themeraveit652-2/+2
2018-03-29All themes: some improvements for WebKitGtk2raveit658-0/+17
partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045
2018-03-29BlackMATE: fix some runtime warningsraveit651-2/+2
2018-03-29Trad themes: don't draw a gradient background for the panelraveit652-30/+4
... and simplify panel settings
2018-03-28Most themes: don't write a background for vala-panel-appmenuraveit656-0/+38
... on that widget: .-vala-panel-appmenu-core > scrolledwindow > viewport.frame {} Using a scrolledwindow and a viewport on top of a menubar in widget order is really weird. Fixes https://github.com/mate-desktop/mate-themes/issues/207
2018-03-06Submarine themes: drop light borders from multiload-appletraveit652-10/+18
2018-02-23HCI: add missing settings for multimedia OSDraveit651-0/+40
2018-02-23Traditional themes: fix osd progressbar colorraveit654-4/+12
2018-02-23Menta themes: fix osd progressbar colorraveit652-2/+12
2018-01-30Submarine themes: remove a box-shadow at engrampa toolbarraveit652-0/+16
2018-01-10submarine themes: remove padding from caja-sidebar treeviewraveit652-22/+6
Not needed any more since overlay-scrollbars are disabled
2017-12-25all themes caja: remove right-border from scrolledwindow.frameraveit659-9/+18
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-12-25Menta metacity themes: remove left/right-border for maximised windowsraveit652-20/+12
Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-12-25BlackMATE: write the border on scrollbar troughraveit651-9/+9
This is better that writing the border on scrollbar itself. Otherwise the scrollbar isn't clickable at window edge for maximised windows. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-12-25all themes: remove right-border from scrolledwindow.frameraveit659-0/+98
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-11-22submarine themes: fix fg color of button.suggested-action in headerbarsraveit652-0/+20
2017-11-06BlackMATE: fix inset/outset/ridged/grooved frameslukefromdc1-4/+30
2017-10-10BlackMATE: Workaround for Yelp/Lireoffice/Firefox scrollbar issuelukefromdc1-0/+20
2017-10-06Revert "Gtk+-3.20 all themes: fix redraw issue with yelp"raveit658-120/+0
This reverts commit 5923eed2cfce3d15529f43b3cee47787bf4b6ee7. Sadly, this breaks scrollbar buttons in mozilla apps and OpenOffice
2017-09-19Revert "Gtk+-3.20 Menta: drop some panel settings"raveit652-2/+38
This reverts commit a9d5569c1b3c16d27bc993388fe1c17f52a941df.
2017-09-19Revert "Gtk+-3.20 submarine: drop some panel settings"raveit652-11/+28
This reverts commit 9e016a7291a1bafe2247d131e1d4b24fc23cc88b.
2017-09-13TOK/TG: sliders: keep the original sizeZenWalker2-28/+14
Fixes #190
2017-09-05Gtk+-3.20 Menta: drop some panel settingsraveit652-38/+2
2017-09-05Gtk+-3.20 submarine: drop some panel settingsraveit652-28/+11
2017-09-04Gtk+-3.20 submarine: reduce border radius for treeview.selected/hover in ↵raveit654-8/+8
sidebars
2017-09-04gtk+-3.20 submarine: set font color for spinbutton entryraveit652-0/+2
needed for gitg
2017-09-02gtk+-3.20 submarine themes: fix a jumpin button in headerbar of gitgraveit652-0/+2
2017-09-02Gtk+-3.20 submarine themes: setup dnd for caja-icon-viewraveit652-0/+10
follow-up for https://github.com/mate-desktop/caja/commit/f560998
2017-08-30Gtk+-3.20 T. themes: fix double border in mate-volume-control notebookraveit652-2/+2
Fixes https://github.com/mate-desktop/mate-themes/issues/193
2017-08-27Gtk+-3.20 Submarine themes: fix focus state of pluma-statusbar-buttonraveit652-7/+15
2017-08-24Gtk+-3.20 Most themes: style menuitem accelerator hoverraveit656-50/+58
Fixes https://github.com/mate-desktop/mate-themes/issues/192
2017-08-24All themes: change syntax for loading panel-grid image for mate-1.20raveit659-9/+9
2017-08-23Gtk+-3.20 submarine themes: set top borderradius for .titlebar > headerbarraveit652-0/+10
fixes gthumb headerbar
2017-08-22Gtk+-3.20 Most Themes: fix padding of primary/secondary image in GtkEntryraveit656-0/+49
fixes https://github.com/solus-project/brisk-menu/issues/68
2017-08-17Gtk+-3.20 TRAD themes: fix color of grey-out arrows in menusraveit652-0/+12
Fixes https://github.com/mate-desktop/mate-themes/issues/191
2017-07-31TOK/TG: add menuitem radio mixedZenWalker10-12/+36
2017-07-30menuitems: checkboxes and radio buttons redesignedZenWalker32-18/+36
adaptation of the gtk2 items to gtk3 Fixes #189
2017-07-28Gtk+-3.20 most themes: fix GtkScale slider mouse-selection if slider is out ↵raveit657-12/+36
of range
2017-07-25Gtk+-3.20 all themes: fix redraw issue with yelpraveit658-0/+120
Displaying the scrollbar buttons on horizontal scrollbar in yelp causes redraws. Disable the back/forward stepper fixes this. Probably a issue with webkitgtk4 or yelp itself
2017-07-06Gtk+-3.20 GreenLaguna: some menu fixesraveit651-31/+3
- drop firefox settings - reduce transition effect for menubar > menuitem - correct menuitem:hover color in firefox - fix jumping link button in mate-appearance-properties
2017-07-06Gtk+-3.20 Menta themes: add transition effect for menu arrowsraveit652-0/+2
2017-07-06Gtk+-3.20 Menta themes: drop settings for firefox menusraveit652-21/+0
2017-07-06Gtk+-3.20 submarine themes: drop transition effect from labelsraveit654-38/+0
and remove menu settings for firefox
2017-07-02Add index.theme file for gtk+ High Contrast themeraveit653-0/+25
They dropped the metacity theme in index.theme file with that commit https://github.com/GNOME/gnome-themes-standard/commit/0fb555d0bc1b78c7f208e7f4adcf65e35f72cfc3 In result the accessibility-theme won't display any more in mate-appearance-properties. workaround for https://github.com/mate-desktop/mate-themes/issues/188
2017-07-02Gtk+-3.20 Most themes: setup border for clockmap in clock appletraveit654-10/+16
2017-07-02Gtk+-3.20 Submarine themes: some fixes for clock appletraveit652-7/+33
- setup the border for clockmap - fix border for clock window - fix some label colors
2017-07-02Gtk+-3.20 BlackMate: some panel clock fixesraveit651-0/+16
- override padding setting for image and label from gtk-widgets.css in clock gui - override the override for buttons in clock gui - add a border color for the clockmap
2017-06-26TOK/TG: caja: solid color to the notebook header borderZenWalker2-12/+4
This change is needed after https://github.com/mate-desktop/mate-themes/commit/1d148f45b89ed63961af8c006b80c982e8bffda8