home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / Defaults.plist < prev    next >
Encoding:
Text File  |  1996-09-09  |  2.0 KB  |  68 lines

  1. {
  2.   Defaults = {
  3.     ActivePalette = 1; 
  4.     AlignPosition = LeftBottom; 
  5.     AllowColors = YES; 
  6.     AllowEditableCategories = NO; 
  7.     AllowFormatters = YES; 
  8.     AllowImages = YES; 
  9.     AllowSounds = YES; 
  10.     AvailablePalettes = (
  11.       "[app:mainBundle]Menus.palette",
  12.       "[app:mainBundle]Views.palette",
  13.       "[app:mainBundle]Windows.palette",
  14.       "[app:mainBundle]DataViews.palette",
  15.       "[app:mainBundle]TabulationViews.palette"
  16.     ); 
  17.     DeleteBackup = NO; 
  18.     GridOn = NO; 
  19.     GridSize = 8.0; 
  20.     LaunchNewDocumentOnStartup = NO;
  21.     LockConnections = NO; 
  22.     PaletteSearchPath = (
  23.       "~/Library/Palettes", 
  24.       "~/Developer/Palettes", 
  25.       /LocalDeveloper/Palettes, 
  26.       /NextDeveloper/Palettes,
  27.       "[app:mainBundle]"
  28.     ); 
  29.     Palettes = (
  30.       "[app:mainBundle]Menus.palette",
  31.       "[app:mainBundle]Views.palette",
  32.       "[app:mainBundle]Windows.palette",
  33.       "[app:mainBundle]DataViews.palette",
  34.       "[app:mainBundle]TabulationViews.palette"
  35.     );
  36.     ShowGrid = NO;
  37.     ShowInspector = NO;
  38.     ShowPalette = YES;
  39.  
  40.     TabViewBackgroundColor = {R = 217; G = 188; B = 147; w = 0.667;};
  41.     TabViewHighlightColor = {R = 255; G = 255; B = 255; w = 1.000;};
  42.     TabViewInactiveColor = {R = 145; G = 126; B = 98; w = 0.500};
  43.  
  44.     TabAuxiliaryViewBackgroundColor = {R = 115; G = 115; B = 133; w = 0.667;};
  45.     TabAuxiliaryViewHighlightColor = {R = 191; G = 191; B = 191; w = 1.000;};
  46.     TabAuxiliaryViewInactiveColor = {R = 85; G = 85; B = 98; w = 0.500};
  47.   };
  48.  
  49.   NEXTSTEPDefaults = {
  50.     DockOffset = "-68";
  51.     EditMainMenuAfterLoading = YES;
  52.     IBInterfaceStyle = NextStep;
  53.     NewApplicationTemplate = NewApplication;
  54.   };
  55.  
  56.   WindowsDefaults = {
  57.     AllowSounds = NO;
  58.     AttachedWindowsHaveOffscreenParent = YES;
  59.     IBInterfaceStyle = Windows95;
  60.     DefaultPalettePanelWidth = 336;
  61.     NewApplicationTemplate = NewNTApplication;
  62.     NSMainNibFile = IBNT;
  63.     NSTerminateAfterLastWindowClosedDelay = 0;
  64.   };
  65.  
  66.   NSMachHelpFile = /NextLibrary/Bookshelves/DevTools.bshlf;
  67. }
  68.