1
Fork 0
mirror of https://github.com/wlinator/dotfiles.git synced 2024-10-02 17:03:13 +00:00
dotfiles/.config/alacritty/alacritty.toml
2024-08-14 06:00:22 -04:00

93 lines
1.3 KiB
TOML

ipc_socket = true
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[cursor]
unfocused_hollow = true
[cursor.style]
blinking = "On"
shape = "Block"
[env]
TERM = "alacritty"
[font]
builtin_box_drawing = true
size = 9.0
[font.bold]
family = "JetBrainsMono Nerd Font Mono"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono Nerd Font Mono"
style = "Bold Italic"
[font.italic]
family = "JetBrainsMono Nerd Font Mono"
style = "Italic"
[font.normal]
family = "JetBrainsMono Nerd Font Mono"
style = "Regular"
[font.offset]
x = 1
y = 1
[scrolling]
history = 10000
[selection]
save_to_clipboard = true
[window]
decorations = "none"
decorations_theme_variant = "None"
dynamic_padding = true
dynamic_title = true
opacity = 1
title = "Alacritty"
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.padding]
x = 6
y = 6
# Colors (Alabaster Dark)
# author tonsky
[colors.primary]
background = '#1a1b26'
foreground = '#a9b1d6'
[colors.cursor]
text = '#0E1415'
cursor = '#CECECE'
[colors.normal]
black = '#0E1415'
red = '#e25d56'
green = '#73ca50'
yellow = '#e9bf57'
blue = '#4a88e4'
magenta = '#915caf'
cyan = '#23acdd'
white = '#f0f0f0'
[colors.bright]
black = '#777777'
red = '#f36868'
green = '#88db3f'
yellow = '#f0bf7a'
blue = '#6f8fdb'
magenta = '#e987e9'
cyan = '#4ac9e2'
white = '#FFFFFF'