58 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
!
 | 
						|
!   ██████  ██████  ██   ██ ██████  █████   █████  ██████  █████  ██████
 | 
						|
!  ██░░░░  ██░░░░██░██  ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██
 | 
						|
! ░░█████ ░██   ░██░██  ░██ ░██ ░░░██  ░░ ░███████ ░██ ░░░███████ ░██ ░░
 | 
						|
!  ░░░░░██░██   ░██░██  ░██ ░██   ░██   ██░██░░░░  ░██   ░██░░░░  ░██   
 | 
						|
!  ██████ ░░██████ ░░██████░███   ░░█████ ░░██████░███   ░░██████░███   
 | 
						|
! ░░░░░░   ░░░░░░   ░░░░░░ ░░░     ░░░░░   ░░░░░░ ░░░     ░░░░░░ ░░░   
 | 
						|
!  r  e  a  d     c  o  d  e     l  i  k  e     a     w  i  z  a  r  d 
 | 
						|
!
 | 
						|
! sourcerer by xero harrison (http://sourcerer.xero.nu)
 | 
						|
!  ├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org)
 | 
						|
!  └─ based on mustang by Henrique C. Alves (hcarvalhoalves@gmail.com)
 | 
						|
 | 
						|
! █▓▒░ scorcerer colors
 | 
						|
*.foreground:   #c2c2b0
 | 
						|
*.background:   #222222
 | 
						|
*.cursorColor:  #c2c2b0
 | 
						|
! black
 | 
						|
*.color0:       #111111
 | 
						|
*.color8:       #181818
 | 
						|
! red
 | 
						|
*.color1:       #aa4450
 | 
						|
*.color9:       #ff6a6a
 | 
						|
! green
 | 
						|
*.color2:       #719611
 | 
						|
*.color10:      #b1d631
 | 
						|
! yellow
 | 
						|
*.color3:       #ff9800
 | 
						|
*.color11:      #87875f
 | 
						|
! blue
 | 
						|
*.color4:       #6688aa
 | 
						|
*.color12:      #90b0d1
 | 
						|
! magenta
 | 
						|
*.color5:       #8f6f8f
 | 
						|
*.color13:      #8181a6
 | 
						|
! cyan
 | 
						|
*.color6:       #528b8b
 | 
						|
*.color14:      #87ceeb
 | 
						|
! white
 | 
						|
*.color7:       #d3d3d3
 | 
						|
*.color15:      #c1cdc1
 | 
						|
! stylized
 | 
						|
*.colorIT:      #719611
 | 
						|
*.colorBD:      #d3d3d3
 | 
						|
*.colorUL:      #528b8b
 | 
						|
 | 
						|
! Can use backup fonts -> 1,2,3 etc..
 | 
						|
! Top font takes priority over following fonts
 | 
						|
URxvt.font: xft:Source Code Pro:size=10,xft:Inconsolata Nerd Font Mono:size=15
 | 
						|
!URxvt.letterSpace: -1 
 | 
						|
 | 
						|
URxvt.depth:                      32
 | 
						|
URxvt*scrollBar:                  false
 | 
						|
URxvt*mouseWheelScrollPage:       true
 | 
						|
URxvt*cursorBlink:                true
 | 
						|
*URxvt.perl-ext-common:           extosc-xterm-clipboard
 | 
						|
 |