Permalink
Browse files

All themes GTK3-3.14: disable usage of symbolic icons

  • Loading branch information...
1 parent 22e8951 commit c2b2e6d753de14f6109a135166ceec9222657d40 @raveit65 raveit65 committed Feb 14, 2015
@@ -54,6 +54,7 @@
outline-color: @focus_border;
outline-style: dashed;
outline-offset: 2px;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
/***************
@@ -33,6 +33,7 @@
outline-offset: -3px; /* 2px */
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
/***************
@@ -28,6 +28,7 @@
-GtkStatusbar-shadow-type: none;
background-clip: padding-box;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
.background {
@@ -28,6 +28,7 @@
-GtkStatusbar-shadow-type: none;
background-clip: padding-box;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
.background {
@@ -49,6 +49,7 @@
outline-color: @focus_border;
outline-style: dashed;
outline-offset: 2px;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
/***************
@@ -70,6 +70,7 @@
*/
outline-color: alpha (@selected_bg_color, 0.5);
outline-offset: 5px;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
GtkWindow {
@@ -37,7 +37,7 @@
outline-offset: -2px;
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-
+ -gtk-icon-style: regular; /* disable symbolic icons */
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
@@ -37,7 +37,7 @@
outline-offset: -2px;
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-
+ -gtk-icon-style: regular; /* disable symbolic icons */
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
@@ -37,7 +37,7 @@
outline-offset: -2px;
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-
+ -gtk-icon-style: regular; /* disable symbolic icons */
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}

0 comments on commit c2b2e6d

Please sign in to comment.