-
Notifications
You must be signed in to change notification settings - Fork 0
/
ColorsDataEntry1.h
37 lines (36 loc) · 1.06 KB
/
ColorsDataEntry1.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sb += _T("; parent schema\r\n");
sb += _T("; SchemaName=Default\r\n");
sb += _T("[c_CPP]\r\n");
sb += _T("colorBK=0xFFFFFF\r\n");
sb += _T("colorFG=0xFF00FF\r\n");
sb += _T("\r\n");
sb += _T("[c_URL]\r\n");
sb += _T("colorFG=0x00FFFF\r\n");
sb += _T("italic=1\r\n");
sb += _T("\r\n");
sb += _T("[c_CPPCommentML]\r\n");
sb += _T("colorFG=0x008200\r\n");
sb += _T("\r\n");
sb += _T("[c_CPPCommentSL]\r\n");
sb += _T("colorFG=0x0082FF\r\n");
sb += _T("\r\n");
sb += _T("[c_Token1]\r\n");
sb += _T("colorFG=0xFF11AA\r\n");
sb += _T("\r\n");
//----------------------------------------
sb += _T("SchemaName=Alternative\r\n");
sb += _T("[Main]\r\n");
sb += _T("ParentSchema=Default\r\n");
sb += _T("\r\n");
sb += _T("[c_URL]\r\n");
sb += _T("colorBK=0xCCFF00\r\n");
sb += _T("colorFG=0xAA1100\r\n");
sb += _T("Bold =1\r\n");
sb += _T("\r\n");
sb += _T("[c_CPPCommentSL]\r\n");
sb += _T("colorFG=0xCCFF00\r\n");
sb += _T("colorBK=0xAA1100\r\n");
sb += _T("Italic=1 \r\n");
sb += _T("\r\n");
//----------------------------------------
sColorTheme = sb;