aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-dark.css
diff options
context:
space:
mode:
authorHorst31802016-05-15 11:45:50 +0200
committerHorst31802016-05-15 11:45:50 +0200
commit1b978acd3cca2a0980eb6571f53a10b729e5eba7 (patch)
tree2cf8ab718c502f95b133fbeef705209e742c3594 /common/gtk-3.0/3.20/gtk-dark.css
parentfb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27 (diff)
downloadsolarc-theme-1b978acd3cca2a0980eb6571f53a10b729e5eba7.tar.gz
solarc-theme-1b978acd3cca2a0980eb6571f53a10b729e5eba7.tar.xz
solarc-theme-1b978acd3cca2a0980eb6571f53a10b729e5eba7.zip
silence warnings (fix #529)
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-dark.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 83a88ac..6a81870 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -4111,7 +4111,7 @@ filechooser placessidebar.sidebar scrollbar trough,
@define-color selected_bg_color #5294E2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
-@define-color insensitive_fg_color gtkalpha(#d3dae3, 0.5);
+@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@define-color insensitive_base_color #404552;
@define-color theme_unfocused_fg_color #D3DAE3;
@define-color theme_unfocused_text_color #D3DAE3;
@@ -4124,12 +4124,12 @@ filechooser placessidebar.sidebar scrollbar trough,
@define-color success_color #73d216;
@define-color placeholder_text_color #A8A8A8;
@define-color content_view_bg #404552;
-@define-color wm_title gtkalpha(#cfdae7, 0.8);
-@define-color wm_unfocused_title gtkalpha(#cfdae7, 0.5);
+@define-color wm_title alpha(#cfdae7, 0.8);
+@define-color wm_unfocused_title alpha(#cfdae7, 0.5);
@define-color wm_bg #2f343f;
@define-color wm_bg_unfocused #323843;
@define-color wm_highlight #363b48;
-@define-color wm_shadow gtkalpha(black, 0.35);
+@define-color wm_shadow alpha(black, 0.35);
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;