Skip to content

Commit

Permalink
feat: Add change theme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Feb 13, 2024
1 parent ec13ac8 commit 0203880
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/CHANGE_THEME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

# change colors

* clone didroom-components
* chang the name of the lib in packages.json
* change colors inside the src/global/global.css

# change typography

* install your font choice from @fontsource inside the global from the cdn
* change it also in tailwind.config.ts


# publish the packages

insert into the settings for your repository

* NPM_TOKEN for publishing into the npm registry
* PAT (personal access token) to generate PRs from the please-release-github action (https://github.com/settings/personal-access-tokens/new)

# Change the logo

change the svg inside `src/components/logo/didroom-logo.tsx`


# Splash screen and icon

Follow the giud from iconic/capacitor

0 comments on commit 0203880

Please sign in to comment.