Next: Customizing tkDerm
Up: Changing appearances
Previous: The Appearance dialog
Contents
The first several lines of the .tkderm_rsrc file in your home directory should be like the following.
### Lines below here automatically added by tkderm 1.0.0
### 2007-09-26 15:05:19
### Do not edit below here
*Frame.background: #6893db
*Canvas.background: #6893db
*Checkbutton.background: #6893db
*Checkbutton.foreground: #ffffff
*Checkbutton.highlightBackground: #6893db
tkDerm interprets the file as follows.
- Lines beginning with ''#'' should be interpreted as comments.
- Empty lines should be ignored.
- A string before the colon (:) should be interpreted as the variable name, whereas a string after the colon should be regarded as its value.
- Space or tab or a sequence of them should be ignored when it is in the head or tail of the variable name or its value.
manabu
2010-11-14