nix-conf/config/alacritty/alacritty.toml
2024-08-23 18:55:31 -05:00

98 lines
1.3 KiB
TOML

[bell.command]
program = "bell"
[colors.bright]
black = "#666666"
blue = "#7aa6da"
cyan = "#70c0b1"
green = "#b9ca4a"
magenta = "#c397d8"
red = "#d54e53"
white = "#eaeaea"
yellow = "#e7c547"
[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"
[colors.normal]
black = "#6e6c7e"
blue = "#96cdfb"
cyan = "#89dceb"
green = "#abe9b3"
magenta = "#f5c2e7"
red = "#f28fad"
white = "#d9e0ee"
yellow = "#fae3b0"
[colors.primary]
background = "#1E1E2E"
foreground = "#D9E0EE"
[colors.vi_mode_cursor]
cursor = "#AFAFFF"
text = "#202020"
[cursor]
vi_mode_style = "Block"
[cursor.style]
shape = "Block"
[env]
TERM = "xterm-256color"
[font]
builtin_box_drawing = true
size = 14.0
[font.bold]
style = "ExtraBold"
[font.bold_italic]
style = "ExtraBold Italic"
[font.italic]
style = "Medium Italic"
[font.normal]
family = "JetBrainsMono Nerd Font"
style = "Medium"
[font.offset]
x = 0
y = 0
[[keyboard.bindings]]
chars = "\u001B[105;5u"
key = "I"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[13;5u"
key = "Return"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[13;5u"
key = "Back"
mods = "Control"
[[keyboard.bindings]]
chars = ""
key = "B"
mods = "Control|Shift"
[[keyboard.bindings]]
chars = ""
key = "F"
mods = "Control|Shift"
[window]
dynamic_padding = true
opacity = 0.8
[window.padding]
x = 10
y = 10