Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkdropapp/base-ui-theme
Base styles of the UI theme
https://github.com/inkdropapp/base-ui-theme
Last synced: 20 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:16:20.000Z (about 2 months ago)
- Last Synced: 2024-12-06T07:47:52.755Z (21 days ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- 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.