
Hi,
if I define a foreground color in lexer for a custom language, how can I take care of different themes? I didn't found a way to specify a system color on lexer instead only a fixed color is allowed. Would I need to create two language lexer files for each theme (white/dark) or can I create one language file and modify the color within the source code of the app?