This commit is contained in:
t
2025-02-05 19:25:48 +01:00
parent cbe4355c3d
commit 810f54cb65
258 changed files with 4730 additions and 3 deletions
@@ -0,0 +1,7 @@
$primary = rgb({{ primary | replace("#", "") }})
$surface = rgb({{ surface | replace("#", "") }})
$onSurface = rgb({{ onSurface | replace("#", "") }})
$primaryHex = #{{ primary }}
$surfaceHex = #{{ surface }}
$onSurfaceHex = #{{ onSurface }}
@@ -0,0 +1,27 @@
foreground {{ onSurface }}
background {{ surface }}
cursor {{ onSurface }}
color0 {{ surface }}
color8 {{ surface }}
color1 {{ error }}
color9 {{ error }}
color2 {{ inversePrimary }}
color10 {{ inversePrimary }}
color3 {{ error }}
color11 {{ error }}
color4 {{ primaryContainer }}
color12 {{ primaryContainer }}
color5 {{ onSecondaryContainer }}
color13 {{ onSecondaryContainer }}
color6 {{ primary }}
color14 {{ primary }}
color7 {{ onSurface }}
color15 {{ onSurface }}
@@ -0,0 +1,55 @@
$primary_paletteKeyColor: {{ primary_paletteKeyColor }};
$secondary_paletteKeyColor: {{ secondary_paletteKeyColor }};
$tertiary_paletteKeyColor: {{ tertiary_paletteKeyColor }};
$neutral_paletteKeyColor: {{ neutral_paletteKeyColor }};
$neutral_variant_paletteKeyColor: {{ neutral_variant_paletteKeyColor }};
$background: {{ background }};
$onBackground: {{ onBackground }};
$surface: {{ surface }};
$surfaceDim: {{ surfaceDim }};
$surfaceBright: {{ surfaceBright }};
$surfaceContainerLowest: {{ surfaceContainerLowest }};
$surfaceContainerLow: {{ surfaceContainerLow }};
$surfaceContainer: {{ surfaceContainer }};
$surfaceContainerHigh: {{ surfaceContainerHigh }};
$surfaceContainerHighest: {{ surfaceContainerHighest }};
$onSurface: {{ onSurface }};
$surfaceVariant: {{ surfaceVariant }};
$onSurfaceVariant: {{ onSurfaceVariant }};
$inverseSurface: {{ inverseSurface }};
$inverseOnSurface: {{ inverseOnSurface }};
$outline: {{ outline }};
$outlineVariant: {{ outlineVariant }};
$shadow: {{ shadow }};
$scrim: {{ scrim }};
$surfaceTint: {{ surfaceTint }};
$primary: {{ primary }};
$onPrimary: {{ onPrimary }};
$primaryContainer: {{ primaryContainer }};
$onPrimaryContainer: {{ onPrimaryContainer }};
$inversePrimary: {{ inversePrimary }};
$secondary: {{ secondary }};
$onSecondary: {{ onSecondary }};
$secondaryContainer: {{ secondaryContainer }};
$onSecondaryContainer: {{ onSecondaryContainer }};
$tertiary: {{ tertiary }};
$onTertiary: {{ onTertiary }};
$tertiaryContainer: {{ tertiaryContainer }};
$onTertiaryContainer: {{ onTertiaryContainer }};
$error: {{ error }};
$onError: {{ onError }};
$errorContainer: {{ errorContainer }};
$onErrorContainer: {{ onErrorContainer }};
$primaryFixed: {{ primaryFixed }};
$primaryFixedDim: {{ primaryFixedDim }};
$onPrimaryFixed: {{ onPrimaryFixed }};
$onPrimaryFixedVariant: {{ onPrimaryFixedVariant }};
$secondaryFixed: {{ secondaryFixed }};
$secondaryFixedDim: {{ secondaryFixedDim }};
$onSecondaryFixed: {{ onSecondaryFixed }};
$onSecondaryFixedVariant: {{ onSecondaryFixedVariant }};
$tertiaryFixed: {{ tertiaryFixed }};
$tertiaryFixedDim: {{ tertiaryFixedDim }};
$onTertiaryFixed: {{ onTertiaryFixed }};
$onTertiaryFixedVariant: {{ onTertiaryFixedVariant }};
$darkmode: {{ dark_mode }};
@@ -0,0 +1,50 @@
@define-color accent_color {{ primary }};
@define-color accent_bg_color {{ primary }};
@define-color accent_fg_color {{ surface }};
@define-color destructive_color {{ errorContainer }};
@define-color destructive_bg_color {{ errorContainer }};
@define-color destructive_fg_color {{ onSurface }};
@define-color success_color {{ tertiary }};
@define-color success_bg_color {{ tertiary }};
@define-color success_fg_color {{ onSurface }};
@define-color warning_color {{ secondary }};
@define-color warning_bg_color {{ secondary }};
@define-color warning_fg_color {{ onSurface }};
@define-color error_color {{ errorContainer }};
@define-color error_bg_color {{ errorContainer }};
@define-color error_fg_color {{ onSurface }};
@define-color window_bg_color {{ surface }};
@define-color window_fg_color {{ onSurface }};
@define-color view_bg_color {{ surface }};
@define-color view_fg_color {{ onSurface }};
@define-color headerbar_bg_color {{ surface }};
@define-color headerbar_fg_color {{ onSurface }};
@define-color headerbar_border_color {{ outline }};
@define-color headerbar_backdrop_color {{ surface }};
@define-color headerbar_shade_color {{ outline }};
@define-color sidebar_bg_color {{ surfaceContainer }};
@define-color sidebar_fg_color {{ onSurface }};
@define-color sidebar_backdrop_color {{ surfaceContainer }};
@define-color card_bg_color {{ surfaceContainer }};
@define-color card_fg_color {{ onSurface }};
@define-color card_shade_color rgba(0, 0, 0, 0.07);
@define-color thumbnail_bg_color {{ surface }};
@define-color thumbnail_fg_color {{ onSurface }};
@define-color dialog_bg_color {{ surface }};
@define-color dialog_fg_color {{ onSurface }};
@define-color popover_bg_color {{ surfaceContainer }};
@define-color popover_fg_color {{ onSurface }};
@define-color shade_color rgba(0, 0, 0, 0.36);
@define-color scrollbar_outline_color {{ outline }};
.navigation-sidebar {
background-color: {{ surfaceContainer }};
}
switch:checked {
background-color: {{ primary }};
}
switch:checked slider {
background-color: {{ onPrimary }};
}
@@ -0,0 +1,51 @@
# ---------------------SETTINGS---------------------------#
daemonize
show-failed-attempts
clock
screenshot
ignore-empty-password
indicator
font=JetBrainsMono
indicator-radius=200
indicator-thickness=20
#----------------------EFFECTS----------------------------#
effect-blur=9x5
effect-vignette=0.5:0.5
#--------------------INPUT IGNORE-------------------------#
grace-no-mouse
grace-no-touch
#--------------------DATE & TIME--------------------------#
datestr=%a,%e %B
timestr=%H:%M
fade-in=0.2
#----------------------COLORS-----------------------------#
bs-hl-color={{ error }}
inside-color=#FFFFFF00
ring-color=#FFFFFF00
line-color=#FFFFFF00
separator-color=#FFFFFF00
key-hl-color={{ primaryFixedDim }}
text-color={{ primaryFixedDim }}
text-caps-lock-color={{ tertiary }}
ring-clear-color=#FFFFFF00
text-clear-color={{ onTertiary }}
inside-clear-color={{ tertiary }}
line-clear-color=#FFFFFF00
ring-ver-color=#FFFFFF00
text-ver-color={{ onSecondary }}
inside-ver-color={{ secondary }}
line-ver-color=#FFFFFF00
ring-wrong-color=#FFFFFF00
text-wrong-color={{ onError }}
inside-wrong-color={{ error }}
line-wrong-color=#FFFFFF00