Skip to content

Commit cb563df

Browse files
authored
fix: mauve builtin types (#78)
1 parent cb6fc1c commit cb563df

9 files changed

Lines changed: 9 additions & 0 deletions

helix.tera

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ whiskers:
2424
"attribute" = "yellow"
2525

2626
"type" = "yellow"
27+
"type.builtin" = "mauve"
2728
"type.enum.variant" = "teal"
2829

2930
"constructor" = "sapphire"

themes/default/catppuccin_frappe.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/default/catppuccin_latte.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/default/catppuccin_macchiato.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/default/catppuccin_mocha.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/no_italics/catppuccin_frappe.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/no_italics/catppuccin_latte.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/no_italics/catppuccin_macchiato.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

themes/no_italics/catppuccin_mocha.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"attribute" = "yellow"
44

55
"type" = "yellow"
6+
"type.builtin" = "mauve"
67
"type.enum.variant" = "teal"
78

89
"constructor" = "sapphire"

0 commit comments

Comments
 (0)