Upload files to "alacritty"
This commit is contained in:
parent
b9bb19a2c5
commit
d4dfba785c
@ -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
|
||||
[general]
|
||||
import = ["~/.config/alacritty/colors/candy.toml"]
|
||||
|
Loading…
Reference in New Issue
Block a user