From d4dfba785cc077beea45fb4ffc6402e5c8846714 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Wed, 4 Dec 2024 10:10:14 +0000 Subject: [PATCH] Upload files to "alacritty" --- alacritty/alacritty.toml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 0b4f384..a3a89ac 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,11 +1,22 @@ [window] decorations_theme_variant = "Dark" dynamic_title = true +#dimensions = { columns = 110, lines = 50 } +position = { x = 0, y = 0 } +title = "Terminal" +opacity = 1 [font] normal = { family = "IosevkaTermSlab Nerd Font Mono" } size = 11 +[selection] +save_to_clipboard = true + +[cursor] +style = { shape = "Block", blinking = "On" } +thickness = 1.0 + [colors] cursor = { text = "#000000", cursor = "#22785E" } selection = { text = "#D3D7CF", background = "#262626" } @@ -14,9 +25,5 @@ selection = { text = "#D3D7CF", background = "#262626" } background = "#101010" foreground = "#BBBBBB" -[selection] -save_to_clipboard = true - -[cursor] -style = { shape = "Block", blinking = "On" } -thickness = 1.0 \ No newline at end of file +[general] +import = ["~/.config/alacritty/colors/candy.toml"]