[SCRIPT] Updated
This commit is contained in:
@@ -1,27 +1,23 @@
|
||||
foreground {{ onSurface }}
|
||||
background {{ surface }}
|
||||
cursor {{ onSurface }}
|
||||
|
||||
color0 {{ surface }}
|
||||
color8 {{ surface }}
|
||||
foreground {{ onBackground }}
|
||||
background {{ background }}
|
||||
cursor {{ primaryFixed }}
|
||||
|
||||
# Base 8 Colors (0-7)
|
||||
color0 {{ surfaceContainerLowest }}
|
||||
color1 {{ error }}
|
||||
color9 {{ error }}
|
||||
|
||||
color2 {{ inversePrimary }}
|
||||
color10 {{ inversePrimary }}
|
||||
|
||||
color3 {{ error }}
|
||||
color11 {{ error }}
|
||||
|
||||
color2 {{ primary }}
|
||||
color3 {{ tertiary }}
|
||||
color4 {{ primaryContainer }}
|
||||
color12 {{ primaryContainer }}
|
||||
|
||||
color5 {{ onSecondaryContainer }}
|
||||
color13 {{ onSecondaryContainer }}
|
||||
|
||||
color6 {{ primary }}
|
||||
color14 {{ primary }}
|
||||
|
||||
color5 {{ secondaryFixedDim }}
|
||||
color6 {{ tertiaryFixed }}
|
||||
color7 {{ onSurface }}
|
||||
color15 {{ onSurface }}
|
||||
|
||||
# Bright (Bold) Variants (8–15)
|
||||
color8 {{ outlineVariant }}
|
||||
color9 {{ errorContainer }}
|
||||
color10 {{ primaryContainer }}
|
||||
color11 {{ tertiaryContainer }}
|
||||
color12 {{ secondaryContainer }}
|
||||
color13 {{ onSecondaryFixedVariant }}
|
||||
color14 {{ onTertiaryFixedVariant }}
|
||||
color15 {{ onSurfaceVariant }}
|
||||
|
||||
Reference in New Issue
Block a user