Jakub Steiner
71a97accf2
Adwaita: no hardsh bottom shading
...
- felt like an inset shadow in some situations
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:42 -05:00
Jakub Steiner
7a51da1e69
Adwaita: non-square buttons rejiggle
...
- rather than squishing vertically, stretch horizontally.
The previous method made some non-button widgets odd looking.
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:42 -05:00
Jakub Steiner
2badd5f45a
Adwaita: headerbar radius
...
- last occurence of window border radius, I swear :)
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:42 -05:00
Jakub Steiner
92ebd74101
Adwaita: window radius
...
- found the lapo magic to fix the non-csd corner anti-aliasing
- csd headerbars to do
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:42 -05:00
Jakub Steiner
df40f2cc2b
Adwaita: a *hair* lighter shadows
...
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
2dd73b7f76
Adwaita: move button shadows down a pixel
...
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
034103b078
Adwaita: slightly larger radius for windows
...
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
9f885ba16c
Adwaita: modals also need the rame rounding
...
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
d5fcc8d522
Adwaita: increase window radius
...
- to match the button radius, increase the windwo border radius
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
213aeffd62
Adwaita: no 'chin' for buttons
...
- box-shadow doesn't mix with the chin
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
25148ac344
Adwaita: buttons cast a shadow
...
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
8fc57f144c
Adwaita: squash buttons as per reqs
...
- not a big fan of this one
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
8a7023fe33
Adwaita: hide close separator
...
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
6ef7c2ef29
Adwaita: round buttons
...
- Grumpy old man commits the first thing he dislikes on
Allan's proposal.
https://gitlab.gnome.org/GNOME/gtk/issues/1510
2019-01-21 13:16:41 -05:00
Jakub Steiner
3fa0e4b0be
Adwaita: GNOME 3.32 changes
...
- colorsheme based on the new icon HIG color palette
- new switches
- darker headerbar to contrast with unfocused windows
- raised buttons derived from the icon style
2019-01-21 13:16:41 -05:00
Daniel Boles
d1b14a7deb
HC: Fix fgcolor of backdrop:disabled spinbutton +-
...
We shouldn't give the icons here the same fg colour as the bg... which
makes them disappear and the buttons look like meaningless flat squares.
Fix by just using the same colour the same as foreground disabled. Note:
insensitive_fg_color is more prominent than !disabled, so clearly wrong.
2019-01-06 20:03:44 +00:00
Daniel Boles
6eb1be27f7
Adwaita: Fix bg of backdrop:disabled spinbutton +-
...
The +/- buttons are meant to be transparent, showing the base_color,
but when backdropped they were picking up background-image from the base
button, meaning they suddenly became more like theme_bg_color instead,
and jumped out of the spinbutton when in backdrop unlike the rest of it.
This looks strange and achieves nothing (especially not indicating that
they are disabled, which is already served fine by their dim fg colour).
Fix this by explicitly saying we don't want any background-image there.
2019-01-06 20:03:35 +00:00
Jakub Steiner
4247fb606a
Adwaita: revert all gnome 3.32 changes
...
- all changes now in wip/jimmac/gnome-3-32 branch
2018-12-10 20:23:22 +01:00
Jakub Steiner
fcecc761cb
Adwaita: selected borders darker for :dark
...
- switches in particular looked undefined
2018-12-10 12:36:39 +01:00
Jakub Steiner
ecfdd186fe
Adwaita: tone down $base_color saturation
2018-12-10 12:29:08 +01:00
Jakub Steiner
720bc7083c
Adwaita: special case round buttons
...
- defining gradients outside of _drawing while Lapo isn't
looking. Surely this will bite us in the future.
2018-12-10 12:19:09 +01:00
Jakub Steiner
ad7eeb7a23
Adwaita: gradient undershoots
...
- based on a patch by frederik.feichtmeier <frederik.feichtmeier@gmail.com>
I'm certain this is something we had initially, but can't recall
why we got rid of it for the more visually distracting dashed line.
We can always revert when Lapo shows up and slams us with that broken
use case. I'm guessing non-white bgs.
- So far it looks way less distracting than the dashed line
2018-12-10 11:57:13 +01:00
Jakub Steiner
239c95af47
Adwaita: buttons
...
- less dramatic gradient on the buttons
2018-12-07 18:20:57 +01:00
Jakub Steiner
a4f3021693
Adwaita: regenerate CSS
...
- for the previous patch
2018-12-07 12:04:17 +01:00
Jakub Steiner
f4d2cb0b08
Merge branch 'context_menus_gtk-3-24' into 'gtk-3-24'
...
GtkTheme: Menu border-radius and box-shadow changes
See merge request GNOME/gtk!439
2018-12-07 10:27:00 +00:00
Jakub Steiner
152b89e812
Adwaita: lower selection border contrast
...
- to mimic what happened to regular borders
2018-12-07 00:58:58 +01:00
frederik.feichtmeier
1d90c72f44
Menu border-radius and bos-shadow changes
...
- introduce $menu_radius
- use it for menus and context-menus
- use the popover box-shadow also for menus
- use padding for menus to avoid edge overlapping
- remove the background for menus to avoid bleeding out of the round edges
2018-12-06 22:49:38 +01:00
Jakub Steiner
5e127cff12
Adwaita: buttons & headerbar tweaks
...
- tone down the button z-depth
- flatter headerbars
2018-12-05 16:19:46 +01:00
Jakub Steiner
be75460913
Adwaita: updated switch control
...
- might be nasty to hide labels with CSS. We can fix properly later.
- the blue border seesm aliased when :checked
2018-11-30 20:53:13 +01:00
Jakub Steiner
ea7a7e0425
Adwaita: shade buttons
...
- it was a bit too flat
2018-11-29 21:54:56 +01:00
Jakub Steiner
e68e75c34c
Adwaita: unbreak icon-shadow again
...
- Somehow I keep messing this one up
fixes https://gitlab.gnome.org/GNOME/gtk/issues/1456
2018-11-29 20:49:43 +01:00
Jakub Steiner
8e3541b28f
Adwaita: active state for dark buttons
...
- was a bit too light. Tricky to tell which is pushed when
you have two stackswitcher buttons.
2018-11-29 20:21:58 +01:00
Jakub Steiner
9a8f92f068
Adwaita: button tweaks
...
- step back on toning down the borders. Flatness !> legibility.
- darker active state for light
- draw gradinets from bottom up, to keep px sized shading regardless
of button size.
2018-11-29 20:18:08 +01:00
Jakub Steiner
4cceccd129
Adwaita: headerbar backdrop state
2018-11-29 14:35:57 +01:00
Jakub Steiner
96f0b541bb
Adwaita: sync headerbar styling for devel mode
2018-11-29 13:14:09 +01:00
Jakub Steiner
a386bc98d7
Adwaita: flatten the headerbar again
2018-11-28 20:27:44 +01:00
Jakub Steiner
9b9b15c1a0
Adwaita: tune button & hederbar colors
2018-11-28 14:17:37 +01:00
Jakub Steiner
00556bd6cb
Adwaita: buttons & headerbars
...
- tone down the bottom border contrast (increase bottom lightness,
decrease overall lightness)
- darken headerbars slightly (might require darkening wm colors when
dust settles)
2018-11-28 00:19:25 +01:00
Jakub Steiner
0271471b81
Adwaita: app icon shadow fix
...
- of course I'd miss the _ to - change
2018-11-26 17:31:19 +01:00
Jakub Steiner
ffde7d780d
Adwaita: help fullcolor app icons
...
- draw a large dropshadow for aboutboxes
- draw an outline for low res
See issues #1434 and #1445 .
2018-11-26 17:29:17 +01:00
Jakub Steiner
a139b63304
Adwaita: tone down borders, buttons
...
- very contrasty lines feel dated in today's flat world
- tone down the contrast a little
2018-11-23 17:37:00 +01:00
Jakub Steiner
f968fdf3a1
Adwaita: list buttons
...
- tone down buttons when inside lists
Fixes issue #1473
2018-11-22 13:20:10 +01:00
Jakub Steiner
06162a08b6
Adwaita: tone down purple cast
...
- sync with gtk4 changes
2018-11-14 17:52:37 +01:00
Jakub Steiner
b57a1a0b92
Revert "Adwaita: help fullcolor app icons"
...
- the app icon dropshadow patch was not meant to be part of the color changes
This reverts commit a8a545510d
.
2018-11-14 17:32:41 +01:00
Jakub Steiner
6f2b0cfcf3
Adwaita: use HIG grey for bg_color
...
- refresh with a light bg color, use the new color palette
2018-11-09 15:57:06 +01:00
Jakub Steiner
5a12934e90
Adwaita: fix osd bg color
...
- don't try deriving from bg_color, osd should be consistent
for light & dark.
FIxes issue #1449
2018-11-09 11:30:21 +01:00
Adrien Plazas
f0e5b5bf88
Adwaita: Propagate bg color to titlebar separator descendants
...
Gives the same background color to all separators descending from a
title bar than to its direct childrens.
This prevents separators which are in a titlebar but not direct children
from the widget with the titlebar style class from being almost
transparent and hence it prevent them from revealing the clear color of
the window's titlebar (black).
https://gitlab.gnome.org/GNOME/gtk/issues/1231
2018-11-09 08:51:43 +01:00
Jakub Steiner
39645ab6f0
Adwaita: use new HIG colors
...
- blue selection color, success & destructive colors updates
- blueish tint for dark
Addresses issue #1443
2018-11-05 16:10:50 +01:00
Jakub Steiner
a8a545510d
Adwaita: help fullcolor app icons
...
- draw a large dropshadow for aboutboxes
- draw an outline for low res
See issues #1434 and #1445 .
2018-11-05 15:03:11 +01:00
Jakub Steiner
c1dbf96413
Adwaita: prevent devel styling break selection mode
...
- Selection mode does not get the special devel styling.
- removed teh last-child() selector for it doesn't work anymore.
Better style all section of the headerbar than none. Proper fix pending.
2018-10-22 10:41:41 +02:00