Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8182999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:01:44+00:00 2026-06-07T01:01:44+00:00

I see that the Sublime Text theme (.config/sublime-text-2/Packages/Theme – Default/Default.sublime-theme) can be edited to

  • 0

I see that the Sublime Text theme (.config/sublime-text-2/Packages/Theme – Default/Default.sublime-theme) can be edited to make the open tab more obvious.

For that I use

{
    "class": "tab_control", "attributes": ["selected", "file_medium_dark"],
    "tint_modifier": [0, 255, 0, 32]
    /* ... */
},

which makes the tab greener.

Is there a similar method for colouring the tab of an edited (unsaved) file/buffer?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T01:01:45+00:00Added an answer on June 7, 2026 at 1:01 am

    After a little hunting around together with Mikko’s suggestion of looking at the change log:

    In Settings-User opened from Preferences | Settings add in the line

    "highlight_modified_tabs": true,
    

    This will make the tab text orange whenever there are unsaved changes to a file.

    To change the color from orange, a bit of further digging around and experimentation was needed and revealed that editing the theme was one way to change the color from orange.

    Theme files can be located in in the Color Scheme - Default folder accessed from the menu Preferences | Browse Packages... – you will have to make these changes for every theme that you’d like to change the text color for:

    {
        "class": "tab_control", "attributes": ["selected", "file_medium_dark"],
        "tint_modifier": [0, 255, 0, 40],
        "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
        "layer2.opacity": 0.7
    },
    {
        "class": "tab_control", "attributes": ["dirty", "file_medium_dark"],
        "tint_modifier": [255, 0, 0, 40],
        "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
        "layer2.opacity": 0.7
    },
    {
        "class": "tab_control", "attributes": ["selected", "dirty", "file_medium_dark"],
        "tint_modifier": [255, 255, 0, 40],
        "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
        "layer2.opacity": 0.7
    },
    

    It would be nice to be control the behavior of “selected” and “dirty” (=modified) separately. That might be possible with the layers, but I don’t understand those well enough yet.

    Addenda

    (1) The above is for dark themes. For a light theme, omit the "file_medium_dark" from the attributes.

    (2) The same changes apear to work in Sublime Text 3 (~/.config/sublime-text-3/Packages/Default.sublime-theme).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I see that can use ASP_regiis to encrypt sections of the web.config file, but
I see that you can enable/disable using the EnableWindow method, but how do I
I see that you can play ogg audio files, but I was wondering if
i see that i get a big html text when i return a HttpException()
i see that in tableSorter you can sort one page at a time which
I see that I can retrieve CMAttitude from a device and from it I
I see that I can remove all of the UIPageViewController gestures, but what if
I would like to create a Sublime Text 2 Snippet that fills up the
By default the line number / gutter area in sublime text 2 is highlighted
I see that there are two options that I know can be used in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.