Better Code Hub config

This commit is contained in:
Markus Gans 2017-10-31 17:27:38 +01:00
parent 3a36ca3dbd
commit d821631d87
2 changed files with 9 additions and 2 deletions

7
.bettercodehub.yml Normal file
View File

@ -0,0 +1,7 @@
exclude:
- /ltmain.sh
component_depth: 1
languages:
- cpp
- script

View File

@ -4059,9 +4059,9 @@ void FTerm::init()
setPalette (fc::LightGray, 0xbc, 0xbc, 0xbc); setPalette (fc::LightGray, 0xbc, 0xbc, 0xbc);
setPalette (fc::DarkGray, 0x50, 0x50, 0x50); setPalette (fc::DarkGray, 0x50, 0x50, 0x50);
setPalette (fc::LightBlue, 0x80, 0xa4, 0xec); 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::LightCyan, 0x62, 0xbf, 0xf8);
setPalette (fc::LightRed, 0xee, 0x44, 0x1a); setPalette (fc::LightRed, 0xed, 0x57, 0x31);
setPalette (fc::LightMagenta, 0xe9, 0xad, 0xff); setPalette (fc::LightMagenta, 0xe9, 0xad, 0xff);
setPalette (fc::Yellow, 0xfb, 0xe8, 0x67); setPalette (fc::Yellow, 0xfb, 0xe8, 0x67);
setPalette (fc::White, 0xff, 0xff, 0xff); setPalette (fc::White, 0xff, 0xff, 0xff);