Tweak some colors

This commit is contained in:
Jean-Patrick Guerrero
2021-11-15 00:46:02 +01:00
parent 849fadb674
commit f2248ae176
2 changed files with 17 additions and 11 deletions

View File

@ -121,4 +121,10 @@ local fs_elements = {
item_image_button = "item_image_button[%f,%f;%f,%f;%s;%s;%s]",
}
return PNG, styles, fs_elements
local colors = {
yellow = "#ffd866",
black = "#2d2a2e",
blue = "#7bf",
}
return PNG, styles, fs_elements, colors