Skip to content

Commit

Permalink
feat: hyperbolic colors
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Jun 11, 2024
1 parent af1fc7b commit 6ad5350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getFluxNodeTypeColor(fluxNodeType: FluxNodeType) {
case FluxNodeType.TweakedGPT:
return "#f7d0a1";
case FluxNodeType.System:
return "#C5E2F6";
return "#EEEDFD";
}
}

Expand All @@ -35,6 +35,6 @@ export function getFluxNodeTypeDarkColor(fluxNodeType: FluxNodeType) {
case FluxNodeType.TweakedGPT:
return "#CB7937";
case FluxNodeType.System:
return "#5F8AF7";
return "#594BE8";
}
}

0 comments on commit 6ad5350

Please sign in to comment.