mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Set color of scrollbar/dropdown button symbols and checkmarks to white
Before this patch, the symbols were rendered black on dark background. Previous images were edited like this: 1. The colors were inverted with GIMP's “linear inversion” method. 2. Image files were optimized using “optipng -o7 -zm1-9 -strip all”. Co-authored-by: ROllerozxa <rollerozxa@voxelmanip.se> Co-authored-by: rubenwardy <rw@rubenwardy.com>
This commit is contained in:
parent
15c3fb7b7a
commit
2f16227302
6 changed files with 2 additions and 1 deletions
|
@ -245,7 +245,7 @@ local function get_formspec(data)
|
|||
|
||||
return retval ..
|
||||
"tablecolumns[color;tree;image,align=inline,width=1.5,0=" .. core.formspec_escape(defaulttexturedir .. "blank.png") ..
|
||||
",1=" .. core.formspec_escape(defaulttexturedir .. "checkbox_16_white.png") ..
|
||||
",1=" .. core.formspec_escape(defaulttexturedir .. "checkbox_16.png") ..
|
||||
",2=" .. core.formspec_escape(defaulttexturedir .. "error_icon_orange.png") ..
|
||||
",3=" .. core.formspec_escape(defaulttexturedir .. "error_icon_red.png") .. ";text]" ..
|
||||
"table[5.5,0.75;5.75,6;world_config_modlist;" ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue