Skip to content

Modus-Logo-Long-BlackCreated with Sketch.

  • What we do
  • Who we are
    Our story

    Learn about our values, vision, and commitment to client success

    Open source

    Discover how we contribute to and benefit from the global open source ecosystem

    Careers

    Join our dynamic team and shape the future of digital transformation

    How we built our unique culture
  • Who we serve
    Life Sciences

    Advancing health with smarter technologies

    Financial Services

    Building trust through secure, digital solutions

    Automotive

    Driving innovation in mobility and manufacturing

    Retail

    Enhancing customer experiences across every channel

    industries-menu-cta
  • Our work
  • Our blog
  • Resources
  • Get in touch
  • EN
  • FR

Bolded folder names in Sublime Text 2

Published on July 6, 2012
Last Updated on April 8, 2021
Application Development

By now you probably have heard about Sublime Text 2. It’s a fantastic text editor, and my personal favorite. One of the biggest downfalls of ST2, in my humble opinion, is the sidebar. You should install SideBarEnhancements to get started, but that doesn’t help with scanning the scaffolding of a large project.

Making folder names bold, as per TextMate helps the situation a little bit. This little known feature was added in Build 2195 on April 16th.

Start by opening your configuration file. You can quickly access it by typing CMD + , on a Mac. Preferences -> User should get you to this same file.

Add the following line anywhere in the document. Don’t forget trailing , if necessary!

"bold_folder_labels": true


Boom!

I’ve attached my config file in case people are interested.

{
    "auto_complete_commit_on_tab" : true,
    "caret_style"                 : "phase",
    "color_scheme"                : "Packages/Color Scheme - Default/Tomorrow-Night.tmTheme",
    "draw_minimap_border"         : false,
    "fade_fold_buttons"           : false,
    "find_selected_text"          : true,
    "font_face"                   : "Inconsolata-Dz",
    "highlight_modified_tabs"     : true,
    "bold_folder_labels"          : true,
    "font_options"                : [
        "subpixel_antialias"
    ],
    "font_size"                   : 13.0,
    "highlight_line"              : true,
    "indent_to_bracket"           : true,
    "line_padding_bottom"         : 3,
    "overlay_scroll_bars"         : "enabled",
    "scroll_speed"                : 5.0,
    "shift_tab_unindent"          : true,
    "tab_size"                    : 2,
    "translate_tabs_to_spaces"    : true,
    "use_simple_full_screen"      : true
}
Posted in Application Development
Share this

Dave Ackerman

Follow

Related Posts

  • Arduboy Game Evade Text
    EVADE - Using Text in an Arduboy Game

    Tutorial for the Arduboy that covers text basics, how to create a simple "typing effect"…

  • Arduboy Game Evade Text
    EVADE - Using Text in an Arduboy Game

    Tutorial for the Arduboy that covers text basics, how to create a simple "typing effect"…

Want more insights to fuel your innovation efforts?

Sign up to receive our monthly newsletter and exclusive content about digital transformation and product development.

What we do

Our services
AI and data
Product development
Design and UX
Modernization
Platform and MLOps
Developer experience
Security

Our partners
Atlassian
AWS
GitHub
Other partners

Who we are

Our story
Careers
Open source

Our work

Our case studies

Our resources

Blog
Innovation podcast
Guides & playbooks

Connect with us

Get monthly insights on AI adoption

© 2025 Modus Create, LLC

Privacy PolicySitemap
Scroll To Top
  • What we do
  • Who we are
    • Our story
    • Careers
    • Open source
  • Who we serve
    • Life Sciences
    • Automotive
    • Financial Services
  • Our work
  • Our blog
  • Resources
  • Get in touch
  • EN
  • FR