First off i love dig deeper, well done The13thRonin and thanks for making it, you're a legend. One small thing i would like to change and i wondered if it was possible, and if someone could help. The graphics tileset is fine, its the font and colours behind that i have an issue with, is it possible to alter to another font layout from another tileset, if so can you tell me the process required to do this, many thanks in advance cheers RED.
Thanks for the praise! The great thing is Dig Deeper is pretty customizable on the graphical front so I'll try to walk you through how to set it up how you'd like it

.
If you'd like to set the colors back to default simply grab a copy of vanilla dwarf fortress and replace the data/init/colors (that's colors.txt in DATA and then INIT) file in Dig Deeper with the vanilla one. So step by step would be:
1. Set up vanilla dwarf fortress.
2. Open up the DATA folder.
3. Open up the INIT folder.
4. Copy colors.txt
5 Paste colors.txt into same location in DIG DEEPER folder.
6. Replace file.
7. Enjoy default colors!
With the tileset, simply install whatever tileset you want into your data/art folder and open up data/init/init and replace the lines:
[FONT:Herrbdog_16x16_tileset.png]
[FULLFONT:Herrbdog_16x16_tileset.png]
[GRAPHICS_FONT:Herrbdog_16x16_tileset.png]
[GRAPHICS_FULLFONT:Herrbdog_16x16_tileset.png]
with
[FONT:WHATEVER YOUR TILESET IS CALLED HERE]
[FULLFONT:WHATEVER YOUR TILESET IS CALLED HERE]
[GRAPHICS_FONT:WHATEVER YOUR TILESET IS CALLED HERE]
[GRAPHICS_FULLFONT:WHATEVER YOUR TILESET IS CALLED HERE]
So if you wanted to install the default tileset again you would write:
[FONT:curses_square_16x16.png]
[FULLFONT:curses_square_16x16.png]
[GRAPHICS_FONT:curses_square_16x16.png]
[GRAPHICS_FULLFONT:curses_square_16x16.png]
Or whatever the vanilla file uses (something similar)
Also if you want to revert to ASCII and not use the creature graphics just change:
[GRAPHICS:YES]
to
[GRAPHICS:NO]
I hope that helps!