Skip to content

Commit e64e779

Browse files
committedFeb 9, 2016
adding option to disable transient tab italics fixes #121
1 parent 0967730 commit e64e779

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎predawn-DEV.sublime-theme

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
},
161161
{
162162
"class": "tab_label",
163+
"settings": ["predawn_transient_tabs_italic"],
163164
"attributes": ["transient"],
164165
"font.italic": true
165166
},

‎predawn.sublime-theme

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
},
161161
{
162162
"class": "tab_label",
163+
"settings": ["predawn_transient_tabs_italic"],
163164
"attributes": ["transient"],
164165
"font.italic": true
165166
},

0 commit comments

Comments
 (0)
Please sign in to comment.