Skip to content

Commit 967f88a

Browse files
user.email "jim.barraud@gmail.comuser.email "jim.barraud@gmail.com
authored andcommitted
Code folding fix
- reversed the collapsed/expanded icons since they were backwards. - made the collapsed icon yellow and brighter so folded code is more noticeable. - updated folder icons to retina versions
1 parent f8da4bf commit 967f88a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Brogrammer.sublime-theme

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,24 +236,26 @@
236236

237237
{
238238
"class": "fold_button_control",
239-
"layer0.texture": "Theme - Brogrammer/Brogrammer/folder-open.png",
240-
"layer0.opacity": 0.25,
239+
"layer0.texture": "Theme - Brogrammer/Brogrammer/folder-closed@2x.png",
240+
"layer0.opacity": 1,
241241
"layer0.inner_margin": 0,
242242
"content_margin": [8,8]
243243
},
244244
{
245245
"class": "fold_button_control",
246246
"attributes": ["hover"],
247-
"layer0.opacity": 0.5
247+
"layer0.opacity": 1
248248
},
249249
{
250250
"class": "fold_button_control",
251251
"attributes": ["expanded"],
252-
"layer0.texture": "Theme - Brogrammer/Brogrammer/folder-closed.png"
252+
"layer0.texture": "Theme - Brogrammer/Brogrammer/folder-open@2x.png",
253+
"layer0.opacity": 0.25
253254
},
254255
{
255256
"class": "fold_button_control",
256-
"attributes": ["expanded","hover"]
257+
"attributes": ["expanded","hover"],
258+
"layer0.opacity": 0.5
257259
},
258260

259261
//

Brogrammer/folder-closed@2x.png

3.63 KB
Loading

0 commit comments

Comments
 (0)