#                            N O T E
# This configuration file allows you to customize certain parameters of
# dwt.  Invalid values can render dwt practically unusable, until
# corrected.  Before modifying any values, make sure you understand the
# effects of your changes.

@ system font
# The default depends upon CRT resolution; otherwise, specify request in
# <width>X<height> format, e.g. 8X16
  default

@ mouse
  doubleclick_interval  500  # Max delay between doubleclick clicks (mS)

@ scrollbar
  initial_delay  500  # Delay before auto-repeat starts (milliSec.)
  repeat_delay   100  # Delay between auto_repeat scrolls (milliSec.)

@ load fonts
# If this entire section doesn't exist, no font files will be loaded and
# the only font available will be the built in 9x15.
#
# If you want to use Katakana fonts, delete the English fonts from this list:
# FTK8X16
# FTK8X18
# FTK10X18
# FTK10X20
# FTK12X24
#
# English fonts:
  FT6X12
  FT7X14
  FT8X11
  FT8X14
  FT8X16
  FT8X16B
  FT10X16
  FT10X20
  FT10X20B
  FT12X19
  FT16X24
  FT18X30

@ logical pens
# This logical pen table specifies which physical pen to use for a
# specified logical pen.  The actual color of the physical pen is
# specified in the physical pen table.
#
#                           physical pen for system containing ...
# pen  pen name              2 pens  16 pens  64 pens  256 pens
  0     ActiveBorder            0       14      14       30
  1     ActiveTitleBar          1       14      14       30
  2     ActiveTBarForeground    0       1       1        17
  3     AppBackground           0       9       9        25
  4     AppBorder               0       14      14       30
  5     AppTitleBar             0       14      14       30
  6     AppTBarForeground       1       1       1        17
  7     ButtonBackground        0       11      11       27
  8     ButtonForeground        1       0       0        16
  9     DialogBoxBackground     0       8       8        24
  10    DialogBoxBorder         1       14      14       30
  11    DialogBoxForeground     1       1       1        17
  12    DialogBoxTitleBar       0       13      13       29
  13    DialogBoxTBarForeground 1       1       1        17
  14    ErrorTitleBar           0       2       2        18
  15    GrayForeground          0       15      15       31
  16    Highlight               1       13      13       29
  17    HighlightForeground     0       3       3        19
  18    HyperText               1       6       6        22
  19    InactiveBorder          0       11      11       27
  20    InactiveTitleBar        0       11      11       27
  21    InactiveTBarForeground  1       0       0        16
  22    ITGDisplayTraceBlue     1       5       5        21
  23    ITGDIsplayTraceGreen    1       4       4        20
  24    ITGPushButton           0       12      12       28
  25    ITGResetButton          0       10      10       26
  26    ListBoxForeground       1       0       0        16
  27    ListBoxBackground       0       15      15       31
  28    MenuBar                 0       11      11       27
  29    MenuForeground          1       0       0        16
  30    PopupWindowBackground   0       8       8        24
  31    PopupWindowFrame        1       0       0        16
  32    PopupWindowForeground   1       1       1        17
  33    ScrollBars              0       11      11       27
  34    WindowBackground        0       1       1        17
  35    WindowFrame             1       0       0        16
  36    WindowForeground        1       0       0        16
  37    Workspace               0       15      15       31
  38    WorkspaceBorder         0       14      14       30
  39    WorkspaceTitleBar       0       14      14       30
  40    WorkspaceTBarForeground 1       0       0        16
  41    WidgetGreen             1       4       4        20
  42    WidgetYellow            1       3       3        19
  43    WidgetRed               1       2       2        18
  44    WidgetWhite             1       1       1        17
  45    GraphBackground         0       13      13       29
  46    GraphTrace1             1       3       3        19
  47    GraphTrace2             1       5       5        21
  48    GraphTrace3             1       7       7        23
  49    GraphTrace4             1       4       4        20
  50    GraphTrace5             1       2       2        18
  51    GraphTrace6             1       14      14       30
  52    GraphTrace7             1       11      11       27
  53    GraphTrace8             1       1       1        17
  54    RMBBackground           0       0       0        0
  55    AppBackgroundCmp        1       6       54       230
  56    WindowBackgroundCmp     1       14      62       238
  57    PopupBackgroundCmp      1       7       55       231
  58    DialogBoxBackgroundCmp  1       7       55       231

@ physical pens
# This physical pen table specifies the color map value set for a
# specified physical pen.  If an entry for a required pen isn't
# currently provided in the table (e.g., pens 32-47), insert as
# required.  The actual display's color map is only altered for the pens
# that are referenced by a logical pen from the above logical pen table
# and are settable as specified above for the current graphics system
# (2-pen, 16-pen, 64-pen, or 256-pen).
#
# PEN   COLOR           RED     GREEN   BLUE
  0     black           0       0       0
  1     white           255     255     255
  2     red             255     0       0
  3     yellow          255     255     0
  4     green           0       255     0
  5     cyan            0       255     255
  6     blue            0       0       255
  7     magenta         255     0       255
  8     dialog gray     162     156     146
  9     parchment white 220      211     184
  10    forest green    70      180     70
  11    inactive gray   176     174     169
  12    evening gold    150     110     75
  13    french gray     105     95      80
  14    lavender        119     123     200
  15    beige gray      148     139     123

  16    black           0       0       0
  17    white           255     255     255
  18    red             255     0       0
  19    yellow          255     255     0
  20    green           0       255     0
  21    cyan            0       255     255
  22    blue            0       0       255
  23    magenta         255     0       255
  24    dialog gray     162     156     146
  25    parchment white 220     211     184
  26    forest green    70      180     70
  27    inactive gray   176     174     169
  28    evening gold    150     110     75
  29    french gray     105     95      80
  30    lavender        119     123     200
  31    beige gray      148     139     123

  48    black           0       0       0
  49    white           255     255     255
  50    red             255     0       0
  51    yellow          255     255     0
  52    green           0       255     0
  53    cyan            0       255     255
  54    blue            0       0       255
  55    magenta         255     0       255
  56    dialog gray     162     156     146
  57    parchment white 220     211     184
  58    forest green    70      180     70
  59    inactive gray   176     174     169
  60    evening gold    150     110     75
  61    french gray     105     95      80
  62    lavender        119     123     200
  63    beige gray      148     139     123

  240   black           0       0       0
  241   white           255     255     255
  242   red             255     0       0
  243   yellow          255     255     0
  244   green           0       255     0
  245   cyan            0       255     255
  246   blue            0       0       255
  247   magenta         255     0       255
  248   dialog gray     162     156     146
  249   parchment white 220     211     184
  250   forest green    70      180     70
  251   inactive gray   176     174     169
  252   evening gold    150     110     75
  253   french gray     105     95      80
  254   lavender        119     123     200
  255   beige gray      148     139     123

# The following pens are defined so that the complement of text area
# backgrounds (logical pens 55 - 58) will be the foreground color. Note
# that some of these redefine previous entries in this table.
  54    black           0       0       0
  55    white           255     255     255
  62    black           0       0       0
  230   black           0       0       0
  231   white           255     255     255
  238   black           0       0       0
