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"]