home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / lib / mac / UserInterface / UStdBevels.r < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.1 KB  |  41 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. #include <types.r>
  20.  
  21. data 'pltt' (0, "Default Palette") {
  22.     $"0010 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
  23.     $"FFFF FFFF FFFF 0000 0000 0000 0000 0000"            /*       .......... */
  24.     $"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
  25.     $"EEEE EEEE EEEE 0000 0000 0000 0000 0000"            /* εεεεεε.......... */
  26.     $"DDDD DDDD DDDD 0000 0000 0000 0000 0000"            /* ▌▌▌▌▌▌.......... */
  27.     $"CCCC CCCC CCCC 0000 0000 0000 0000 0000"            /* ╠╠╠╠╠╠.......... */
  28.     $"BBBB BBBB BBBB 0000 0000 0000 0000 0000"            /* ╗╗╗╗╗╗.......... */
  29.     $"AAAA AAAA AAAA 0000 0000 0000 0000 0000"            /* ¬¬¬¬¬¬.......... */
  30.     $"9999 9999 9999 0000 0000 0000 0000 0000"            /* ÖÖÖÖÖÖ.......... */
  31.     $"8888 8888 8888 0000 0000 0000 0000 0000"            /* êêêêêê.......... */
  32.     $"7777 7777 7777 0000 0000 0000 0000 0000"            /* wwwwww.......... */
  33.     $"6666 6666 6666 0000 0000 0000 0000 0000"            /* ffffff.......... */
  34.     $"5555 5555 5555 0000 0000 0000 0000 0000"            /* UUUUUU.......... */
  35.     $"4444 4444 4444 0000 0000 0000 0000 0000"            /* DDDDDD.......... */
  36.     $"3333 3333 3333 0000 0000 0000 0000 0000"            /* 333333.......... */
  37.     $"2222 2222 2222 0000 0000 0000 0000 0000"            /* """""".......... */
  38.     $"1111 1111 1111 0000 0000 0000 0000 0000"            /* ................ */
  39. };
  40.  
  41.