• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1##############################################################################
2# Copyright 2020,2021 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.5 2021/06/17 21:20:30 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.
38scale:255
390:	  0   0   0		black
401:	205   0	  0		red3
412:	  0 205	  0		green3
423:	205 205	  0		yellow3
434:	  0   0 238		blue2
445:	205   0 205		magenta3
456:	  0 205 205		cyan3
467:	229 229 229 		gray90
478:	127 127 127 		gray50
489:	255   0   0		red
4910:	  0 255   0		green
5011:	255 255   0		yellow
5112:	 92  92 255		customblue
5213:	255   0 255		magenta
5314:	  0 255 255		cyan
5415:	255 255 255		white
55