97 lines
1.5 KiB
TOML
97 lines
1.5 KiB
TOML
[general]
|
|
live_config_reload = true
|
|
working_directory = "None"
|
|
|
|
# Themes --
|
|
import = [
|
|
"~/.config/alacritty/nordic.toml",
|
|
"~/.config/alacritty/keybinds.toml",
|
|
]
|
|
|
|
[window]
|
|
title = "Alacritty"
|
|
decorations = "none"
|
|
blur = true
|
|
opacity = 0.9
|
|
padding.x = 10
|
|
padding.y = 10
|
|
|
|
[window.dimensions]
|
|
columns = 160
|
|
lines = 80
|
|
|
|
[cursor.style]
|
|
shape = "Beam"
|
|
blinking = "Never"
|
|
|
|
# [colors]
|
|
# #transparent_background_colors = true
|
|
# draw_bold_text_with_bright_colors = true
|
|
|
|
# [env]
|
|
# TERM = "xterm-256color"
|
|
|
|
# [font]
|
|
# #glyph_offset = { x = 1, y = 0 }
|
|
# normal.family = "MesloLGS Nerd Font Mono"
|
|
# normal.style = "Regular"
|
|
# size = 16.0
|
|
|
|
# [font.bold]
|
|
# family = "MesloLGS Nerd Font Mono"
|
|
# style = "Bold"
|
|
|
|
# [font.italic]
|
|
# family = "MesloLGS Nerd Font Mono"
|
|
# style = "Italic"
|
|
|
|
|
|
[font]
|
|
size = 14
|
|
|
|
[font.normal]
|
|
family = "Inconsolata Nerd Font"
|
|
style = "Regular"
|
|
|
|
[font.bold]
|
|
family = "Inconsolata Nerd Font"
|
|
style = "Bold"
|
|
|
|
[font.italic]
|
|
family = "Inconsolata Nerd Font"
|
|
style = "Italic"
|
|
|
|
[font.bold_italic]
|
|
family = "Inconsolata Nerd Font"
|
|
style = "Bold Italic"
|
|
|
|
[colors.primary]
|
|
background = "#10131c"
|
|
foreground = "#bbc2cf"
|
|
|
|
[colors.normal]
|
|
black = "#32344a"
|
|
red = "#f7768e"
|
|
green = "#9ece6a"
|
|
yellow = "#e0af68"
|
|
blue = "#7aa2f7"
|
|
magenta = "#ad8ee6"
|
|
cyan = "#449dab"
|
|
white = "#787c99"
|
|
|
|
[colors.bright]
|
|
black = "#444b6a"
|
|
red = "#ff7a93"
|
|
green = "#b9f27c"
|
|
yellow = "#ff9e64"
|
|
blue = "#7da6ff"
|
|
magenta = "#bb9af7"
|
|
cyan = "#0db9d7"
|
|
white = "#acb0d0"
|
|
|
|
[selection]
|
|
save_to_clipboard = false
|
|
|
|
[terminal.shell]
|
|
program = "/usr/bin/zsh"
|