Assembled
2
A column based text editor
Loading...
Searching...
No Matches
src
include
interface
theming
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
60
void
register_custom_colors
();
61
71
struct
AS_CfgTok
*
configure_theme
(
struct
AS_CfgTok
*token);
72
73
#endif
config.h
global.h
includes.h
AS_CfgTok
Definition
config.h:148
register_custom_colors
void register_custom_colors()
Definition
themes.c:123
configure_theme
struct AS_CfgTok * configure_theme(struct AS_CfgTok *token)
Definition
themes.c:143
Generated by
1.10.0