~3v1n0/ubuntu-themes/non-titlebar-headerbar-as-toolbar

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2017-05-16 10:28:50 UTC
  • Revision ID: mail@3v1n0.net-20170516102850-nhjqkjuo0udc6o3q
Ambiance, Radiance: improve wording and fix Radiance copy-paste typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
@define-color insensitive_bg_color shade(@bg_color, 0.95);
36
36
/*
37
37
text foreground color of insensitive widgets */
38
 
@define-color insensitive_fg_color shade(@bg_color, 0.6);
 
38
@define-color insensitive_fg_color shade(@fg_color, 0.6);
39
39
/*
40
40
insensitive text widgets and the like base background color */
41
41
@define-color insensitive_base_color @theme_base_color;
67
67
widgets main borders color on backdrop windows */
68
68
@define-color unfocused_borders @borders;
69
69
/*
70
 
these are pretty self explicative */
 
70
these are pretty self explanatory */
71
71
@define-color warning_color #f57900;
72
72
@define-color error_color #df382c;
73
73
@define-color success_color #4e9a06;