]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/xterm-16color.dat
ncurses 6.0 - patch 20170408
[ncurses.git] / test / xterm-16color.dat
1 ##############################################################################
2 # Copyright (c) 2004-2006,2016 Free Software Foundation, Inc.                #
3 #                                                                            #
4 # Permission is hereby granted, free of charge, to any person obtaining a    #
5 # copy of this software and associated documentation files (the "Software"), #
6 # to deal in the Software without restriction, including without limitation  #
7 # the rights to use, copy, modify, merge, publish, distribute, distribute    #
8 # with modifications, sublicense, and/or sell copies of the Software, and to #
9 # permit persons to whom the Software is furnished to do so, subject to the  #
10 # following conditions:                                                      #
11 #                                                                            #
12 # The above copyright notice and this permission notice shall be included in #
13 # all copies or substantial portions of the Software.                        #
14 #                                                                            #
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
17 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
18 # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
21 # DEALINGS IN THE SOFTWARE.                                                  #
22 #                                                                            #
23 # Except as contained in this notice, the name(s) of the above copyright     #
24 # holders shall not be used in advertising or otherwise to promote the sale, #
25 # use or other dealings in this Software without prior written               #
26 # authorization.                                                             #
27 ##############################################################################
28 # $Id: xterm-16color.dat,v 1.3 2016/12/10 22:34:58 tom Exp $
29 # This illustrates the predefined colors for XFree86 xterm's "xterm-16color". 
30 # If you set $TERM to "xterm-88color" (and have xterm compiled to support the
31 # 88-color or 256-color feature), you can use the ncurses 'd' screen to
32 # manipulate the colors shown in the screen.  The 'd' screen is limited to
33 # the first 16 colors, and xterm happens to use the same first 16 colors in
34 # the extended color models that support initc.
35 #
36 # The colors shown are for xterm patch #192.
37 scale:255
38 0:        0   0   0             black
39 1:      205   0   0             red3
40 2:        0 205   0             green3
41 3:      205 205   0             yellow3
42 4:        0   0 238             blue2
43 5:      205   0 205             magenta3
44 6:        0 205 205             cyan3
45 7:      229 229 229             gray90
46 8:      127 127 127             gray50
47 9:      255   0   0             red
48 10:       0 255   0             green
49 11:     255 255   0             yellow
50 12:      92  92 255             customblue
51 13:     255   0 255             magenta
52 14:       0 255 255             cyan
53 15:     255 255 255             white