-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing
1 changed file
with
4 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
# Default Light UI Theme for Inkdrop | ||
|
||
Inkdrop's UI elements are styled based on [Semantic UI](http://semantic-ui.com/). | ||
It's mostly common in customizing the theme with it, so [their documentation](http://learnsemantic.com/) is very helpful to get started. | ||
> [!NOTE] | ||
> Do not fork this repository to create your own theme. Please read the documentation linked below. | ||
Read [the documentation](https://developers.inkdrop.app/guides/create-a-theme) for detailed instructions. | ||
|
||
## How to build | ||
The default light UI theme for Inkdrop. | ||
|
||
``` | ||
npm install | ||
npm build | ||
``` | ||
|
||
## Which files to edit | ||
Read [the documentation](https://developers.inkdrop.app/guides/create-a-theme) for detailed instructions. | ||
|
||
- `src/site/globals/site.variables` | ||
- Variables for Inkdrop-specific components | ||
- `src/site/globals/site.overrides` | ||
- Declarations of CSS variables | ||
- `src/themes/default/globals/site.variables` | ||
- Common variables |