Assembled 2
A column based text editor
Loading...
Searching...
No Matches
themes.h
Go to the documentation of this file.
1
32#ifndef AS_THEMES_H
33#define AS_THEMES_H
34
35#include <editor/config.h>
36
37#include <global.h>
38#include <includes.h>
39
41#define AS_MAX_CUSTOM_COLORS 32
42
44#define AS_CUSTOM_COLOR_START 16
46#define AS_COLOR_HIGHLIGHT AS_CUSTOM_COLOR_START
47
49#define AS_RED_MASK 16
51#define AS_GREEN_MASK 8
53#define AS_BLUE_MASK 0
54
61
71struct AS_CfgTok *configure_theme(struct AS_CfgTok *token);
72
73#endif
Definition config.h:148
void register_custom_colors()
Definition themes.c:123
struct AS_CfgTok * configure_theme(struct AS_CfgTok *token)
Definition themes.c:143