87 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
font:
 | 
						|
  normal:
 | 
						|
    family: LiterationMono Nerd Font Mono
 | 
						|
    style: Regular
 | 
						|
 | 
						|
  bold:
 | 
						|
    family: LiterationMono Nerd Font Mono
 | 
						|
    style: Bold
 | 
						|
 | 
						|
  italic:
 | 
						|
    family: LiterationMono Nerd Font Mono
 | 
						|
    style: Italic
 | 
						|
 | 
						|
  bold_italic:
 | 
						|
    family: LiterationMono Nerd Font Mono
 | 
						|
    style: Bold Italic
 | 
						|
 | 
						|
 | 
						|
  size: 8
 | 
						|
 | 
						|
# Base16 Default Dark - alacritty color config
 | 
						|
# Chris Kempson (http://chriskempson.com)
 | 
						|
colors:
 | 
						|
  # Default colors
 | 
						|
  primary:
 | 
						|
    background: '0x181818'
 | 
						|
    # foreground: '0xd8d8d8'
 | 
						|
    # background: '0x000000'
 | 
						|
    foreground: '0xffffff'
 | 
						|
 | 
						|
  # Colors the cursor will use if `custom_cursor_colors` is true
 | 
						|
  cursor:
 | 
						|
    text: '0x181818'
 | 
						|
    cursor: '0xd8d8d8'
 | 
						|
 | 
						|
  # Normal colors
 | 
						|
  normal:
 | 
						|
    black:   '0x181818'
 | 
						|
    red:     '0xab4642'
 | 
						|
    green:   '0xa1b56c'
 | 
						|
    yellow:  '0xf7ca88'
 | 
						|
    blue:    '0x7cafc2'
 | 
						|
    magenta: '0xba8baf'
 | 
						|
    cyan:    '0x86c1b9'
 | 
						|
    white:   '0xd8d8d8'
 | 
						|
 | 
						|
  bright:
 | 
						|
    black:   '0x181818'
 | 
						|
    red:     '0xab4642'
 | 
						|
    green:   '0xa1b56c'
 | 
						|
    yellow:  '0xf7ca88'
 | 
						|
    blue:    '0x7cafc2'
 | 
						|
    magenta: '0xba8baf'
 | 
						|
    cyan:    '0x86c1b9'
 | 
						|
    white:   '0xd8d8d8'
 | 
						|
 | 
						|
  # Bright colors
 | 
						|
  # bright:
 | 
						|
  #   black:   '0x585858'
 | 
						|
  #   red:     '0xdc9656'
 | 
						|
  #   green:   '0x282828'
 | 
						|
  #   yellow:  '0x383838'
 | 
						|
  #   blue:    '0xb8b8b8'
 | 
						|
  #   magenta: '0xe8e8e8'
 | 
						|
  #   cyan:    '0xa16946'
 | 
						|
  #   white:   '0xf8f8f8'
 | 
						|
 | 
						|
  indexed_colors:
 | 
						|
    - { index: 16, color: '0xdc9656' }
 | 
						|
    - { index: 17, color: '0xa16946' }
 | 
						|
    - { index: 18, color: '0x282828' }
 | 
						|
    - { index: 19, color: '0x383838' }
 | 
						|
    - { index: 20, color: '0xb8b8b8' }
 | 
						|
    - { index: 21, color: '0xe8e8e8' }
 | 
						|
 | 
						|
draw_bold_text_with_bright_colors: false
 | 
						|
 | 
						|
window:
 | 
						|
  opacity: 0.9
 | 
						|
 | 
						|
key_bindings:
 | 
						|
  - { key: Return,   mods: Control|Shift, action: SpawnNewInstance }
 | 
						|
 | 
						|
env:
 | 
						|
  TERM: xterm-256color
 | 
						|
 |