// Note: colors can be represented in one of the following formats:
// R,G,B      Example: 100,50,150      (no spaces allowed)
// R,G,B,A    Example: 100,50,150,200  (no spaces allowed)
// #RGB       Example: #2FA
// #RGBA      Example: #2FAE
// #RRGGBB    Example: #22FFAA
// #RRGGBBAA  Example: #22FFAAEE

// General.

	// By default, a custom window border is used. If you don't like it or it's missing a feature that you like, set this to true.
	default_os_window     false
	max_recent_files      10
	
	inactive_icon_fade    0.35
	
	// If this is true, the canvas will be saved when you close TFF Paint, and loaded next time. It will be saved in /cache/previous_canvas.bmp
	remember_canvas       true
	
	// When you copy (Ctrl+C), cut (Ctrl+X), or delete (Del), the current pixel selection can either be removed, or remain as-is.
	remove_selection_on_copy		false
	remove_selection_on_cut			true
	remove_selection_on_delete		true

// Custom bitmap fonts.

	// lineheight = the distance between 2 rows of text.
	// spacewidth = the width of the space character " ".
	// letterspacing = a modifier to the spacing between letters. (note: inputs are monospaced)
	// filename = image file that contains the characters.
	
	//             name       baseline lineheight spacewidth letterspacing filename
	// font           tall_bold  0        12         4          1             "singletall_bold.png"
	// font           tall_bold  0        12         4          -1            "singletall_bold.png"
	// font           micro      0        12         3          1             "singlemicro.png"
	
	// main_font      tall_bold
	// input_font     tall_bold
	// small_font     micro

// Tool settings.

	// brush_sizes_square      1 2 3 5 9 15 25
	// brush_sizes_circle      3 5 9 15 25
	// eraser_sizes_square     1 2 3 5 9 15 25
	// eraser_sizes_circle     3 5 9 15 25
	// air_brush_sizes         5 9 17 25 39

// Canvas.

	// When you zoom the canvas, the canvas will be focused on the mouse cursor. Set this to 'true' if you want zooming to be centered on the window instead.
	zoom_center_on_window           false
	
	canvas_transparency_grid_size   20
	
	// Zoom level is calculated by either multiplying (zoom in) or dividing (zoom out).
	// For example, *3 would be 300% zoom, and will show each pixel from the canvas as a 3x3 chunk on screen.
	// Meanwhile, /3 would be 33.33% zoom, and will show each 3x3 chunk of pixels from the canvas as one pixel on screen.
	zoom_levels_list              /256 /192 /128 /96 /64 /48 /32 /24 /16 /8 /6 /4 /3 /2 1 *2 *3 *4 *6 *8 *12 *16 *24 *32 *48 *64 *96 *128 *192 *256 *512
	// If zoom level is divided by this amount or more, the canvas will switch to low quality fast rendering mode.
	// fast_zoom_out_treshold        96

// Color swatches.

	swatch_button_size     18 18
	swatch_grid_size       11  4
	//             row color color ...
	swatch_row     0   #000  #222  #444  #666  #888  #aaa  #ccc  #eee  #fff
	swatch_row     1   #faa  #fda  #ffa  #afa  #aff  #adf  #aaf  #daf  #fdf
	swatch_row     2   #f00  #fa0  #ff0  #0f0  #0ff  #09f  #00f  #90f  #f0f
	swatch_row     3   #700  #740  #770  #070  #077  #047  #007  #407  #707

// UI box styles.

	// style     window

// UI colors.

	//        name            color
	// color     base           #fff
	// color     window_border1 #000
	// color     window_border2 #ccc
	// color     scaler         #0003
	// color     box_border     #aaa
	// color     topbar1        #fff
	// color     topbar2        #ddd
	// color     canvas1        #ccc
	// color     canvas2        #eee
	// color     popup_bg       #eeee
	// color     tooltip_bg     #eeed

// UI icons.

	// Physical size is the space that the icon occupies in the UI.
	// Crop is the location and size of the icon in /config/icons.png
	// Offset is a visual displacement of the icon from the top-left of the physical size box. An offset of [1,2] would move the icon to the right by 1, and down by 2.
	
	//       NAME          physical size (x y)   crop (x y width height)   offset (x y)

	// icon     WINDOW_ALWAYS_ON_TOP     20  20      28   2  11  11      5   4
	// icon     WINDOW_MINIMIZE          32  24      41  10  12   3     10  14
	// icon     WINDOW_WINDOWIZE         32  24      55   2  14  12      9   6
	// icon     WINDOW_MAXIMIZE          32  24      71   2  14  12      9   6
	// icon     WINDOW_FULLSCREEN        32  24      87   2  14  14      9   5
	// icon     WINDOW_CLOSE             32  24     103   2  12  12     10   6

	// icon     PROGRAM_ICON             24  24       2   2  24  24      0   0
	// icon     INFO_MOUSE_POS           13  13       2  46  11  11      1   1
	// icon     INFO_SELECTION_SIZE      13  13      15  45  13  13      0   0
	// icon     INFO_CANVAS_SIZE         13  13      30  45  13  13      0   0
	// icon     INFO_ZOOM                13  13      45  46  11  11      1   1
	// icon     CHECKBOX_OFF              8   2      35  19   8   2      0   0
	// icon     CHECKBOX_ON              10   7      44  16  10   7      0   0
	// icon     PLUS                      8   8      68  18   8   8      0   0
	// icon     MINUS                     8   8      58  21   8   2      0   3

	// icon     SWATCH_HOVER             18  18       2  92  18  18      0   0
	// icon     SWATCH_1                 18  18      22  92  18  18      0   0
	// icon     SWATCH_2                 18  18      42  92  18  18      0   0

	// icon     COLOR                    16  16       2  27  16  16      0   0
	// icon     PATTERN                  16  16      20  27  16  16      0   0
	// icon     SWATCHES                 16  16      70  27  16  16      0   0
	// icon     OPTIONS                  16  16      38  30  10  10      3   3
	// icon     SWAP_COLORS              18  16      50  31  18   8      0   4

	// icon     TOOL_BRUSH               16  16       2  60   9  14      4   1
	// icon     TOOL_AIR_BRUSH           16  16      13  60  16  13      1   1
	// icon     TOOL_ERASER              16  16      31  60  15  12      0   2
	// icon     TOOL_FILL                16  16      48  60  16  13      0   1
	// icon     TOOL_GRADIENT            16  16      66  60  14  14      1   1
	// icon     TOOL_TEXT                16  16       2  76  14  12      1   2
	// icon     TOOL_ZOOM                16  16      18  76  12  12      2   2
	// icon     TOOL_PAN                 16  16      32  76  14  14      1   1
	// icon     TOOL_SELECT_RECT         16  16      48  76  14  14      1   1
	// icon     TOOL_SELECT_LASSO        16  16      64  76  15  14      1   1
	// icon     TOOL_SELECT_MAGIC        16  16      81  76  15  15      0   0
	// icon     TOOL_COLOR_PICKER        16  16      82  60  14  14      1   1
