Advertisement
MrdodgerX

Alacritty Theme Gaara

Aug 24th, 2020
4,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Font configuration (changes require restart)
  2. font:
  3.   # The size to use.
  4.   size: 10
  5.   # The normal (roman) font face to use.
  6.   normal:
  7.     family: MesloLGS NF
  8.     # Style can be specified to pick a specific face.
  9.     style: Regular
  10.  
  11.   # The bold font face
  12.   bold:
  13.     family: MesloLGS NF
  14.     # Style can be specified to pick a specific face.
  15.     # style: Bold
  16.  
  17.   # The italic font face
  18.   italic:
  19.     family: MeslogLGS NF
  20.     # Style can be specified to pick a specific face.
  21.     # style: Italic
  22. colors:
  23.   # Default colors
  24.   primary:
  25.     background: '0x292C3E'
  26.     foreground: '0xEBEBEB'
  27.  
  28.   # Cursor colors
  29.   cursor:
  30.     text: '0xFF261E'
  31.     cursor: '0xFF261E'
  32.  
  33.   # Normal colors
  34.   normal:
  35.     black:   '0x0d0d0d'
  36.     red:     '0xFF301B'
  37.     green:   '0xA0E521'
  38.     yellow:  '0xFFC620'
  39.     blue:    '0x1BA6FA'
  40.     magenta: '0x8763B8'
  41.     cyan:    '0x21DEEF'
  42.     white:   '0xEBEBEB'
  43.  
  44.   # Bright colors
  45.   bright:
  46.     black:   '0x6D7070'
  47.     red:     '0xFF4352'
  48.     green:   '0xB8E466'
  49.     yellow:  '0xFFD750'
  50.     blue:    '0x1BA6FA'
  51.     magenta: '0xA578EA'
  52.     cyan:    '0x73FBF1'
  53.     white:   '0xFEFEF8'
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement