Skip to content

Commit

Permalink
Update color of surface-container
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Sep 30, 2024
1 parent c3fc063 commit 3b0ff38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usr/share/bigbashview/framework/css/colors.sh.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ body.light, body.dark {
--inverse-primary:#8dcdff;
--surface-dim:#d9dadd;
--surface-bright:#f9f9fc;
--surface-container-lowest:#ffffff;
--surface-container-low: rgba(0,0,0,0.03);
--surface-container:rgba(0,0,0,0.06);
--surface-container: ${colors_window_backgroundalternate/)/,0.9)};
--surface-container-low:rgba(0,0,0,0.03);
--surface-container-low:rgba(0,0,0,0.06);
--surface-container-high:rgba(0,0,0,0.09);
--surface-container-highest:rgba(0,0,0,0.12);
--overlay: rgb(0 0 0 /0.5);
Expand All @@ -78,7 +78,7 @@ body.light, body.dark {
--elevate3: 0 0.375rem 0.75rem 0 rgb(0 0 0 / 0.45);
--button-elevate1: 0 0.090rem 0.090rem 0 rgb(0 0 0 / 40%);
--onhover-elevate1: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 18%);
--body: transparent;
--body: transparent;
}
"
# Show the defined variables for verification
Expand Down

0 comments on commit 3b0ff38

Please sign in to comment.