home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
tema
/
aos
/
download
/
SKY397.ZIP
/
system
/
themes
/
standard.sgt
< prev
next >
Wrap
Text File
|
2003-04-19
|
2KB
|
54 lines
# Standard SkyOS theme.
# This file gets loaded and parsed when SkyOS boots. (init application).
# For default, all applications will start with following theme configurations.
#
# Do not change this file!
# If you want to create a new theme, just create another file.
##################################################################################
# title bar #
##################################################################################
# Color of title if window has focus
titlecolor_focus=0x002878FA
# Color of title if window doesn't have focus
titlecolor_nofocus=0x00808080
# Style of title
# 1 = SOLID_FILL (always used if bpp <= 8)
# 2 = DRAW_LINES in title bar (only in solid fill mode)
# 4 = FADED FILL
titlestyle=0x00000004
##################################################################################
# scrollbar #
##################################################################################
# Color of scrollbar body
scrollbar_body_color=0x002878FA
##################################################################################
# listbox #
##################################################################################
listboxcaptionbackground=0x0082B4D2
listboxcaptiontextcolor=0x00FFFFFF
listboxselectcolor=0x0082B4D2
##################################################################################
# button #
##################################################################################
buttonstyle=0x00000000
buttoncolor=0x00808080
buttoncolor_over=0x002878FA
##################################################################################
# Desktop #
##################################################################################
# 0 .. Solidfill
# 1 .. Image
backgroundstyle=0x00000000
backgroundcolor=0x00000000
backgroundimage="/boot/system/themes/back/green.bmp"