Skip to content

Instantly share code, notes, and snippets.

@alexey-goloburdin
Last active May 19, 2024 07:39
Show Gist options
  • Save alexey-goloburdin/fbd0089a7853dada5e26697cb2164ba1 to your computer and use it in GitHub Desktop.
Save alexey-goloburdin/fbd0089a7853dada5e26697cb2164ba1 to your computer and use it in GitHub Desktop.
# install firstly color schemes from here: https://github.com/alacritty/alacritty-theme?tab=readme-ov-file
import = [
"~/.config/alacritty/themes/themes/ayu_dark.toml"
]
[env]
TERM = "xterm-256color"
[font]
size = 14
[font.normal]
family = "Hack Nerd Font"
style = "Regular"
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "N"
mods = "Command"
[[keyboard.bindings]]
chars = " "
key = "Space"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u0015"
key = "Back"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001Bb"
key = "Left"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001Bf"
key = "Right"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001BOH"
key = "Left"
mode = "AppCursor"
mods = "Command"
[[keyboard.bindings]]
chars = "\u001BOF"
key = "Right"
mode = "AppCursor"
mods = "Command"
[[keyboard.bindings]]
chars = "\u001BR"
key = "R"
mods = "Command"
[window]
decorations = "Buttonless"
dynamic_padding = true
opacity = 1
[window.padding]
x = 15
y = 15
@AlekseyKrylov
Copy link

background_opacity is deprecated. and alacritty generate warning about it

alternate variant:

window
   opacity: 0.82 

@ilya-grigoriev
Copy link

ilya-grigoriev commented Jul 3, 2023

@alexey-goloburdin
Copy link
Author

обновил до toml-версии, темы ставятся отсюда

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment