From fe917da89d3b4290bb5e51c0454863b7cc1827e0 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 6 Aug 2024 12:19:30 -0300 Subject: [PATCH] Basic theme parser --- src/styles.cr | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/styles.cr b/src/styles.cr index ac0d206..5e83105 100644 --- a/src/styles.cr +++ b/src/styles.cr @@ -100,8 +100,4 @@ module Tartrazine theme end end -end - -t = Tartrazine::Theme.from_xml(File.read("styles/catppuccin-frappe.xml")) - -pp! t.style("CommentPreprocFile") +end \ No newline at end of file