https://github.com/inkdropapp/base-ui-theme
Base styles of the UI theme
https://github.com/inkdropapp/base-ui-theme
Last synced: about 1 year ago
JSON representation
Base styles of the UI theme
- Host: GitHub
- URL: https://github.com/inkdropapp/base-ui-theme
- Owner: inkdropapp
- Created: 2024-09-30T04:38:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T06:03:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:45:17.640Z (about 1 year ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base styles of the UI theme for Inkdrop
This module provides the default styles and CSS variables for customizing Inkdrop's UI.
It is built on top of [Semantic UI](http://semantic-ui.com/).
Read [the documentation](https://developers.inkdrop.app/guides/create-a-theme) for detailed instructions.
## Requirements
- [Bun](https://bun.sh/)
## How to build
To build the module and generate CSS variable name list, run the following commands:
```
bun install
bun run build
bun run generate-variable-names
```
## Which files to edit
- [`src/site/globals/site.overrides`](src/site/globals/site.overrides)
- This file contains the CSS variables used throughout the theme.