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.

134 lines
4.7 KiB

  1. font:
  2. normal:
  3. family: Iosevka Nerd Font Mono
  4. style: Regular
  5. bold:
  6. family: Iosevka Nerd Font Mono
  7. style: Bold
  8. italic:
  9. family: Iosevka Nerd Font Mono
  10. style: Italic
  11. size: 14
  12. use_thin_strokes: true
  13. selection:
  14. save_to_clipboard: true
  15. key_bindings:
  16. - { key: V, mods: Control|Shift, action: Paste }
  17. # Support for Meta(Alt/Option)+key {{
  18. # from: https://github.com/alacritty/alacritty/issues/62
  19. - { key: A, mods: Alt, chars: "\x1ba" }
  20. - { key: B, mods: Alt, chars: "\x1bb" }
  21. - { key: C, mods: Alt, chars: "\x1bc" }
  22. - { key: D, mods: Alt, chars: "\x1bd" }
  23. - { key: E, mods: Alt, chars: "\x1be" }
  24. - { key: F, mods: Alt, chars: "\x1bf" }
  25. - { key: G, mods: Alt, chars: "\x1bg" }
  26. - { key: H, mods: Alt, chars: "\x1bh" }
  27. - { key: I, mods: Alt, chars: "\x1bi" }
  28. - { key: J, mods: Alt, chars: "\x1bj" }
  29. - { key: K, mods: Alt, chars: "\x1bk" }
  30. - { key: L, mods: Alt, chars: "\x1bl" }
  31. - { key: M, mods: Alt, chars: "\x1bm" }
  32. - { key: N, mods: Alt, chars: "\x1bn" }
  33. - { key: O, mods: Alt, chars: "\x1bo" }
  34. - { key: P, mods: Alt, chars: "\x1bp" }
  35. - { key: Q, mods: Alt, chars: "\x1bq" }
  36. - { key: R, mods: Alt, chars: "\x1br" }
  37. - { key: S, mods: Alt, chars: "\x1bs" }
  38. - { key: T, mods: Alt, chars: "\x1bt" }
  39. - { key: U, mods: Alt, chars: "\x1bu" }
  40. - { key: V, mods: Alt, chars: "\x1bv" }
  41. - { key: W, mods: Alt, chars: "\x1bw" }
  42. - { key: X, mods: Alt, chars: "\x1bx" }
  43. - { key: Y, mods: Alt, chars: "\x1by" }
  44. - { key: Z, mods: Alt, chars: "\x1bz" }
  45. - { key: A, mods: Alt|Shift, chars: "\x1bA" }
  46. - { key: B, mods: Alt|Shift, chars: "\x1bB" }
  47. - { key: C, mods: Alt|Shift, chars: "\x1bC" }
  48. - { key: D, mods: Alt|Shift, chars: "\x1bD" }
  49. - { key: E, mods: Alt|Shift, chars: "\x1bE" }
  50. - { key: F, mods: Alt|Shift, chars: "\x1bF" }
  51. - { key: G, mods: Alt|Shift, chars: "\x1bG" }
  52. - { key: H, mods: Alt|Shift, chars: "\x1bH" }
  53. - { key: I, mods: Alt|Shift, chars: "\x1bI" }
  54. - { key: J, mods: Alt|Shift, chars: "\x1bJ" }
  55. - { key: K, mods: Alt|Shift, chars: "\x1bK" }
  56. - { key: L, mods: Alt|Shift, chars: "\x1bL" }
  57. - { key: M, mods: Alt|Shift, chars: "\x1bM" }
  58. - { key: N, mods: Alt|Shift, chars: "\x1bN" }
  59. - { key: O, mods: Alt|Shift, chars: "\x1bO" }
  60. - { key: P, mods: Alt|Shift, chars: "\x1bP" }
  61. - { key: Q, mods: Alt|Shift, chars: "\x1bQ" }
  62. - { key: R, mods: Alt|Shift, chars: "\x1bR" }
  63. - { key: S, mods: Alt|Shift, chars: "\x1bS" }
  64. - { key: T, mods: Alt|Shift, chars: "\x1bT" }
  65. - { key: U, mods: Alt|Shift, chars: "\x1bU" }
  66. - { key: V, mods: Alt|Shift, chars: "\x1bV" }
  67. - { key: W, mods: Alt|Shift, chars: "\x1bW" }
  68. - { key: X, mods: Alt|Shift, chars: "\x1bX" }
  69. - { key: Y, mods: Alt|Shift, chars: "\x1bY" }
  70. - { key: Z, mods: Alt|Shift, chars: "\x1bZ" }
  71. - { key: Key1, mods: Alt, chars: "\x1b1" }
  72. - { key: Key2, mods: Alt, chars: "\x1b2" }
  73. - { key: Key3, mods: Alt, chars: "\x1b3" }
  74. - { key: Key4, mods: Alt, chars: "\x1b4" }
  75. - { key: Key5, mods: Alt, chars: "\x1b5" }
  76. - { key: Key6, mods: Alt, chars: "\x1b6" }
  77. - { key: Key7, mods: Alt, chars: "\x1b7" }
  78. - { key: Key8, mods: Alt, chars: "\x1b8" }
  79. - { key: Key9, mods: Alt, chars: "\x1b9" }
  80. - { key: Key0, mods: Alt, chars: "\x1b0" }
  81. - { key: Space, mods: Control, chars: "\x00" }
  82. - { key: Grave, mods: Alt, chars: "\x1b`" }
  83. - { key: Grave, mods: Alt|Shift, chars: "\x1b~" }
  84. - { key: Period, mods: Alt, chars: "\x1b." }
  85. - { key: Key8, mods: Alt|Shift, chars: "\x1b*" }
  86. - { key: Key3, mods: Alt|Shift, chars: "\x1b#" }
  87. - { key: Period, mods: Alt|Shift, chars: "\x1b>" }
  88. - { key: Comma, mods: Alt|Shift, chars: "\x1b<" }
  89. - { key: Minus, mods: Alt|Shift, chars: "\x1b_" }
  90. - { key: Key5, mods: Alt|Shift, chars: "\x1b%" }
  91. - { key: Key6, mods: Alt|Shift, chars: "\x1b^" }
  92. - { key: Backslash, mods: Alt, chars: "\x1b\\" }
  93. - { key: Backslash, mods: Alt|Shift, chars: "\x1b|" }
  94. # Support for Meta(Alt/Option)+key {{
  95. # from: https://github.com/alacritty/alacritty/issues/62
  96. # Base16 Solarized Light - alacritty color config
  97. # Ethan Schoonover (modified by aramisgithub)
  98. colors:
  99. # Default colors
  100. primary:
  101. background: '0xfdf6e3'
  102. foreground: '0x586e75'
  103. # Colors the cursor will use if `custom_cursor_colors` is true
  104. cursor:
  105. text: '0xfdf6e3'
  106. cursor: '0x586e75'
  107. # Normal colors
  108. normal:
  109. black: '0xfdf6e3'
  110. red: '0xdc322f'
  111. green: '0x859900'
  112. yellow: '0xb58900'
  113. blue: '0x268bd2'
  114. magenta: '0x6c71c4'
  115. cyan: '0x2aa198'
  116. white: '0x586e75'
  117. # Bright colors
  118. bright:
  119. black: '0x839496'
  120. red: '0xcb4b16'
  121. green: '0xeee8d5'
  122. yellow: '0x93a1a1'
  123. blue: '0x657b83'
  124. magenta: '0x073642'
  125. cyan: '0xd33682'
  126. white: '0x002b36'
  127. draw_bold_text_with_bright_colors: false