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.
- Host: GitHub
- URL: https://github.com/robloach/nuklear_base16
- Owner: RobLoach
- License: mit
- Created: 2024-07-28T01:24:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T21:45:49.000Z (over 1 year ago)
- Last Synced: 2025-10-19T01:00:29.545Z (8 months ago)
- Language: C
- Homepage: https://robloach.github.io/nuklear_base16/
- Size: 636 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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)