Skip to content

Commit

Permalink
Update styling: window opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
sghpjuikit committed Jan 11, 2025
1 parent 0eafa92 commit 95f7463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/skins/FlowBlack/FlowBlack.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-skin-sel-font-color: rgb(225, 225, 226);
-skin-value-font-color: red;
-skin-window-bgr-blur-color: rgba(5,5,5,0.80);
-skin-window-bgr-color-content-free: rgba(5,5,5, 0.85);
-skin-window-bgr-color-content-free: rgba(5,5,5, 0.95);
-skin-window-bgr-color-content-free-blur: rgba(5,5,5, 0.80);
-skin-window-bgr-color: rgba(20, 20, 20, 1);
}
Expand Down
2 changes: 1 addition & 1 deletion app/skins/FlowBlackBlue/FlowBlackBlue.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
-skin-def-font-color-transparent: rgba(80,80,255,0.2);
-skin-value-font-color: rgba(80,80,200);
-skin-window-bgr-blur-color: rgba(0,0,5, 0.80);
-skin-window-bgr-color-content-free: rgba(0,0,5, 0.85);
-skin-window-bgr-color-content-free: rgba(0,0,5, 0.95);
-skin-window-bgr-color-content-free-blur: rgba(0,0,5, 0.80);
}
2 changes: 1 addition & 1 deletion app/skins/FlowBlackGreen/FlowBlackGreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
-skin-def-font-color-transparent: rgba(0,255,0, 0.2);
-skin-value-font-color: green;
-skin-window-bgr-blur-color: rgba(0,11,0, 0.80);
-skin-window-bgr-color-content-free: rgba(0,5,0, 0.85);
-skin-window-bgr-color-content-free: rgba(0,5,0, 0.95);
-skin-window-bgr-color-content-free-blur: rgba(0,5,0, 0.80);
}

0 comments on commit 95f7463

Please sign in to comment.