itsthatguy / theme-itg-flat

A flat theme for Sublime Text that supports both retina and non-retina.
481 stars 56 forks source link

Problems in the new current version #90

Open ergcode opened 7 years ago

ergcode commented 7 years ago

Sublime Text 3 3143. cropimage

After updating - frame appears around the input fields.

ergcode commented 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: cropimage2

ergcode commented 7 years ago

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
    },`
itsthatguy commented 7 years ago

@ergcode could you submit a PR?