mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
* I set it to a font size I like, in the future will add automatic
adjusting.
This commit is contained in:
parent
f23a07a057
commit
c552aa2674
16
gbootrootrc
16
gbootrootrc
@ -15,12 +15,12 @@ pixmap_path "."
|
||||
style "default"
|
||||
{
|
||||
# fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
|
||||
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
||||
font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*"
|
||||
}
|
||||
|
||||
style "window"
|
||||
{
|
||||
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
||||
font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*"
|
||||
}
|
||||
|
||||
style "scale"
|
||||
@ -38,16 +38,16 @@ style "button"
|
||||
# we set all the buttons in the main window to be blue by default
|
||||
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.75, 0x00 }
|
||||
# bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
||||
|
||||
}
|
||||
|
||||
style "toggle_button" = "button"
|
||||
{
|
||||
fg[NORMAL] = { 1.0, 0, 0 }
|
||||
fg[ACTIVE] = { 1.0, 0, 0 }
|
||||
# fg[NORMAL] = { 1.0, 0, 0 }
|
||||
# fg[ACTIVE] = { 1.0, 0, 0 }
|
||||
bg_pixmap[NORMAL] = "<parent>"
|
||||
}
|
||||
|
||||
@ -66,9 +66,9 @@ style "ruler"
|
||||
|
||||
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.75, 0x00 }
|
||||
# bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user