unnat

Untitled

Apr 13th, 2021 (edited)
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. font:
  2.   normal:
  3.     family: "Monaco"
  4.     style: Regular
  5.  
  6.   bold:
  7.     family: "Monaco"
  8.     style: Bold
  9.  
  10.   italic:
  11.     family: "Monaco"
  12.     style: Italic
  13.  
  14.   bold_italic:
  15.     family: "Monaco"
  16.     style: Bold Italic
  17.  
  18.   size: 13
  19.   offset:
  20.     x: 0
  21.     y: 1
  22.  
  23. window:
  24.   dimensions:
  25.     columns: 79
  26.     lines: 26
  27.   padding:
  28.     x: 6
  29.     y: 6
  30.  
  31.   title: Terminal - Alacritty
  32.  
  33. colors:
  34.   primary:
  35.     background: "0x282a36"
  36.     foreground: "0xf8f8f2"
  37.   cursor:
  38.     text: CellBackground
  39.     cursor: CellForeground
  40.   vi_mode_cursor:
  41.     text: CellBackground
  42.     cursor: CellForeground
  43.   search:
  44.     matches:
  45.       foreground: "0x44475a"
  46.       background: "0x50fa7b"
  47.     focused_match:
  48.       foreground: "0x44475a"
  49.       background: "0xffb86c"
  50.     bar:
  51.       background: "0x282a36"
  52.       foreground: "0xf8f8f2"
  53.   line_indicator:
  54.     foreground: None
  55.     background: None
  56.   selection:
  57.     text: CellForeground
  58.     background: "0x44475a"
  59.   normal:
  60.     black: "0x000000"
  61.     red: "0xff5555"
  62.     green: "0x50fa7b"
  63.     yellow: "0xf1fa8c"
  64.     blue: "0xbd93f9"
  65.     magenta: "0xff79c6"
  66.     cyan: "0x8be9fd"
  67.     white: "0xbfbfbf"
  68.   bright:
  69.     black: "0x4d4d4d"
  70.     red: "0xff6e67"
  71.     green: "0x5af78e"
  72.     yellow: "0xf4f99d"
  73.     blue: "0xcaa9fa"
  74.     magenta: "0xff92d0"
  75.     cyan: "0x9aedfe"
  76.     white: "0xe6e6e6"
  77.   dim:
  78.     black: "0x14151b"
  79.     red: "0xff2222"
  80.     green: "0x1ef956"
  81.     yellow: "0xebf85b"
  82.     blue: "0x4d5b86"
  83.     magenta: "0xff46b0"
  84.     cyan: "0x59dffc"
  85.     white: "0xe6e6d1"
Add Comment
Please, Sign In to add comment