Skip to content

Commit

Permalink
Add possibility to switch off custom OSX Title Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Dec 27, 2017
1 parent 9dbd425 commit 9cddef9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Tabs height:
"spacegray_tabs_xlarge": true
```

Tabs width:
Tabs width:

```json
"spacegray_tabs_auto_width": true
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Spacegray Eighties.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@

{
"class": "title_bar",
"settings": ["!disable_custom_title_bar"],
"fg": [160, 159, 147], // 04
"bg": [30, 30, 30] // -00
}
Expand Down
1 change: 1 addition & 0 deletions Spacegray Light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@

{
"class": "title_bar",
"settings": ["!disable_custom_title_bar"],
"fg": [101, 115, 127], // 03
"bg": [223, 225, 232] // 06
}
Expand Down
1 change: 1 addition & 0 deletions Spacegray Mocha.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@

{
"class": "title_bar",
"settings": ["!disable_custom_title_bar"],
"fg": [184, 175, 173], // 04
"bg": [44, 33, 20] // -00
}
Expand Down
1 change: 1 addition & 0 deletions Spacegray Oceanic.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@

{
"class": "title_bar",
"settings": ["!disable_custom_title_bar"],
"fg": [167, 173, 186], // 04
"bg": [15, 30, 40] // -00
}
Expand Down
1 change: 1 addition & 0 deletions Spacegray.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@

{
"class": "title_bar",
"settings": ["!disable_custom_title_bar"],
"fg": [167, 173, 186], // 04
"bg": [28, 31, 38] // -00
}
Expand Down

0 comments on commit 9cddef9

Please sign in to comment.