Source-highlight Library
Main Page
Namespaces
Classes
Files
File List
colors.h
1
#ifndef COLORS_H
2
#define COLORS_H
3
4
namespace
srchilite
{
5
6
#define GREEN "green"
7
#define RED "red"
8
#define DARKRED "darkred"
9
#define BLUE "blue"
10
#define BROWN "brown"
11
#define PINK "pink"
12
#define YELLOW "yellow"
13
#define CYAN "cyan"
14
#define PURPLE "purple"
15
#define ORANGE "orange"
16
#define BRIGHTORANGE "brightorange"
17
#define DARKGREEN "darkgreen"
18
#define BRIGHTGREEN "brightgreen"
19
#define BLACK "black"
20
#define TEAL "teal"
21
#define GRAY "gray"
22
#define DARKBLUE "darkblue"
23
24
#define COMMENT_C BROWN
25
#define KEYWORD_C BLUE
26
#define STRING_C RED
27
#define BASETYPE_C GREEN
28
#define NUMBER_C PINK
29
#define PREPROC_C DARKBLUE
30
#define SYMBOL_C BLACK
31
#define FUNCTION_C BLACK
32
#define CBRACKET_C BLACK
33
34
}
35
36
#endif
srchilite
C++ class: doctemplate.h.
Definition:
bufferedoutput.cpp:13
lib
srchilite
colors.h
Generated on Mon Mar 30 2015 20:44:15 for Source-highlight Library by
1.8.8