screenshots

This commit is contained in:
2023-10-30 00:33:18 +01:00
parent c5d253102e
commit f4d3052746
7 changed files with 268 additions and 255 deletions

View File

@@ -149,7 +149,7 @@ $notchOnPrimary: $onPrimary;
border-top: 0.068rem solid;
border-bottom: 0.068rem solid;
border-color: transparent;
color: $t_background;
color: $white;
}
.bar-ws-active-box {
@@ -166,8 +166,8 @@ $notchOnPrimary: $onPrimary;
@include mainfont;
background-clip: content-box;
background-color: $notchPrimary;
color: $notchOnPrimary;
background-color: $notchSecondaryContainer;
color: $notchOnSecondaryContainer;
border-radius: 999px;
}
@@ -222,7 +222,7 @@ $notchOnPrimary: $onPrimary;
}
.bar-ws-empty {
color: $onBackground;
color: white;
border-color: transparent;
}

View File

@@ -1,18 +1,18 @@
// Transparent version
$transparentize_amount: 0.2;
$transparentize_amount: 0.6;
$transparentize_surface_amount_less: 0.3;
$transparentize_surface_amount_less_less: 0.15;
$transparentize_surface_amount: 0.5;
$transparentize_surface_amount_more: 0.6;
$transparentize_surface_amount: 0.7;
$transparentize_surface_amount_more: 0.1;
$transparentize_surface_amount_subtract_surface: $transparentize_surface_amount - $transparentize_amount;
@if $darkmode ==true {
// Less transparency
$transparentize_amount: 0.15;
$transparentize_amount: 0.6;
$transparentize_surface_amount_less: 0.2;
$transparentize_surface_amount_less_less: 0.1;
$transparentize_surface_amount: 0.3;
$transparentize_surface_amount_more: 0.5;
$transparentize_surface_amount: 0.7;
$transparentize_surface_amount_more: 0.1;
$transparentize_surface_amount_subtract_surface: $transparentize_surface_amount - $transparentize_amount;
}

View File

@@ -1,29 +1,29 @@
$darkmode: true;
$primary: #006874;
$onPrimary: #ffffff;
$primaryContainer: #8ef1ff;
$onPrimaryContainer: #001f24;
$secondary: #4a6266;
$onSecondary: #ffffff;
$secondaryContainer: #cde7ec;
$onSecondaryContainer: #051f23;
$tertiary: #525e7d;
$onTertiary: #ffffff;
$tertiaryContainer: #d8e2ff;
$onTertiaryContainer: #0e1b36;
$primary: #50d8ec;
$onPrimary: #00363d;
$primaryContainer: #004f58;
$onPrimaryContainer: #99f0ff;
$secondary: #b1cbd0;
$onSecondary: #1c3438;
$secondaryContainer: #334b4f;
$onSecondaryContainer: #cde7ec;
$tertiary: #bbc6ea;
$onTertiary: #24304d;
$tertiaryContainer: #3b4665;
$onTertiaryContainer: #dae2ff;
$error: #ba1b1b;
$onError: #ffffff;
$errorContainer: #ffdad4;
$onErrorContainer: #410001;
$colorbarbg: #fbfdfd;
$background: #fbfdfd;
$onBackground: #191c1d;
$surface: #fbfdfd;
$onSurface: #191c1d;
$surfaceVariant: #dbe4e6;
$onSurfaceVariant: #3f484a;
$outline: #6f797b;
$colorbarbg: #191c1d;
$background: #191c1d;
$onBackground: #e1e3e3;
$surface: #191c1d;
$onSurface: #e1e3e3;
$surfaceVariant: #3f484a;
$onSurfaceVariant: #bfc8ca;
$outline: #899294;
$shadow: #000000;
$inverseSurface: #2d3132;
$inverseOnSurface: #eff1f1;
$inverseOnSurface: #2d3132;
$inverseSurface: #eff1f1;
$inversePrimary: #4fd8ea;