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:
authorCody Russell <cody@jhu.edu>2015-05-19 23:44:58 +0300
committerCody Russell <cody@jhu.edu>2015-05-19 23:44:58 +0300
commita9ebd6cf76940856b0d2720710bed877c0a9d257 (patch)
tree863aecdf6b4cfff4f064bb935c83d508fc774556 /main/src/core/MonoDevelop.Ide/gtkrc.mac
parentda6b3a89e20fea4b5562828c706ad71ca3387305 (diff)
[gtk] Change font and background colors of tooltips on Mac
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac b/main/src/core/MonoDevelop.Ide/gtkrc.mac
index 9c9a51af84..ac20959280 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac
@@ -11,8 +11,8 @@ base_color: #fff
text_color: #000
selected_bg_color: #649dd6
selected_fg_color: #fff
-tooltip_bg_color: #fff9e5
-tooltip_fg_color: #000"
+tooltip_bg_color: #f2f2f2
+tooltip_fg_color: #242424"
gtk-button-images = 0
gtk-menu-images = 0
@@ -201,7 +201,8 @@ style "tooltip"
fg[NORMAL] = @tooltip_fg_color
bg[NORMAL] = @tooltip_bg_color
-
+ font_name = "Lucida Grande 12"
+
engine "xamarin" {
roundness = 0
}