Sublime Forum

Ugly artifact after update to 3143

#1

This pattern moves around then I resize the window. Very annoying. I’m reverting back to the previous version until you guy sort it out…

0 Likes

#2

We’ll need info about your OS, settings, etc to have any chance in solving it.

0 Likes

#3

OS: Ubuntu 16.04

I’m using this custom style for Monokai, everything else is set to defaults:

[

{
    "class": "sidebar_container",
    "layer0.tint": [70,71,65],
    "layer0.opacity": 1.0,
    "layer0.draw_center": false,
    "layer0.inner_margin": [0, 0, 1, 0],
    "content_margin": [0, 0, 1, 0]
},
{
    "class": "sidebar_tree",
    "row_padding": [8, 6],
    "indent": 12,
    "indent_offset": 17,
    "indent_top_level": false,
    "layer0.tint": [39,40,34],
    "layer0.opacity": 1.0,
    "dark_content": false
},
{
    "class": "sidebar_heading",
    "color": [120,120,120],
    "font.bold": true,
    "shadow_color": [50,50,50],
    "shadow_offset": [0, 1]
},
{
    "class": "sidebar_heading",
    "parents":
    [
        { "class": "tree_row", "attributes": ["selected"] }
    ],
    "shadow_color": [160, 174, 192]
},
{
    "class": "sidebar_label",
    "color": [180,180,180],
    "font.bold": false
},
{
    "class": "sidebar_label",
    "parents": [{"class": "tree_row", "attributes": ["selected"]}],
    "color": [88,110,117],
    "shadow_color": [60, 60, 60], "shadow_offset": [0, 1]
},
{
    "class": "sidebar_label",
    "parents": [{"class": "tree_row", "attributes": ["expandable"]}],
    "settings": ["bold_folder_labels"],
    "font.bold": true
}

]

0 Likes

#4

Does it work okay without the customizations?

0 Likes

#5

looks almost identical to this

0 Likes