init
This commit is contained in:
19
templates/hyprland-colors.conf
Normal file
19
templates/hyprland-colors.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
$primary = rgba({{colors.primary.default.hex_stripped}}ff)
|
||||
$on_primary = rgba({{colors.on_primary.default.hex_stripped}}ff)
|
||||
$primary_container = rgba({{colors.primary_container.default.hex_stripped}}ff)
|
||||
$on_primary_container = rgba({{colors.on_primary_container.default.hex_stripped}}ff)
|
||||
|
||||
$secondary = rgba({{colors.secondary.default.hex_stripped}}ff)
|
||||
$on_secondary = rgba({{colors.on_secondary.default.hex_stripped}}ff)
|
||||
|
||||
$error = rgba({{colors.error.default.hex_stripped}}ff)
|
||||
|
||||
$background = rgba({{colors.background.default.hex_stripped}}ff)
|
||||
$on_background = rgba({{colors.on_background.default.hex_stripped}}ff)
|
||||
|
||||
$surface = rgba({{colors.surface.default.hex_stripped}}ff)
|
||||
$surface_variant = rgba({{colors.surface_variant.default.hex_stripped}}ff)
|
||||
$on_surface = rgba({{colors.on_surface.default.hex_stripped}}ff)
|
||||
$on_surface_variant = rgba({{colors.on_surface_variant.default.hex_stripped}}ff)
|
||||
|
||||
$outline = rgba({{colors.outline.default.hex_stripped}}ff)
|
||||
Reference in New Issue
Block a user