Hello John, this is my solution.
If you analyze my result, you will find some differences to Abrita's problem. For example, the divider on the right side does not have the correct thickness.
Grid[
Table[
Style["x", RGBColor[{42, 63, 140}/255.], Bold,
12], {5}, {7}],
Background -> {
{},
{{Green, Yellow}},
{
{2, 3} -> Red,
{4, 3} -> Purple,
{2, 5} -> Orange,
{4, 5} -> Magenta
}
},
Dividers -> {-1 -> Black},
Spacings -> {
{0, .5, .5, .5, .5, .5, .5, 0},
{0, .2, .3, .3, .3, .2}
}
]
By the way - I tried to identify the spacings with this:
Manipulate[
Grid[
Table[
Style["x", RGBColor[{42, 63, 140}/255.], Bold,
12], {5}, {7}],
Background -> {{},
{{Green, Yellow}},
{
{2, 3} -> Red,
{4, 3} -> Purple,
{2, 5} -> Orange,
{4, 5} -> Magenta
}
},
Dividers -> {-1 -> Black},
Spacings -> {
{h1, h2, h3, h4, h5, h6, h7, h8},
{v1, v2, v3, v4, v5, v6}
}
],
"horizontal spaces",
{{h1, 0}, -1, 4}, {{h2, 0}, -1, 4}, {{h3, 0}, -1, 4}, {{h4, 0}, -1,
4}, {{h5, 0}, -1, 4}, {{h6, 0}, -1, 4}, {{h7, 0}, -1,
4}, {{h8, 0}, -1, 4},
Delimiter,
"vertical spaces",
{{v1, 0}, -1, 4}, {{v2, 0}, -1, 4}, {{v3, 0}, -1, 4}, {{v4, 0}, -1,
4}, {{v5, 0}, -1, 4}, {{v6, 0}, -1, 4}]
It turns out that h8 works, but h1, v1 and v6 do not. It seems that the spacings "before"/"after" an entries only have an effect if there is something before or after - like the delimiter after the last column (h8).
I used the coordinate tool to find the RGB values of the letters - see attached picture.
@Abrita: Could you also tell us what WL commands you used to create the image?
Attachments: