changing template colors

This commit is contained in:
2025-11-18 17:43:49 +01:00
parent 16532b23e6
commit e64b20626d

View File

@@ -15,8 +15,8 @@ return {
c_visual = "{{colors.surface_container_high.default.hex}}",
-- Line numbers
c_line_nr = "{{colors.on_surface_variant.default.hex}}",
c_cursor_line_nr = "{{colors.primary.default.hex}}",
c_line_nr = "{{colors.tertiary.default.hex}}",
c_cursor_line_nr = "{{colors.tertiary_container.default.hex}}",
-- Statusline
c_status_line_fg = "{{colors.on_surface_variant.default.hex}}",