Files
myhome/.config/alacritty/alacritty.toml
T
y0rune 7ac587fdcc Changes in repo
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2026-08-11 19:28:55 +02:00

119 lines
2.0 KiB
TOML

# use_thin_strokes = true
[env]
TERM = "xterm-256color"
[general]
import = ["~/.config/alacritty/dracula.toml"]
[keyboard]
bindings = [
{ key = "F", mods = "Control", action = "SearchForward" },
{ key = "Left", mods = "Alt", chars = "\u001BB" },
{ key = "Return", mods = "Control|Shift", action = "SpawnNewInstance" },
{ key = "Right", mods = "Alt", chars = "\u001BF" },
{ key = "Space", mods = "Control", chars = "\u0000" },
{ key = "V", mods = "Control|Shift", action = "Paste" },
]
[window]
opacity = 0.95
[font]
size = 25
##############################
# Terminess Nerd Font
[font.normal]
family = "Terminess Nerd Font"
style = "Regular"
[font.bold_italic]
family = "Terminess Nerd Font"
style = "Bold Italic"
[font.italic]
family = "Terminess Nerd Font"
style = "Italic"
[font.offset]
x = 0
y = 0
[font.glyph_offset]
x = 0
y = 0
##############################
# Comic code
# [font.normal]
# family = "Comic Code Ligatures"
# style = "Regular"
# # [font.bold]
# # family = "Teminess Nerd Font"
# # style = "Bold"
# [font.bold_italic]
# family = "Comic Code"
# style = "Bold Italic"
# [font.italic]
# family = "Comic Code"
# style = "Italic"
# [font.offset]
# x = 0
# y = -6
# [font.glyph_offset]
# x = 0
# y = -2
##############################
# [mouse.hints]
# modifiers = "Command"
# [mouse.hints.launcher]
# program = "open"
[selection]
save_to_clipboard = true
# Unused
[colors.bright]
black = "0x7f7f7f"
blue = "0x5c5cff"
cyan = "0x00ffff"
green = "0x00ff00"
magenta = "0xff00ff"
red = "0xff0000"
white = "0xffffff"
yellow = "0xffff00"
[colors.normal]
black = "0x000000"
blue = "0x0000ee"
cyan = "0x00cdcd"
green = "0x00cd00"
magenta = "0xcd00cd"
red = "0xcd0000"
white = "0xe5e5e5"
yellow = "0xcdcd00"
[colors.primary]
background = "0x000000"
foreground = "0xffffff"
[colors.search.focused_match]
background = "#ab4642"
foreground = "#181818"
# [colors.search.footer_bar]
# background = "#262626"
# foreground = "#d0d0d0"
[colors.search.matches]
background = "#f4bf75"
foreground = "#181818"