Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@xamarin.com>2015-12-17 13:54:56 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2015-12-17 13:54:56 +0300
commitde71bd867c3006761cea1f4cae7c8d1889a272f2 (patch)
treee10b80dd971006e06f7b695722e3a9d1e4d623ea /main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
parentdf80fe808b28f87a5bd08c105e006bcd1462a129 (diff)
[Ide][Mac] Remove more gradients from gtk theme
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac-dark')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac-dark2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark b/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
index a130f5604a..33a7718a0d 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
@@ -109,6 +109,7 @@ style "default" {
colorize_scrollbar = FALSE
progressbarstyle = 0
trough_shades = { 0.842, 0.886 }
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
fill_shade = 1.0
focusstyle = 0
@@ -148,7 +149,6 @@ style "button" = "default" {
engine "xamarin" {
rgba = FALSE
contrast = 1.0
- gradient_shades = {0.96, 0.918, 0.926, 0.858}
focus_color = shade(1.4, @bg_color)
focusstyle = 3
border_colors = { @bg_color, @bg_color }