82 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#define AMBER	#FFBD00
 | 
						|
#define BLACK	#000000
 | 
						|
#define PINK	#FFDBDB
 | 
						|
#define WHITE	#FFFFFF
 | 
						|
 | 
						|
#define FOREGROUND PINK
 | 
						|
#define BACKGROUND BLACK
 | 
						|
 | 
						|
! unscii font
 | 
						|
*faceName:	unscii:antialias=false
 | 
						|
*faceSize:	12
 | 
						|
 | 
						|
*cursorColor:	FOREGROUND
 | 
						|
*Foreground:	FOREGROUND
 | 
						|
*Background:	BACKGROUND
 | 
						|
 | 
						|
! xterm specific stuff
 | 
						|
xterm*loginshell:	true
 | 
						|
xterm*locale:	        UTF-8
 | 
						|
xterm*titleModes:	16
 | 
						|
xterm*metaSendsEscape:	true
 | 
						|
xterm*utf8:	        1
 | 
						|
xterm*utf8Fonts:	1
 | 
						|
xterm*utf8Title:	true
 | 
						|
 | 
						|
! I used to use these but they make it really hard to see default Lynx.
 | 
						|
 | 
						|
! "quantified colors" but every nybble
 | 
						|
! is decremented ======================
 | 
						|
! black/dark-gray
 | 
						|
!*.color0:	#000000
 | 
						|
!*.color8:	#343434
 | 
						|
! red/orange
 | 
						|
!*.color1:	#DE9591
 | 
						|
!*.color9:	#D09E74
 | 
						|
! green/aquamarine
 | 
						|
!*.color2:	#70B880
 | 
						|
!*.color10:	#49BB9E
 | 
						|
! amber/yellow
 | 
						|
!*.color3:	#958350
 | 
						|
!*.color11:	#B7B763
 | 
						|
! blue/violet
 | 
						|
!*.color4:	#92A7DE
 | 
						|
!*.color12:	#BB9BDC
 | 
						|
! magenta/rose
 | 
						|
!*.color5:	#D592CB
 | 
						|
!*.color13:	#E190B1
 | 
						|
! cyan/azure
 | 
						|
!*.color6:	#40B9BC
 | 
						|
!*.color14:	#63B2D3
 | 
						|
! gray/white
 | 
						|
!*.color7:	#707070
 | 
						|
!*.color15:	#B0B0B0
 | 
						|
! =====================================
 | 
						|
 | 
						|
! "quantified colors" =================
 | 
						|
! black/dark-gray
 | 
						|
!*.color0:	#101010
 | 
						|
!*.color8:	#454545
 | 
						|
! red/orange
 | 
						|
!*.color1:	#EFA6A2
 | 
						|
!*.color9:	#E0AF85
 | 
						|
! green/aquamarine
 | 
						|
!*.color2:	#80C990
 | 
						|
!*.color10:	#5ACCAF
 | 
						|
! amber/yellow
 | 
						|
!*.color3:	#A69460
 | 
						|
!*.color11:	#C8C874
 | 
						|
! blue/violet
 | 
						|
!*.color4:	#A3B8EF
 | 
						|
!*.color12:	#CCACED
 | 
						|
! magenta/rose
 | 
						|
!*.color5:	#E6A3DC
 | 
						|
!*.color13:	#F2A1C2
 | 
						|
! cyan/azure
 | 
						|
!*.color6:	#50CACD
 | 
						|
!*.color14:	#74C3E4
 | 
						|
! gray/white
 | 
						|
!*.color7:	#808080
 | 
						|
!*.color15:	#C0C0C0
 | 
						|
! =====================================
 |