From e99dd9183fd7b0a9f2e887566892149187a48952 Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Thu, 26 Apr 2018 12:00:29 +1000 Subject: [PATCH] Do not set glow state to focused2 when terminal loses focus. Fixes T6902. --- data/themes/default.edc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 3a55bd77..ea243b00 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -1244,10 +1244,6 @@ collections { target: "glow"; target: "shine_focused"; target: "shine_unfocused"; - sequence { - action: STATE_SET "focused2" 0.0; - target: "glow"; - } sequence { action: STATE_SET "custom" 0.0; target: "shine_unfocused";