📄 colors.hpp
字号:
// $common\colors.hpp 1.5 milbo$// Warning: this is raw research code -- expect it to be quite messy.// $common\colors.hpp 1.0$#if !defined(colors_hpp)#define colors_hpp#define C_BLACK 0x000000 // colors#define C_WHITE 0xffffff#define C_RED 0xff0000#define C_DRED 0x7f0000 // dark red#define C_CYAN 0x00ffff#define C_GREEN 0x00ff00#define C_BLUE 0x0000ff#define C_DBLUE 0x00007f // dark blue#define C_YELLOW 0xffff00#define C_GRAY 0x888888#define C_SLATEBLUE 0x6D98A6#endif // colors_hpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -