-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c457be5
commit 5a6d1a9
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<h1 align="center">Shadcn Theme Editor</h1> | ||
|
||
## Usage | ||
<p align="center"> | ||
<img align="center" src="https://raw.githubusercontent.com/programming-with-ia/shadcn-theme-editor/master/screenshots/usage-pic.png" alt="Shadcn Usage ScreenShot"> | ||
</p> | ||
|
||
### 1. Reset Button | ||
|
||
- Click to **Reset the Theme**. | ||
- Press `⌘ + Click` to delete all themes stored in Local Storage. | ||
|
||
### 2. Copy Button | ||
|
||
- Click to **Copy the Current Theme** to your clipboard. | ||
|
||
### 3. Color Picker Trigger | ||
|
||
- Opens the color picker for the selected theme color. | ||
|
||
### 4. Color Button & 5. Tooltip | ||
|
||
- **Color Name/Title**: Displays the name of the color. | ||
- **Double-Click**: Copy the current color value to the clipboard. | ||
- **Hover**: Display the current value of the color in a tooltip. | ||
|
||
### 6. Theme Changer | ||
|
||
- Switch between theme modes: **System**, **Dark**, or **Light** using [`next-themes`](https://github.com/pacocoursey/next-themes). |