Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 8fee0ec

Browse files
sevokumonojenkins
authored andcommitted
[Ide][Mac] Fix default button color to match native
1 parent 347e88e commit 8fee0ec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

main/src/core/MonoDevelop.Ide/gtkrc.mac

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,14 @@ style "button" = "default" {
163163
style "dialog-button" = "button" {
164164
GtkButton::inner-border = { 7, 7, 3, 4 }
165165

166+
text[NORMAL] = @selected_fg_color
167+
text[PRELIGHT] = @selected_fg_color
168+
text[SELECTED] = @selected_fg_color
169+
text[INSENSITIVE] = @dim_color
170+
text[ACTIVE] = @selected_fg_color
171+
166172
engine "xamarin" {
167-
default_button_color = "#51ADF3"
173+
default_button_color = "#508AF5"
168174
}
169175
}
170176

main/src/core/MonoDevelop.Ide/gtkrc.mac-dark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ style "dialog-button" = "button" {
173173
GtkButton::inner-border = { 7, 7, 3, 4 }
174174

175175
engine "xamarin" {
176-
default_button_color = "#397cae"
176+
default_button_color = "#2d65d3"
177177
}
178178
}
179179

0 commit comments

Comments
 (0)