Update colorscheme

This commit is contained in:
Marco Thomas
2020-12-26 15:17:47 +01:00
parent f0f524ae4d
commit 200493dfc9
9 changed files with 70 additions and 429 deletions

View File

@@ -1,19 +1,22 @@
# Opacity
opacity-rule = [
"90:class_g *?= 'XTerm'",
"90:class_g *?= 'jetbrains-idea'",
"90:class_g *?= 'code-oss'",
"96:class_g *?= 'jetbrains-idea'",
"96:class_g *?= 'code-oss'",
];
#inactive-opacity = 0.95;
opacity-exclude = [
"class_g *?= 'firefox'",
]
backend = "glx";
blur: {
method: "dual_kawase";
strength = 5;
strength = 4;
background = false;
}
#inactive-dim = 0.10;
#inactive-opacity = 0.9;
shadow = true;
shadow-radius = 12;
shadow-opacity = 0.4;
@@ -25,17 +28,3 @@ shadow-blue = 0
shadow-exclude = [
"class_g *?= 'dmenu'",
]
# Fading
#fading = true;
#fade-in-step = 0.10;
#fade-out-step = 0.10;
#fade-exclude = [ ];
#detect-rounded-corners = true;
#corner-radius = 0.0;
#rounded-corners-exclude= [
# "class_g = 'i3-frame'",
# "class_g = 'dmenu'"
#];
#