Skip to content

Commit

Permalink
add dracula to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Houguiram committed May 5, 2024
1 parent 54b50f1 commit 776bd1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const config = createTamagui({
...configBase.themes,
...omeguiThemeGenerator({
light: "nord",
dark: "retro",
dark: "dracula",
}),
},
});
Expand Down Expand Up @@ -75,11 +75,12 @@ As well as the following keys for stronger shades:

### Preset themes

The following preset themes are available (dark themes coming soon):
The following preset themes are available (more themes coming soon):

- `emerald`
- `retro`
- `nord`
- `dracula`
- `cyberpunk`
- `pastel`
- `autumn`
Expand Down Expand Up @@ -128,7 +129,6 @@ type InputTheme = {

## Upcoming

- Support for dark themes
- Wrapper for Tamagui components to add color variants (e.g. primary, secondary, etc.)
- Support for theming border radius, shadows, animations and other properties (aiming for parity with daisyUI themes)
- A visual theme editor to preview Tamagui components with your theme
Expand Down

0 comments on commit 776bd1b

Please sign in to comment.