sublimetext2 - How do you change the font face Sublime uses for the sidebar? -
is possible in sublime text 2?
since default preferences says:
// theme controls of sublime text's ui (buttons, tabs, scroll bars, etc) "theme": "default.sublime-theme",
i tried modifying file
(under /data/packages/theme - default/default.sublime-theme
)
by adding line:
{ "class": "sidebar_label" , "color": [0, 0, 0] , "font.bold": false , "shadow_color": [250, 250, 250], "shadow_offset": [0, 0] , "font.face": "monospace" // added line ("monofur" monospace font utilize in editor window itself) }
but causes file , folder names in sidebar become blank.
changing other line "font.bold" = true
does cause names become bold, so... ?????
fonts sublimetext2 customization monospace
No comments:
Post a Comment