An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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'
}));
```