Skip to content

Commit

Permalink
Also fix duplicate icons for light version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Aug 30, 2014
1 parent bd15f9a commit eac3584
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Phoenix Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,8 @@
"attributes": ["selected"],
"layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-active.eighties.png"
},
// FIX FOR ICONS

// FIX FOR DUPLICATE SIDEBAR ICONS
{
"class": "icon_file_type",
"content_margin": [0,0]
Expand Down
16 changes: 15 additions & 1 deletion Phoenix Light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,20 @@
"class": "table_row",
"settings": ["phoenix_color_blue"],
"layer0.texture": "Theme - Phoenix/Phoenix Light/colors/blue/autocomplete-row-selected.png"
}
},

// FIX FOR DUPLICATE SIDEBAR ICONS
{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},

]

1 comment on commit eac3584

@lanthaler
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kristijanhusak don't know why, but apparently this commit broke the theme for me. I get a black sidebar and black tabs with these changes. Reverting them fixed the problem.

Please sign in to comment.