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

Commit da827e9

Browse files
sevokumonojenkins
authored andcommitted
[Ide][Mac] Default button label must be white with dark theme
1 parent ce799ad commit da827e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ style "button" = "default" {
172172
style "dialog-button" = "button" {
173173
GtkButton::inner-border = { 7, 7, 3, 4 }
174174

175+
text[NORMAL] = @selected_fg_color
176+
text[PRELIGHT] = @selected_fg_color
177+
text[SELECTED] = @selected_fg_color
178+
text[INSENSITIVE] = @dim_color
179+
text[ACTIVE] = @selected_fg_color
180+
175181
engine "xamarin" {
176182
default_button_color = "#2d65d3"
177183
}

0 commit comments

Comments
 (0)