Upload files to "alacritty"

This commit is contained in:
Candifloss 2024-12-04 10:10:14 +00:00
parent b9bb19a2c5
commit d4dfba785c

View File

@ -1,11 +1,22 @@
[window] [window]
decorations_theme_variant = "Dark" decorations_theme_variant = "Dark"
dynamic_title = true dynamic_title = true
#dimensions = { columns = 110, lines = 50 }
position = { x = 0, y = 0 }
title = "Terminal"
opacity = 1
[font] [font]
normal = { family = "IosevkaTermSlab Nerd Font Mono" } normal = { family = "IosevkaTermSlab Nerd Font Mono" }
size = 11 size = 11
[selection]
save_to_clipboard = true
[cursor]
style = { shape = "Block", blinking = "On" }
thickness = 1.0
[colors] [colors]
cursor = { text = "#000000", cursor = "#22785E" } cursor = { text = "#000000", cursor = "#22785E" }
selection = { text = "#D3D7CF", background = "#262626" } selection = { text = "#D3D7CF", background = "#262626" }
@ -14,9 +25,5 @@ selection = { text = "#D3D7CF", background = "#262626" }
background = "#101010" background = "#101010"
foreground = "#BBBBBB" foreground = "#BBBBBB"
[selection] [general]
save_to_clipboard = true import = ["~/.config/alacritty/colors/candy.toml"]
[cursor]
style = { shape = "Block", blinking = "On" }
thickness = 1.0