diff --git a/Soda Dark Refined.sublime-theme b/Soda Dark Refined.sublime-theme index 43bfae3a..41bec2d5 100644 --- a/Soda Dark Refined.sublime-theme +++ b/Soda Dark Refined.sublime-theme @@ -599,6 +599,7 @@ // Quick panel background { "class": "overlay_control", + "settings": ["!soda_retina_fix"], "layer0.texture": "Theme - Soda Refined/Soda Dark Refined/overlay-background.png", "layer0.inner_margin": [12, 6, 12, 15], "layer0.opacity": 1.0, @@ -607,6 +608,14 @@ "layer1.opacity": 1.0, "content_margin": [11, 8, 11, 17] }, + // Quick panel background (Retina fix) + { + "class": "overlay_control", + "settings": ["soda_retina_fix"], + "layer0.tint": [67, 67, 67], + "layer0.opacity": 1.0, + "content_margin": [6, 8, 6, 6] + }, // // QUICK PANEL diff --git a/Soda Light Refined.sublime-theme b/Soda Light Refined.sublime-theme index a3c815b4..8622dd28 100644 --- a/Soda Light Refined.sublime-theme +++ b/Soda Light Refined.sublime-theme @@ -602,6 +602,7 @@ // Quick panel background { "class": "overlay_control", + "settings": ["!soda_retina_fix"], "layer0.texture": "Theme - Soda Refined/Soda Light Refined/overlay-background.png", "layer0.inner_margin": [12, 6, 12, 15], "layer0.opacity": 1.0, @@ -610,6 +611,14 @@ "layer1.opacity": 1.0, "content_margin": [11, 8, 11, 17] }, + // Quick panel background (Retina fix) + { + "class": "overlay_control", + "settings": ["soda_retina_fix"], + "layer0.tint": [238, 238, 238], + "layer0.opacity": 1.0, + "content_margin": [6, 8, 6, 6] + }, // // QUICK PANEL