Configuration file for alacritty in MacOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
6.6 KiB

  1. # Alacritty configuration File for Macos
  2. # Gerardo Marx
  3. # 6th June 2022
  4. env:
  5. TERM: alacritty
  6. window:
  7. decorations: buttonless
  8. opacity: 0.9
  9. font:
  10. normal:
  11. family: Source Code Pro
  12. style: Regular
  13. size: 22
  14. colors:
  15. # Default colors
  16. primary:
  17. background: '#282a36'
  18. foreground: '#f8f8f2'
  19. # Normal colors
  20. normal:
  21. black: '#000000'
  22. red: '#ff5555'
  23. green: '#50fa7b'
  24. yellow: '#f1fa8c'
  25. blue: '#caa9fa'
  26. magenta: '#ff79c6'
  27. cyan: '#8be9fd'
  28. white: '#bfbfbf'
  29. # Bright colors
  30. bright:
  31. black: '#575b70'
  32. red: '#ff6e67'
  33. green: '#5af78e'
  34. yellow: '#f4f99d'
  35. blue: '#caa9fa'
  36. magenta: '#ff92d0'
  37. cyan: '#9aedfe'
  38. white: '#e6e6e6'
  39. theme: Dracula
  40. key_bindings:
  41. - { key: A, mods: Alt, chars: "\x1ba" }
  42. - { key: B, mods: Alt, chars: "\x1bb" }
  43. - { key: C, mods: Alt, chars: "\x1bc" }
  44. - { key: D, mods: Alt, chars: "\x1bd" }
  45. - { key: E, mods: Alt, chars: "\x1be" }
  46. - { key: F, mods: Alt, chars: "\x1bf" }
  47. - { key: G, mods: Alt, chars: "\x1bg" }
  48. - { key: H, mods: Alt, chars: "\x1bh" }
  49. - { key: I, mods: Alt, chars: "\x1bi" }
  50. - { key: J, mods: Alt, chars: "\x1bj" }
  51. - { key: K, mods: Alt, chars: "\x1bk" }
  52. - { key: L, mods: Alt, chars: "\x1bl" }
  53. - { key: M, mods: Alt, chars: "\x1bm" }
  54. - { key: N, mods: Alt, chars: "\x1bn" }
  55. - { key: O, mods: Alt, chars: "\x1bo" }
  56. - { key: P, mods: Alt, chars: "\x1bp" }
  57. - { key: Q, mods: Alt, chars: "\x1bq" }
  58. - { key: R, mods: Alt, chars: "\x1br" }
  59. - { key: S, mods: Alt, chars: "\x1bs" }
  60. - { key: T, mods: Alt, chars: "\x1bt" }
  61. - { key: U, mods: Alt, chars: "\x1bu" }
  62. - { key: V, mods: Alt, chars: "\x1bv" }
  63. - { key: W, mods: Alt, chars: "\x1bw" }
  64. - { key: X, mods: Alt, chars: "\x1bx" }
  65. - { key: Y, mods: Alt, chars: "\x1by" }
  66. - { key: Z, mods: Alt, chars: "\x1bz" }
  67. - { key: A, mods: Alt|Shift, chars: "\x1bA" }
  68. - { key: B, mods: Alt|Shift, chars: "\x1bB" }
  69. - { key: C, mods: Alt|Shift, chars: "\x1bC" }
  70. - { key: D, mods: Alt|Shift, chars: "\x1bD" }
  71. - { key: E, mods: Alt|Shift, chars: "\x1bE" }
  72. - { key: F, mods: Alt|Shift, chars: "\x1bF" }
  73. - { key: G, mods: Alt|Shift, chars: "\x1bG" }
  74. - { key: H, mods: Alt|Shift, chars: "\x1bH" }
  75. - { key: I, mods: Alt|Shift, chars: "\x1bI" }
  76. - { key: J, mods: Alt|Shift, chars: "\x1bJ" }
  77. - { key: K, mods: Alt|Shift, chars: "\x1bK" }
  78. - { key: L, mods: Alt|Shift, chars: "\x1bL" }
  79. - { key: M, mods: Alt|Shift, chars: "\x1bM" }
  80. - { key: N, mods: Alt|Shift, chars: "\x1bN" }
  81. - { key: O, mods: Alt|Shift, chars: "\x1bO" }
  82. - { key: P, mods: Alt|Shift, chars: "\x1bP" }
  83. - { key: Q, mods: Alt|Shift, chars: "\x1bQ" }
  84. - { key: R, mods: Alt|Shift, chars: "\x1bR" }
  85. - { key: S, mods: Alt|Shift, chars: "\x1bS" }
  86. - { key: T, mods: Alt|Shift, chars: "\x1bT" }
  87. - { key: U, mods: Alt|Shift, chars: "\x1bU" }
  88. - { key: V, mods: Alt|Shift, chars: "\x1bV" }
  89. - { key: W, mods: Alt|Shift, chars: "\x1bW" }
  90. - { key: X, mods: Alt|Shift, chars: "\x1bX" }
  91. - { key: Y, mods: Alt|Shift, chars: "\x1bY" }
  92. - { key: Z, mods: Alt|Shift, chars: "\x1bZ" }
  93. - { key: Key1, mods: Alt, chars: "\x1b1" }
  94. - { key: Key2, mods: Alt, chars: "\x1b2" }
  95. - { key: Key3, mods: Alt, chars: "\x1b3" }
  96. - { key: Key4, mods: Alt, chars: "\x1b4" }
  97. - { key: Key5, mods: Alt, chars: "\x1b5" }
  98. - { key: Key6, mods: Alt, chars: "\x1b6" }
  99. - { key: Key7, mods: Alt, chars: "\x1b7" }
  100. - { key: Key8, mods: Alt, chars: "\x1b8" }
  101. - { key: Key9, mods: Alt, chars: "\x1b9" }
  102. - { key: Key0, mods: Alt, chars: "\x1b0" }
  103. - { key: Space, mods: Control, chars: "\x00" } # Ctrl + Space
  104. - { key: Grave, mods: Alt, chars: "\x1b`" } # Alt + `
  105. - { key: Grave, mods: Alt|Shift, chars: "\x1b~" } # Alt + ~
  106. - { key: Period, mods: Alt, chars: "\x1b." } # Alt + .
  107. - { key: Key8, mods: Alt|Shift, chars: "\x1b*" } # Alt + *
  108. - { key: Key3, mods: Alt|Shift, chars: "\x1b#" } # Alt + #
  109. - { key: Period, mods: Alt|Shift, chars: "\x1b>" } # Alt + >
  110. - { key: Comma, mods: Alt|Shift, chars: "\x1b<" } # Alt + <
  111. - { key: Minus, mods: Alt|Shift, chars: "\x1b_" } # Alt + _
  112. - { key: Key5, mods: Alt|Shift, chars: "\x1b%" } # Alt + %
  113. - { key: Key6, mods: Alt|Shift, chars: "\x1b^" } # Alt + ^
  114. - { key: Backslash, mods: Alt, chars: "\x1b\\" } # Alt + \
  115. - { key: Backslash, mods: Alt|Shift, chars: "\x1b|" } # Alt + |