Skip to content

Commit

Permalink
update palette usage tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Apr 18, 2023
1 parent c70bcb8 commit 5138957
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const roleDetails = {
"Deleted Git files",
"Terminal red, bright red",
],
tags: ["built-ins"],
tags: ["builtins"],
},
gold: {
description: "Lemon tea on a summer morning",
Expand All @@ -77,12 +77,12 @@ const roleDetails = {
"Modified Git files",
"Terminal cyan, bright cyan",
],
tags: ["booleans"],
tags: ["booleans", "functions"],
},
pine: {
description: "Fresh winter greenery",
scenarios: ["Renamed Git files", "Terminal green, bright green"],
tags: ["functions"],
tags: ["conditionals", "keywords"],
},
foam: {
description: "Saltwater tidepools",
Expand All @@ -91,7 +91,7 @@ const roleDetails = {
"Git additions",
"Terminal blue, bright blue",
],
tags: ["keys", "tags"],
tags: ["keys", "tags", "types"],
},
iris: {
description: "Smells of groundedness",
Expand All @@ -101,7 +101,7 @@ const roleDetails = {
"Merged and staged Git modifications",
"Terminal magenta, bright magenta",
],
tags: ["parameters"],
tags: ["methods", "parameters"],
},
highlightLow: {
description: "Low contrast highlight",
Expand Down

0 comments on commit 5138957

Please sign in to comment.