From 0dca8bf47f83cbe07dbe899acf01d1b9c75c95c5 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 19 Feb 2017 12:08:10 +0100 Subject: nk: fix lexer color theme, support sratom pretty. --- encoder.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'encoder.h') diff --git a/encoder.h b/encoder.h index 9d376c6..8cb0739 100644 --- a/encoder.h +++ b/encoder.h @@ -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); -- cgit v1.2.1