mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-19 11:18:35 +00:00
git-svn-id: svn://qnap.local/TwoTerm/trunk@2307 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -167,7 +167,7 @@ enum {
|
||||
break;
|
||||
|
||||
case kAmberBlack:
|
||||
[_foregroundColorControl setColor: [NSColor orangeColor]];
|
||||
[_foregroundColorControl setColor: [NSColor colorWithDeviceRed: 1.0 green: 0.5 blue: 0.0 alpha: 1.0]];
|
||||
[_backgroundColorControl setColor: [NSColor blackColor]];
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user