Actually, i am working on an widget based GUI API. My problem is, that i dont have very much experiences with colors, and i have to select the standard-colors for the config file.
Actually, the cfg-fyle looks like this:
local cfg = {
colors = {
desktop = 0xE6E6E6,
background = 0xD8D8D8,
foreground=0x424242,
frame = 0x000000,
selectedBackground = 0xD8D8D8,
selectedForeground = 0x00302F,
selectedFrame = 0x00FFFF,
disabledBackground = 0x81F7F3,
disabledForeground = 0x424242,
disabledFrame = 0x610B0B,
exitBackground = 0xFF0000,
exitForeground = 0x000000
}