Skip to content

Instantly share code, notes, and snippets.

@Thevetat
Last active August 31, 2024 19:51
Show Gist options
  • Select an option

  • Save Thevetat/9bff81e3d25bc618c2a5c9bc07a31254 to your computer and use it in GitHub Desktop.

Select an option

Save Thevetat/9bff81e3d25bc618c2a5c9bc07a31254 to your computer and use it in GitHub Desktop.
working_directory = "None"
[[colors.indexed_colors]]
color = "#EF9F76"
index = 16
[[colors.indexed_colors]]
color = "#F2D5CF"
index = 17
[colors.bright]
black = "#626880"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#A5ADCE"
yellow = "#E5C890"
[colors.cursor]
cursor = "#F2D5CF"
text = "#303446"
[colors.dim]
black = "#51576D"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#B5BFE2"
yellow = "#E5C890"
[colors.hints.end]
background = "#A5ADCE"
foreground = "#303446"
[colors.hints.start]
background = "#E5C890"
foreground = "#303446"
[colors.normal]
black = "#51576D"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#B5BFE2"
yellow = "#E5C890"
[colors.primary]
background = "#303446"
bright_foreground = "#C6D0F5"
dim_foreground = "#C6D0F5"
foreground = "#C6D0F5"
[colors.search.focused_match]
background = "#A6D189"
foreground = "#303446"
[colors.search.matches]
background = "#A5ADCE"
foreground = "#303446"
[colors.selection]
background = "#F2D5CF"
text = "#303446"
[colors.vi_mode_cursor]
cursor = "#BABBF1"
text = "#303446"
[cursor]
blink_interval = 750
[cursor.style]
blinking = "On"
shape = "Block"
[font]
size = 15.0
[font.bold]
family = "JetBrainsMono Nerd Font Mono"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono Nerd Font Mono"
style = "Bold Italic"
[font.normal]
family = "JetBrainsMono Nerd Font Mono"
[[keyboard.bindings]]
action = "Quit"
key = "Q"
mods = "Command"
[[keyboard.bindings]]
action = "Quit"
key = "W"
mods = "Command"
[[keyboard.bindings]]
action = "CreateNewWindow"
key = "N"
mods = "Command"
[mouse]
hide_when_typing = false
[window]
decorations = "buttonless"
dynamic_title = true
opacity = 0.99
option_as_alt = "Both"
title = "Alacritty"
[window.padding]
x = 3
y = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment