change structure to use stow for simlink managing
This commit is contained in:
39
.config/alacritty/alacritty.toml
Normal file
39
.config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,39 @@
|
||||
live_config_reload = true
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
[colors.bright]
|
||||
black = "0x928374"
|
||||
blue = "0x83a598"
|
||||
cyan = "0x8ec07c"
|
||||
green = "0xb8bb26"
|
||||
magenta = "0xd3869b"
|
||||
red = "0xfb4934"
|
||||
white = "0xebdbb2"
|
||||
yellow = "0xfabd2f"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x282828"
|
||||
blue = "0x458588"
|
||||
cyan = "0x689d6a"
|
||||
green = "0x98971a"
|
||||
magenta = "0xb16286"
|
||||
red = "0xcc241d"
|
||||
white = "0xa89984"
|
||||
yellow = "0xd79921"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x282828"
|
||||
foreground = "0xebdbb2"
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrainsMono NF", style = "Regular" }
|
||||
size = 10.5
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
||||
Reference in New Issue
Block a user