Better Code Hub config
This commit is contained in:
parent
3a36ca3dbd
commit
d821631d87
|
@ -0,0 +1,7 @@
|
|||
exclude:
|
||||
- /ltmain.sh
|
||||
component_depth: 1
|
||||
languages:
|
||||
- cpp
|
||||
- script
|
||||
|
|
@ -4059,9 +4059,9 @@ void FTerm::init()
|
|||
setPalette (fc::LightGray, 0xbc, 0xbc, 0xbc);
|
||||
setPalette (fc::DarkGray, 0x50, 0x50, 0x50);
|
||||
setPalette (fc::LightBlue, 0x80, 0xa4, 0xec);
|
||||
setPalette (fc::LightGreen, 0x1e, 0xee, 0x1a);
|
||||
setPalette (fc::LightGreen, 0x5e, 0xeb, 0x5c);
|
||||
setPalette (fc::LightCyan, 0x62, 0xbf, 0xf8);
|
||||
setPalette (fc::LightRed, 0xee, 0x44, 0x1a);
|
||||
setPalette (fc::LightRed, 0xed, 0x57, 0x31);
|
||||
setPalette (fc::LightMagenta, 0xe9, 0xad, 0xff);
|
||||
setPalette (fc::Yellow, 0xfb, 0xe8, 0x67);
|
||||
setPalette (fc::White, 0xff, 0xff, 0xff);
|
||||
|
|
Loading…
Reference in New Issue