new default colour scheme
c01f36a1
1 file(s) · +4 −4
| 45 | 45 | static size_t cursor = 0; |
|
| 46 | 46 | static const char *font = NULL; |
|
| 47 | 47 | static const char *prompt = NULL; |
|
| 48 | - | static const char *normbgcolor = "#cccccc"; |
|
| 49 | - | static const char *normfgcolor = "#000000"; |
|
| 50 | - | static const char *selbgcolor = "#0066ff"; |
|
| 51 | - | static const char *selfgcolor = "#ffffff"; |
|
| 48 | + | static const char *normbgcolor = "#222222"; |
|
| 49 | + | static const char *normfgcolor = "#bbbbbb"; |
|
| 50 | + | static const char *selbgcolor = "#005577"; |
|
| 51 | + | static const char *selfgcolor = "#eeeeee"; |
|
| 52 | 52 | static unsigned int lines = 0; |
|
| 53 | 53 | static unsigned long normcol[ColLast]; |
|
| 54 | 54 | static unsigned long selcol[ColLast]; |