~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-artful-2764

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.0/gtk-main.css

  • Committer: Iain Lane
  • Date: 2016-08-01 12:10:11 UTC
  • mto: This revision was merged to the branch mainline in revision 493.
  • Revision ID: iain.lane@canonical.com-20160801121011-6hxgop77d04r71ye
Install the 3.20 themes into a 3.20 directory, so we can stay compatible with previous gtk versions too

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
@define-color tooltip_bg_color #000000;
9
9
@define-color tooltip_fg_color #ffffff;
10
10
 
11
 
@define-color insensitive_bg_color shade(@bg_color, 0.95);
12
 
@define-color insensitive_fg_color shade(@fg_color, 0.6);
13
 
 
14
 
@define-color borders shade(@bg_color, 0.82);
15
 
 
16
11
/* misc colors used by gtk+
17
12
 *
18
13
 * Gtk doesn't currently expand color variables for style properties. Thus,
20
15
 * the name of the variable. Please remember to change values there as well
21
16
 * when changing one of the variables below.
22
17
 */
23
 
@define-color button_text_shadow alpha(white, 0.4);
24
18
@define-color info_fg_color rgb (181, 171, 156);
25
19
@define-color info_bg_color rgb (252, 252, 189);
26
20
@define-color warning_fg_color rgb (173, 120, 41);
42
36
 
43
37
@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8);
44
38
@define-color backdrop_text_color mix (@base_color, @text_color, 0.8);
45
 
@define-color theme_unfocused_text_color @backdrop_text_color;
46
39
@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75);
47
40
@define-color backdrop_selected_bg_color shade (@bg_color, 0.92);
48
41
@define-color backdrop_selected_fg_color @fg_color;
51
44
@define-color focus_color alpha (@selected_bg_color, 0.5);
52
45
@define-color focus_bg_color alpha (@selected_bg_color, 0.1);
53
46
 
54
 
@define-color scale_highlight_bg #df784e;
55
 
 
56
47
@define-color shadow_color alpha(black, 0.5);
57
48
 
58
49
@define-color osd_fg_color #eeeeec;
76
67
@import url("gtk-widgets-radiance.css");
77
68
@import url("apps/unity.css");
78
69
@import url("apps/unity-greeter.css");
 
70
@import url("apps/baobab.css");
79
71
@import url("apps/gedit.css");
80
72
@import url("apps/nautilus.css");
81
73
@import url("apps/gnome-panel.css");
82
74
@import url("apps/gnome-terminal.css");
 
75
@import url("apps/gnome-system-log.css");
 
76
@import url("apps/glade.css");
83
77
@import url("apps/software-center.css");
84
78
@import url("apps/calendar.css");
85
79
@import url("public-colors.css");