ctf0/Seti_ST3

no icons on sidebar panel

Closed this issue · 4 comments

sublime
Side not icons are as expected with default theme preset
screen shot 2016-02-11 at 2 56 32 am
When following theme setting is specified
"theme": "Seti.sublime-theme",

"caret_extra_width": 2,                 //  to have a wider/thicker caret
"caret_extra_bottom": 3,                //  to make the caret = to the line height (the theme currently support 0,3,5)
"caret_extra_top": 3,
"overlay_scroll_bars": "enabled",       //  to show scrollbars only when scrolling
"highlight_line": true,                 //  to highlight the current line

Icons show but still not as expected, theme is modified
screen shot 2016-02-11 at 2 56 37 am
I have tried Package Control & Manual both option.

ctf0 commented

the second ss is having the correct icons, whats the issue then ?

I expected it to work with default Black theme.

not only that if I revert to default SS 1 the icons are messed up (most of the file are not having icons)

ctf0 commented

this is because that the default theme doesn't have support for different file extensions, however if u still want to have that support u can simply

  • create a folder call Theme - Default inur packages folder
  • copy the icons folder from seti to the above folder.
  • restart sublime and it should work

Working now Thanks