diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-06-04 17:12:21 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-06-04 17:12:21 +0200 |
| commit | 636540f674a683104d28aadcd44827abb9c86e0a (patch) | |
| tree | 8883eb9c7c379254433df43b7ebf16e343d5d4c2 /alacritty.toml | |
| parent | 147cbd6724faad8eaa01252e85053f088f939f70 (diff) | |
| download | dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.gz dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.bz2 dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.lz dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.xz dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.zst dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.zip | |
use hard links instead of symlinks, hopefully works better
Diffstat (limited to 'alacritty.toml')
| -rw-r--r--[l---------] | alacritty.toml | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/alacritty.toml b/alacritty.toml index 47e9a90..462dbe3 120000..100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1 +1,39 @@ -/home/spelis/.config/alacritty.toml
\ No newline at end of file +[scrolling] +history = 100000 +multiplier = 10 + +[font] +normal = { family = "Iosevka NF", style = "Regular"} +bold = { family = "Iosevka NF", style = "Regular"} +italic = { family = "Iosevka NF", style = "Regular"} +bold_italic = { family = "Iosevka NF", style = "Regular"} + +[colors.bright] +black = "#444b6a" +blue = "#7da6ff" +cyan = "#0db9d7" +green = "#b9f27c" +magenta = "#bb9af7" +red = "#ff7a93" +white = "#acb0d0" +yellow = "#ff9e64" + +[colors.normal] +black = "#32344a" +blue = "#7aa2f7" +cyan = "#449dab" +green = "#9ece6a" +magenta = "#ad8ee6" +red = "#f7768e" +white = "#787c99" +yellow = "#e0af68" + +[colors.primary] +background = "#1a1b26" +foreground = "#a9b1d6" + +[cursor] +style={shape="Underline", blinking = "On"} + +[terminal] +osc52 = "CopyPaste" |
