Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 1.41 KB

alacritty.org

File metadata and controls

73 lines (59 loc) · 1.41 KB

Alacritty Config

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

[font]
size = 12.5

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

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

[font.italic]
family = "Berkeley Mono"
style = "Italic"

[font.normal]
family = "Berkeley Mono"
style = "Regular"

[selection]
save_to_clipboard = true

[window]
decorations = "none"
dynamic_padding = true
dynamic_title = true
opacity = 1
startup_mode = "Windowed"

[window.padding]
x = 5
y = 5

[colors]
draw_bold_text_with_bright_colors = false

[colors.primary]
background = '#<<base(i="00")>>'
foreground = '#<<base(i="05")>>'

[colors.cursor]
cursor = '#<<base(i="05")>>'
text = '#<<base(i="00")>>'

[colors.normal]
black = '#<<base(i="00")>>'
red = '#<<base(i="08")>>'
green = '#<<base(i="0B")>>'
yellow = '#<<base(i="0A")>>'
blue = '#<<base(i="0D")>>'
magenta = '#<<base(i="0E")>>'
cyan = '#<<base(i="0C")>>'
white = '#<<base(i="05")>>'

[colors.bright]
black = '#<<base(i="03")>>'
red = '#<<base(i="09")>>'
green = '#<<base(i="01")>>'
yellow = '#<<base(i="02")>>'
blue = '#<<base(i="04")>>'
magenta = '#<<base(i="06")>>'
cyan = '#<<base(i="0F")>>'
white = '#<<base(i="07")>>'