Skip to main content

Alacritty

้…็ฝฎโ€‹

[general]
import = []

live_config_reload = true
working_directory = "None"

[env]
FOO = "bar"

[window]
decorations = "full"
decorations_theme_variant = "Dark"
dynamic_padding = false
dynamic_title = true
opacity = 1.0
startup_mode = "Windowed"
title = "Alacritty"

[window.dimensions]
columns = 120
lines = 40

[window.padding]
x = 5
y = 5

[scrolling]
history = 10000
multiplier = 3

[font]
size = 13.0
# size: 11.0 (for windows)

[font.bold]
family = "Liberation Mono"
style = "Bold"

[font.bold_italic]
family = "Liberation Mono"
style = "Bold Italic"

[font.italic]
family = "Liberation Mono"
style = "Bold Italic"

[font.normal]
family = "Liberation Mono"
style = "Bold"

[font.offset]
x = 0
y = 1
# y: 5 (for windows)

[colors.primary]
background = "#2D2A2E"
foreground = "#FCFCFA"

[colors.normal]
black = "#403E41"
blue = "#FC9867"
cyan = "#78DCE8"
green = "#A9DC76"
magenta = "#AB9DF2"
red = "#FF6188"
white = "#FCFCFA"
yellow = "#FFD866"

[colors.bright]
black = "#727072"
blue = "#FC9867"
cyan = "#78DCE8"
green = "#A9DC76"
magenta = "#AB9DF2"
red = "#FF6188"
white = "#FCFCFA"
yellow = "#FFD866"

[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"

[colors.vi_mode_cursor]
cursor = "CellForeground"
text = "CellBackground"

[colors.search.matches]
background = "#ffffff"
foreground = "#000000"

[colors.search.focused_match]
background = "#000000"
foreground = "#ffffff"

[colors.hints.start]
background = "#e9ff5e"
foreground = "#1d1f21"

[colors.hints.end]
background = "#1d1f21"
foreground = "#e9ff5e"

[colors.line_indicator]
background = "None"
foreground = "None"

[colors.footer_bar]
background = "#c5c8c6"
foreground = "#1d1f21"

[colors.selection]
background = "CellForeground"
text = "CellBackground"

[bell]
animation = "EaseOutExpo"
color = "#ffffff"
command = "None"
duration = 0

[selection]
save_to_clipboard = false
semantic_escape_chars = ",โ”‚`|:\"' ()[]{}<>\t"

[cursor]
blink_interval = 750
blink_timeout = 5
thickness = 0.15
unfocused_hollow = true
vi_mode_style = "None"

[cursor.style]
blinking = "On"
shape = "Block"

[terminal.shell]
args = ["--login"]
program = "/bin/zsh"
# program = "C:\\Program Files\\PowerShell\\7\\pwsh.exe" (windows)

[mouse]
hide_when_typing = false

[[keyboard.bindings]]
action = "CreateNewWindow"
key = "N"
mods = "Control"