Skip to content

Commit

Permalink
Merge pull request #28 from shoota/add_theme
Browse files Browse the repository at this point in the history
feat: add theme file
  • Loading branch information
shoota authored May 8, 2024
2 parents 2d43bb7 + f6392e2 commit cb5c95f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/theme/color.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export const colors = {
base: "#333333", // base color
main: "#35434C", // main color
default: "#999999", // accent color
light: "#D6D6D6", // light of main
dark: "#04252B",
tone: "#CFD8DE", // light of default
}

0 comments on commit cb5c95f

Please sign in to comment.