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

gtkrc.mac-yosemite « MonoDevelop.Ide « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 486cdda2b516607d14795c4638d3098da0f7fcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include "gtkrc.mac"

style "default" {
    font_name = "Helvetica Neue 13"
}

style "dialog-button" {
    fg[ACTIVE] = @selected_fg_color
    font_name = "Helvetica Neue 13"
}

style "button" {
    font_name = "Helvetica Neue 13"
}

style "menu" {
    font_name = "Helvetica Neue 14"
}

style "combo-box-menu" {
    font_name = "Helvetica Neue 12"
}

style "tooltip" {
    font_name = "Helvetica Neue 12"
}