Skip to content

Commit

Permalink
fix(syntax): PHP builtin function color, sky
Browse files Browse the repository at this point in the history
refs: #186
  • Loading branch information
nekowinston committed Oct 21, 2023
1 parent afaa458 commit d395d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/tokens/php.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const tokens = (context: ThemeContext): TextmateColors => {
name: "PHP functions",
scope: "text.html.php support.function",
settings: {
foreground: palette.blue,
foreground: palette.sky,
},
},
];
Expand Down

0 comments on commit d395d3d

Please sign in to comment.