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