diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-02-19 12:08:10 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-02-19 12:08:10 +0100 |
commit | 0dca8bf47f83cbe07dbe899acf01d1b9c75c95c5 (patch) | |
tree | cc20499d1cc4fd729b8d99ce5b416a47e0131a99 /encoder.h | |
parent | 345db0ecf42ec9866a562572b8a9222e85a6c4ed (diff) | |
download | sherlock.lv2-0dca8bf47f83cbe07dbe899acf01d1b9c75c95c5.tar.xz |
nk: fix lexer color theme, support sratom pretty.
Diffstat (limited to 'encoder.h')
-rw-r--r-- | encoder.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,6 +20,16 @@ #include "nk_pugl/nk_pugl.h" +extern const struct nk_color white; +extern const struct nk_color gray; +extern const struct nk_color yellow; +extern const struct nk_color magenta; +extern const struct nk_color green; +extern const struct nk_color blue; +extern const struct nk_color orange; +extern const struct nk_color violet; +extern const struct nk_color red; + struct nk_token * ttl_lex(void *data, const char *utf8, int len); |