24 lines
694 B
Text
24 lines
694 B
Text
|
|
#define Ansi_0_Color #000000
|
||
|
|
#define Ansi_1_Color #f2777a
|
||
|
|
#define Ansi_10_Color #99cc99
|
||
|
|
#define Ansi_11_Color #ffcc66
|
||
|
|
#define Ansi_12_Color #6699cc
|
||
|
|
#define Ansi_13_Color #cc99cc
|
||
|
|
#define Ansi_14_Color #66cccc
|
||
|
|
#define Ansi_15_Color #ffffff
|
||
|
|
#define Ansi_2_Color #99cc99
|
||
|
|
#define Ansi_3_Color #ffcc66
|
||
|
|
#define Ansi_4_Color #6699cc
|
||
|
|
#define Ansi_5_Color #cc99cc
|
||
|
|
#define Ansi_6_Color #66cccc
|
||
|
|
#define Ansi_7_Color #ffffff
|
||
|
|
#define Ansi_8_Color #000000
|
||
|
|
#define Ansi_9_Color #f2777a
|
||
|
|
#define Background_Color #2d2d2d
|
||
|
|
#define Bold_Color #cccccc
|
||
|
|
#define Cursor_Color #cccccc
|
||
|
|
#define Cursor_Text_Color #2d2d2d
|
||
|
|
#define Foreground_Color #cccccc
|
||
|
|
#define Selected_Text_Color #cccccc
|
||
|
|
#define Selection_Color #515151
|