next up previous contents
Next: Customizing tkDerm Up: Changing appearances Previous: The Appearance dialog   Contents

The format of .tkderm_rsrc

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.

  1. Lines beginning with ''#'' should be interpreted as comments.
  2. Empty lines should be ignored.
  3. A string before the colon (:) should be interpreted as the variable name, whereas a string after the colon should be regarded as its value.
  4. 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