Skip to content

Commit

Permalink
chore(theme): reorder theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed Sep 12, 2024
1 parent 757df57 commit bdc7ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { getSettings } from "../store/settingsState";
export const colors = {
Red: { light: "#F53F3F", dark: "#F76965" },
Orange: { light: "#F77234", dark: "#F9925A" },
Gold: { light: "#F7BA1E", dark: "#F9CC44" },
Green: { light: "#00B42A", dark: "#27C346" },
Cyan: { light: "#14C9C9", dark: "#3FD4CF" },
Blue: { light: "#165DFF", dark: "#3C7EFF" },
Purple: { light: "#722ED1", dark: "#8E51DA" },
Gold: { light: "#F7BA1E", dark: "#F9CC44" },
Cyan: { light: "#14C9C9", dark: "#3FD4CF" },
Magenta: { light: "#F5319D", dark: "#F756A9" },
};

Expand Down

0 comments on commit bdc7ade

Please sign in to comment.