DOSMENU

How to use a different Background image

You can use any 256 color Bitmap file as background image. Just replace the DOSMENU.DMI file with your Bitmap file.

The colors for the Menu are taken from the 256 color palette of the Bitmap file.
To see all available colors and their color-code start DOSMENU using the command line argument "palette"

Example:

  dosmenu palette
Output:

The color-codes for the Menu are set in the DOSMENU.COL file

This is the default content of the DOSMENU.COL file when using the palette from above:

  MenuFrameColor=254
  MenuForeColor=255
  MenuBackColor=0
  TextColor=15
  TextShadowColor=254
  SelFGColor=0
  SelBGColor=255
  ExitFrameColor=254
  ExitBackColor=255
  ExitForeColor=15
Usage:

NumberColor nameDescriptionDefault Color-CodeColor
1MenuFrameColorFrame Color254
2MenuForeColorMenu Items Text Color255
3MenuBackColorMenu Background Color0
4TextColorInfo-Text Color15
5TextShadowColorInfo-Text Shadow Color254
6SelFGColorSelected Item Text Color0
7SelBGColorSelected Item Background Color255
8ExitFrameColorFrame Color of Exit Dialog254
9ExitBackColorBackground Color of Exit Dialog255
10ExitForeColorText Color of Exit Dialog15

Note: The mouse cursor is always using color-code 15!