Skip to content

Commit

Permalink
fix(syntax): nix path colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 27, 2023
1 parent 235693b commit 82dee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/tokens/nix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const tokens = (context: ThemeContext): TextmateColors => {
name: "Nix paths",
scope: "string.unquoted.path.nix",
settings: {
foreground: palette.text,
foreground: palette.pink,
fontStyle: "",
},
},
Expand Down

0 comments on commit 82dee33

Please sign in to comment.