Skip to content

Instantly share code, notes, and snippets.

@borisfaure
Created September 20, 2022 15:46
Show Gist options
  • Save borisfaure/b1c1dfff91b968e7c78af636050fa4fa to your computer and use it in GitHub Desktop.
Save borisfaure/b1c1dfff91b968e7c78af636050fa4fa to your computer and use it in GitHub Desktop.
darken background
diff --git a/data/themes/default/core.edc b/data/themes/default/core.edc
index ab0d2e9a..5c0dca23 100644
--- a/data/themes/default/core.edc
+++ b/data/themes/default/core.edc
@@ -66,6 +66,11 @@ group { name: "terminology/core";
action: STATE_SET "movie" 0.0;
target: "terminology.background";
}
+ part { name: "terminology.bg_fade"; type: RECT;
+ description { state: "default" 0.0;
+ color: 0 0 0 40; // 40 is the alpha channel, between 0 and 255
+ }
+ }
part { name: "terminology.tabregion"; type: SWALLOW;
description { state: "default" 0.0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment