up su Gitea

This commit is contained in:
2026-04-19 17:07:18 +02:00
parent e78ce720bb
commit fe54b28378
298 changed files with 23460 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Core Colors
background {{ colors.background.default.hex }}
foreground {{ colors.on_surface.default.hex }}
selection_foreground {{ colors.primary.default.hex }}
selection_background {{ colors.on_primary.default.hex }}
cursor {{ colors.primary.default.hex }}
cursor_text_color {{ colors.surface.default.hex }}
# Regular Colors
color0 {{ colors.surface.default.hex }}
color1 {{ colors.error.default.hex }}
color2 {{ colors.primary.default.hex }}
color3 {{ colors.tertiary.default.hex }}
color4 {{ colors.on_primary_container.default.hex }}
color5 {{ colors.on_secondary_container.default.hex }}
color6 {{ colors.secondary.default.hex }}
color7 {{ colors.on_surface.default.hex }}
# Bright Colors
color8 {{ colors.surface_bright.default.hex }}
color9 {{ colors.error.default.hex }}
color10 {{ colors.primary.default.hex }}
color11 {{ colors.tertiary.default.hex }}
color12 {{ colors.on_primary_container.default.hex }}
color13 {{ colors.on_secondary_container.default.hex }}
color14 {{ colors.secondary.default.hex }}
color15 {{ colors.on_surface.default.hex }}