diff --git a/README.md b/README.md index 992a0b6..21639c5 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Tabs height: "spacegray_tabs_xlarge": true ``` -Tabs width: +Tabs width: ```json "spacegray_tabs_auto_width": true @@ -174,6 +174,14 @@ Tabs width: ![image](screenshots/spacegray-fileicons.png) +#### Disable custom OSX Title Bar in Sublime Text 3 + +Useful if you're using native OSX tabs since the custom Title Bar breaks the native tabs + +```json + "disable_custom_title_bar": true, +``` + *** ### Thanks diff --git a/Spacegray Eighties.sublime-theme b/Spacegray Eighties.sublime-theme index 4268649..00ee61e 100755 --- a/Spacegray Eighties.sublime-theme +++ b/Spacegray Eighties.sublime-theme @@ -1176,6 +1176,7 @@ { "class": "title_bar", + "settings": ["!disable_custom_title_bar"], "fg": [160, 159, 147], // 04 "bg": [30, 30, 30] // -00 } diff --git a/Spacegray Light.sublime-theme b/Spacegray Light.sublime-theme index 2b64bd8..46117f4 100755 --- a/Spacegray Light.sublime-theme +++ b/Spacegray Light.sublime-theme @@ -1178,6 +1178,7 @@ { "class": "title_bar", + "settings": ["!disable_custom_title_bar"], "fg": [101, 115, 127], // 03 "bg": [223, 225, 232] // 06 } diff --git a/Spacegray Mocha.sublime-theme b/Spacegray Mocha.sublime-theme index 41fd38d..a647106 100755 --- a/Spacegray Mocha.sublime-theme +++ b/Spacegray Mocha.sublime-theme @@ -1176,6 +1176,7 @@ { "class": "title_bar", + "settings": ["!disable_custom_title_bar"], "fg": [184, 175, 173], // 04 "bg": [44, 33, 20] // -00 } diff --git a/Spacegray Oceanic.sublime-theme b/Spacegray Oceanic.sublime-theme index b8365e7..27b86b2 100755 --- a/Spacegray Oceanic.sublime-theme +++ b/Spacegray Oceanic.sublime-theme @@ -1176,6 +1176,7 @@ { "class": "title_bar", + "settings": ["!disable_custom_title_bar"], "fg": [167, 173, 186], // 04 "bg": [15, 30, 40] // -00 } diff --git a/Spacegray.sublime-theme b/Spacegray.sublime-theme index d84edb3..d909788 100755 --- a/Spacegray.sublime-theme +++ b/Spacegray.sublime-theme @@ -1177,6 +1177,7 @@ { "class": "title_bar", + "settings": ["!disable_custom_title_bar"], "fg": [167, 173, 186], // 04 "bg": [28, 31, 38] // -00 }