Skip to content

Instantly share code, notes, and snippets.

@asapdotid
Last active September 9, 2025 04:16
Show Gist options
  • Select an option

  • Save asapdotid/76088bb82da5aa30593272207800a092 to your computer and use it in GitHub Desktop.

Select an option

Save asapdotid/76088bb82da5aa30593272207800a092 to your computer and use it in GitHub Desktop.
Alacritty (Manjaro i3wm config)

Alacritty custom config (Manajro i3)

Config location:/home/$USER/.config/alacritty

[general]
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "0x2C3D43"
blue = "0x4db6ac"
cyan = "0x90e1c6"
green = "0xbae67e"
magenta = "0xd4bfff"
red = "0xf28779"
white = "0xF5F7F8"
yellow = "0xffd580"
[colors.normal]
black = "0x131C20"
blue = "0x4db6ac"
cyan = "0x90e1c6"
green = "0xa6cc70"
magenta = "0xcfbafa"
red = "0xed8274"
white = "0xBAD1D5"
yellow = "0xfad07b"
[colors.primary]
background = "0x222D31"
foreground = "0xDDE8EA"
[cursor]
thickness = 0.3
[cursor.style]
blinking = "Always"
shape = "Beam"
[env]
TERM = "xterm-256color"
[font]
builtin_box_drawing = true
size = 11.0
[font.bold]
family = "JetBrainsMono Nerd Font"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono Nerd Font"
style = "Bold Italic"
[font.italic]
family = "JetBrainsMono Nerd Font"
style = "Italic"
[font.normal]
family = "JetBrainsMono Nerd Font"
style = "Regular"
[mouse]
hide_when_typing = true
[scrolling]
history = 10000
multiplier = 3
[terminal.shell]
args = ["--login"]
program = "/usr/bin/zsh"
[window]
decorations = "none"
dynamic_padding = false
opacity = 0.7
[window.dimensions]
columns = 0
lines = 0
[window.padding]
x = 0
y = 4
[window.position]
x = 0
y = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment