~l3on/ubuntu-themes/gnome-shell-fixes

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.0/public-colors.css

  • Committer: Leo Iannacone
  • Date: 2014-10-16 08:34:57 UTC
  • mfrom: (376.1.27 ubuntu-themes)
  • Revision ID: l3on@ubuntu.com-20141016083457-nt0si4npygx9yfij
[ Lars Uebernickel ]
* Mark Ambiance and Radiance to use overlay scrollbars
* gtk3 theme: fix gedit's search bar
* Gtk theme: expose public colors with Adwaita's naming scheme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Some applications depend on these named colors.
 
3
 */
 
4
 
 
5
@define-color theme_fg_color @fg_color;
 
6
@define-color theme_bg_color @bg_color;
 
7
@define-color theme_base_color @base_color;
 
8
@define-color theme_selected_bg_color @selected_bg_color;
 
9
@define-color theme_selected_fg_color @selected_fg_color;
 
10
@define-color insensitive_bg_color @bg_color;
 
11
@define-color insensitive_fg_color @fg_color;
 
12
@define-color insensitive_base_color @base_color;
 
13
@define-color theme_unfocused_fg_color @backdrop_fg_color;
 
14
@define-color theme_unfocused_bg_color @bg_color;
 
15
@define-color theme_unfocused_base_color @base_color;
 
16
@define-color theme_unfocused_selected_bg_color @selected_bg_color;
 
17
@define-color theme_unfocused_selected_fg_color @selected_fg_color;
 
18
@define-color borders shade(@bg_color, 0.82);
 
19
@define-color unfocused_borders transparent;
 
20
 
 
21
@define-color warning_color @warning_fg_color;
 
22
@define-color error_color @error_fg_color;
 
23
@define-color success_color @success_color;