osx: More theme tweaks
This commit is contained in:
parent
5706550cc1
commit
6d03ddc4f4
17
osx/gtkrc
17
osx/gtkrc
@ -229,20 +229,21 @@ style "treeview" = "default"
|
|||||||
|
|
||||||
font_name = "Lucida Grande 12"
|
font_name = "Lucida Grande 12"
|
||||||
|
|
||||||
engine "xamarin" {
|
engine "quartz" {
|
||||||
roundness = 0
|
|
||||||
gradient_shades = {1.0, 1.0, 1.0, 1.0}
|
|
||||||
glazestyle = 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "tree-header" = "wide"
|
style "tree-header"
|
||||||
{
|
{
|
||||||
|
ythickness = 0
|
||||||
bg[NORMAL] = "#f2f2f2"
|
bg[NORMAL] = "#f2f2f2"
|
||||||
|
font_name = "Lucida Grande 11"
|
||||||
|
|
||||||
engine "xamarin" {
|
GtkWidget::focus-line-width = 0
|
||||||
listviewheaderstyle = 3
|
GtkWidget::draw-border = { 1, 1, 1, 1 }
|
||||||
separatorstyle = 1
|
GtkButton::inner-border = { 3, 3, 1, 3 }
|
||||||
|
|
||||||
|
engine "quartz" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user