Basic theme parser

This commit is contained in:
Roberto Alsina 2024-08-06 12:19:30 -03:00
parent 3a37f8bdc7
commit fe917da89d

View File

@ -101,7 +101,3 @@ module Tartrazine
end
end
end
t = Tartrazine::Theme.from_xml(File.read("styles/catppuccin-frappe.xml"))
pp! t.style("CommentPreprocFile")