fix: update color for typst file_type

This commit is contained in:
CJ van den Berg 2024-08-30 21:07:15 +02:00
parent 2d67d4a2c6
commit a1ba46cba8
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -338,7 +338,7 @@ pub const typescript = .{
};
pub const typst = .{
.color = 0x007acc,
.color = 0x23b6bc,
.icon = "t",
.extensions = .{ "typst", "typ" },
.comment = "//",