https://github.com/gtap-dev/nighthawk
A custom theme for Fractal.
https://github.com/gtap-dev/nighthawk
fractal
Last synced: about 1 month ago
JSON representation
A custom theme for Fractal.
- Host: GitHub
- URL: https://github.com/gtap-dev/nighthawk
- Owner: gtap-dev
- License: mit
- Fork: true (frctl/mandelbrot)
- Created: 2017-02-11T11:48:00.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T10:02:40.000Z (over 2 years ago)
- Last Synced: 2024-08-09T09:31:03.486Z (10 months ago)
- Topics: fractal
- Language: SCSS
- Homepage:
- Size: 15.8 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fractal - Nighthawk - A custom web UI theme for Fractal, based on Mandelbrot (Uncategorized / Uncategorized)
README
# Nighthawk
A custom web UI theme for Fractal, based on Mandelbrot.
See the Fractal [documentation](http://fractal.build/guide) for details on configuration and usage.
## Custom settings
```
fractal.web.theme(nighthawkTheme({
// specify locale for build date in the sidebar
lang: 'et',
// specify custom brand color to personalize theme
brandColor: '#ff0000'
}));
```