Open ergcode opened 7 years ago
I fix it.
Theme - itg.flat.sublime-package > itg.flat.dark.sublime-theme
{ "class": "text_line_control", "layer0.texture": "Theme - itg.flat/assets/input.png", "layer0.tint": [65, 69, 78], "layer0.opacity": 1.0, "layer0.inner_margin": [10,10,10,10], "content_margin": [4, 5, 15, 4] },
change to:
{ "class": "text_line_control", "layer0.tint": [65, 69, 78], "layer0.opacity": 1.0, "layer0.inner_margin": [10,10,10,10], "content_margin": [4, 5, 15, 4] },
Please fix it in theme. Result:
And some small error fix
{
"class": "icon_file_type",
"content_margin": [0,0],
"layer0.opacity": 0.0
},
{
"class": "icon_folder",
"content_margin": [0,0],
"layer0.opacity": 0.0
},
{
"class": "icon_folder_loading",
"content_margin": [0,0],
"layer0.opacity": 0.0
},`
@ergcode could you submit a PR?
Sublime Text 3 3143.
After updating - frame appears around the input fields.