mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
* I set it to a font size I like, in the future will add automatic
adjusting.
This commit is contained in:
+8
-8
@@ -15,12 +15,12 @@ pixmap_path "."
|
|||||||
style "default"
|
style "default"
|
||||||
{
|
{
|
||||||
# fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
|
# fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
|
||||||
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*"
|
||||||
}
|
}
|
||||||
|
|
||||||
style "window"
|
style "window"
|
||||||
{
|
{
|
||||||
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*"
|
||||||
}
|
}
|
||||||
|
|
||||||
style "scale"
|
style "scale"
|
||||||
@@ -38,16 +38,16 @@ style "button"
|
|||||||
# we set all the buttons in the main window to be blue by default
|
# we set all the buttons in the main window to be blue by default
|
||||||
style 'main_buttons' = 'button'
|
style 'main_buttons' = 'button'
|
||||||
{
|
{
|
||||||
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*"
|
||||||
# bg[PRELIGHT] = { 0, 0, 0.75 }
|
# bg[PRELIGHT] = { 0, 0, 0.75 }
|
||||||
bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
# bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "toggle_button" = "button"
|
style "toggle_button" = "button"
|
||||||
{
|
{
|
||||||
fg[NORMAL] = { 1.0, 0, 0 }
|
# fg[NORMAL] = { 1.0, 0, 0 }
|
||||||
fg[ACTIVE] = { 1.0, 0, 0 }
|
# fg[ACTIVE] = { 1.0, 0, 0 }
|
||||||
bg_pixmap[NORMAL] = "<parent>"
|
bg_pixmap[NORMAL] = "<parent>"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,9 +66,9 @@ style "ruler"
|
|||||||
|
|
||||||
style 'main_entry' = 'entry'
|
style 'main_entry' = 'entry'
|
||||||
{
|
{
|
||||||
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*"
|
||||||
# bg[PRELIGHT] = { 0, 0, 0.75 }
|
# bg[PRELIGHT] = { 0, 0, 0.75 }
|
||||||
bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
# bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user