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

https://github.com/robloach/nuklear_base16

Base16 Color Styles for Nuklear GUI.
https://github.com/robloach/nuklear_base16

Last synced: 4 months ago
JSON representation

Base16 Color Styles for Nuklear GUI.

Awesome Lists containing this project

README

          

# nuklear_base16

[Base16](https://github.com/tinted-theming/home) styles for [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear). Over 200 color styles to apply to your Nuklear GUI.

## Screenshot

![nuklear_base16_demo Screenshot](demo/common/nuklear_base16_demo.png)

## Usage

``` c
#define NK_BASE16_IMPLEMENTATION
#include "nuklear_base16.h"

nuklear_base16_set_scheme(ctx, base16_tomorrow_night);
```

## Dependencies

- C or C++
- [base16-h](https://github.com/robloach/base16-h) C Headers for Base16
- [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) GUI

## License

[MIT](LICENSE)