Matthias Clasen
fce2565673
Drop gtk.gresource.xml
...
Theme resources are controlled from the (generated) .gresource.xml
file two stories up.
2014-10-30 12:52:25 -04:00
Matthias Clasen
76b3fee093
HighContrast: Add sass parsing script
...
Just a copy of what we have next door in Adwaita.
2014-10-30 12:52:25 -04:00
Matthias Clasen
16d79e8883
HighContrast: Drop settings.ini
...
The only setting in there is already the default behavior,
and the setting is deprecated and ignored anyway.
2014-10-30 12:52:25 -04:00
Lapo Calamandrei
efaabdad0a
Adwaita: slightly contrasting popover background
2014-10-30 17:51:22 +01:00
Lapo Calamandrei
fdbb93d78c
Adwaita: border radiusses rationalization
2014-10-30 17:51:22 +01:00
Jakub Steiner
495f764b3d
theme: move HC theme from gnome-themes-standard
...
- HC is part of the toolkit the same way as Adwaita is
- No automake foo included
2014-10-30 16:14:37 +01:00
Lapo Calamandrei
eb8f60f141
Adwaita: osd rationalization and tweakings
...
Removed bright translucent outer border for "top level" osd widgets,
insensitive osd entry styled, more meaningfull color variables and
some code rationalization.
2014-10-30 11:50:27 +01:00
Lapo Calamandrei
7a1eabaf62
Adwaita: fix for the previous colorswatch fix...
...
Make the selected colorswatch inhert on backdrop.
2014-10-29 19:55:32 +01:00
Lapo Calamandrei
43a2676c3f
Adwaita: fix selected colorswatch white border
2014-10-29 19:50:58 +01:00
Lapo Calamandrei
bfd4933aa3
Adwaita: first round of OSD style converage
...
Some code refactoring, entry and spinbuttons and flat buttons
styled, more to come...
2014-10-29 18:40:28 +01:00
Lapo Calamandrei
1c3475d58a
Revert "Adwaita: axes borders of notebooks inside frame"
...
This reverts commit 01e6811776
.
This assumption doesn't work latelly
2014-10-24 13:01:41 +02:00
Lapo Calamandrei
cf5f6759f0
Adwaita: use -gtk-icon-source: none on paned...
...
...to get rid of the handle decoration istead of setting a transparent
background and abuse a background image for the background color.
2014-10-21 20:35:50 +02:00
Lapo Calamandrei
298974b9da
Adwaita: colorswatch on selected elements style fix
2014-10-21 16:34:42 +02:00
Lapo Calamandrei
01e6811776
Adwaita: axes borders of notebooks inside frame
...
This is what the old adwaita did, not having a better solution for
removing double borders, better to have this back even if it can
be problematic in certain cases.
2014-10-21 15:37:39 +02:00
Lapo Calamandrei
51bfa10eed
Adwaita: properly fix places sidebar
...
Forgot to treat treeview background... Some code refactoring in
the process.
2014-10-21 15:37:39 +02:00
Lapo Calamandrei
01b4720ec8
Adwaita: wide paned separator style
...
...paned separator decoration fixed in the process.
2014-10-21 13:25:17 +02:00
Matthias Clasen
47ce01116b
Add some overlay scrollbar theming to Adwaita
2014-10-20 23:07:45 -04:00
Lapo Calamandrei
c84f544fc3
Adwaita: GtkPlacesSidebar treeview text color fix
...
With my latest changes we have a darker text color for views and
entries (which I assume are content), the places sidebar is totally
chrome though so it needs the chrome text color back.
2014-10-20 15:25:30 +02:00
Matthias Clasen
f7ede4edca
Fix a few typos
2014-10-18 12:53:30 -04:00
Lapo Calamandrei
213274c128
Adwaita: darken a tiny bit more bright variant background color
2014-10-18 18:02:20 +02:00
Lapo Calamandrei
062f450709
Adwaita: add back text color.
...
See https://bugzilla.gnome.org/show_bug.cgi?id=726316 for details.
2014-10-18 17:27:15 +02:00
Lapo Calamandrei
9ea894a56d
Adwaita: comment exported colors
2014-10-18 16:29:19 +02:00
Lapo Calamandrei
e46d23d819
Adwaita: darkened a tiny bit bright variant background
...
Trying to differentiate a bit more the focused window from the
backdrop ones.
2014-10-17 20:36:25 +02:00
Lapo Calamandrei
9dab00310d
Adwaita: use $backdrop_fg_color where it should
...
.background:backdrop was not using that one so some labels didn't
look right in backdrop.
2014-10-17 20:11:25 +02:00
Lapo Calamandrei
c044220f62
Adwaita: dimmed backdrop foreground color
...
To make focused window more evident.
2014-10-17 20:11:25 +02:00
Lapo Calamandrei
ed25153f2d
Adwaita: fix stack-switcher button outline offset
...
See https://bugzilla.gnome.org/show_bug.cgi?id=738636
2014-10-16 20:05:12 +02:00
Lapo Calamandrei
d644b2260f
Adwaita: ease-out-quad in place of ease-out
...
Generally changed the transition timing function to ease-out-quad
which is described by cubic-bezier(0.25, 0.46, 0.45, 0.94), feels
better to me.
2014-10-16 14:36:23 +02:00
Lapo Calamandrei
111f72e891
Adwaita: list row hover color
...
Now it's based of fg color, so the list row gets darker on the
bright variant and brighter on the dark variant, similarly to what
we do for spinbutton buttons.
2014-10-16 14:23:24 +02:00
Lapo Calamandrei
52e91f1f74
Adwaita: tweak list row transition
...
Thanks to Carlos Soriano expertise.
2014-10-16 14:15:15 +02:00
Lapo Calamandrei
1e961001af
Adwaita: avoid border clash on transitioning adiacent flat buttons
...
Flat buttons gets the button decoration on hover, while transitioning
the decorations of adiacent flat buttons are both shown (one fading in
and the other fading out) so the borders clashes, since normally there's
no spacing between them, to avoid it the transition on the normal state
is set to none and added back to the hover state, so the decoration
won't fade out. To make the transition more evident the duration is
increased.
2014-10-16 12:46:58 +02:00
Lapo Calamandrei
8a7bd5cc00
Adwaita: color treeview tree/grid lines
...
Tree lines are visible now, unfortunatelly grid lines do not react
to selected state so they are way too bright.
2014-10-15 20:44:53 +02:00
Lapo Calamandrei
bcbec384da
Adwaita: fix colorchooser styling after latest gtk changes
...
...commenting stuff pretty accuratelly in the process, since the
widget is quite unobvious to figure out.
2014-10-15 19:49:13 +02:00
Lapo Calamandrei
74531123ae
Adwaita: fix the special cased sidebar scrollbar...
...
...which I broke with the latest commit.
2014-10-11 16:25:57 +02:00
Lapo Calamandrei
5f11eaa168
Adwaita: finally kill the scrollbar junction frame...
...
See https://bugzilla.gnome.org/show_bug.cgi?id=737981
2014-10-11 14:32:19 +02:00
Lapo Calamandrei
025b801663
Adwaita: dim menu overflow button border color
2014-10-10 14:01:38 +02:00
Lapo Calamandrei
940415b2eb
Adwaita: style menu overflow button
...
See bug https://bugzilla.gnome.org/show_bug.cgi?id=738158
2014-10-10 13:54:36 +02:00
Lapo Calamandrei
cc16a6ca6c
Adwaita: color button changes
...
Dimmed inner colorswatch shadow to make brighter colors looks nice,
increased the padding to make button states more evident, 0 border
radius to match the padding change and no colorswatch shadows when
the button is insensitive.
2014-10-08 17:52:43 +02:00
Lapo Calamandrei
e34bb3d483
Adwaita: colorchooser style rewrite
...
To reflect latest Benjamin changes. As a bonus the colorchooser
looks better to me, same for the scss code.
2014-10-08 17:23:45 +02:00
Lapo Calamandrei
140a64eea4
Adwaita: don't round scrolled window frame corners
...
See https://bugzilla.gnome.org/show_bug.cgi?id=737985
2014-10-08 14:08:04 +02:00
Benjamin Otte
e82093fc14
colorswatch: Use a better name for the overlay
...
Name it .overlay and not .image
2014-10-08 13:20:03 +02:00
Benjamin Otte
100623e455
colorswatch: Render focus with gtk_render_focus()
2014-10-08 05:20:30 +02:00
Benjamin Otte
be19ee29c2
colorswatch: Simplify drawing code
...
This adds a CSS box (complete with padding and border) for the icon. The
box is even drawn when no icon is present. Use the ".image" as the style
class here instead of -active-color-badge.
Use this box to draw the circle around the selection icon in Adwaita.
2014-10-08 05:20:30 +02:00
Matthias Clasen
0bf474e324
Make touch-selection popovers font-inert
...
Just like context menus, these should not inherit font
settings from the text view they are attached to.
2014-10-07 13:28:54 -04:00
Lapo Calamandrei
93e61c1f24
Adwaita: change spinbutton button color on backdrop
...
Contextually dim the spinbutton button color a little bit.
2014-10-07 12:23:50 +02:00
Matthias Clasen
a3dfffa8b8
Adwaita: Add .monospace style
2014-10-07 00:40:55 -04:00
Lapo Calamandrei
e3fa5592be
Adwaita: fix last vertically linked focused entry
2014-10-05 12:29:04 +02:00
Matthias Clasen
9a2327a35e
Use .label in the theme css
2014-10-04 21:53:29 -04:00
Lapo Calamandrei
f2cd7f151e
Adwaita: add vertically linked combos
2014-10-05 00:56:48 +02:00
Lapo Calamandrei
1f8b0852a4
Adwaita: added style for vertically linked entries
2014-10-04 20:24:24 +02:00
Benjamin Otte
dd7c65a95a
scrolledwindow: Rewrite overshoot code with regular styling
...
Instead of drawing a gradient in the background color, draw a CSS box.
And change the theme so instead of setting just a background color it
draws a gradient.
The resulting visuals are the same.
2014-10-03 06:18:06 +02:00