Skip to content

Commit

Permalink
fix(themes.default.dark): red variable.parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbrunner committed Sep 1, 2024
1 parent 4198ccf commit f7a6798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/black-atom/themes/default/syntax_dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return function(primaries, palette)
default = primaries[8],
builtin = primaries[9],
member = primaries[6],
parameter = primaries[8],
parameter = palette.red,
},
property = {
default = primaries[6],
Expand Down

0 comments on commit f7a6798

Please sign in to comment.