// sample file for menu fonts & colors
// this file has to be placed in the application folder to be used
// use at own risk!

[General]
// menu font
menuFont=Sans,10,-1,5,50,0,0,0,0,0
// font for dialogs
font=Sans,10,-1,5,50,0,0,0,0,0

[Colors:Selection]
// affects menu and listbox selection background. (kde selection background)
BackgroundNormal=65,139,212
// affects text of selected entries in listboxes. (kde selection text)
ForegroundNormal=255,255,255

[Colors:Window]
// affects non-selected menu text color. (kde window text)
ForegroundNormal=20,19,18
// affects dialogs, buttons and strips background (kde window background) 
BackgroundNormal=224,223,222

[Colors:Button]
// affects buttons text color. (kde button text)
ForegroundNormal=20,19,18

[Colors:View]
// affects text for non-selected entries in listboxes and all static text. (kde view text)
ForegroundNormal=20,19,18
// affects main document color, listboxes and comboboxes background (kde view background)
BackgroundNormal=255,255,255

[WM]
// affects window active caption &frame background (kde active titlebar)
activeBackground=106,153,213
// affects window active caption text (kde active titlebar text)
activeForeground=255,255,255
// affects window inactive caption & frame background (kde inactive titlebar)
inactiveBackground=224,223,222
// affects window inactive caption text (kde inactive titlebar text)
inactiveForeground=20,19,18

