refactor(alacritty): import OS/system-specific configs, archive unused themes
This commit is contained in:
parent
5d193545de
commit
43b1430606
17 changed files with 337 additions and 409 deletions
|
|
@ -5,8 +5,7 @@ normal = { family = "BerkeleyMono Nerd Font Mono", style = "Regular" }
|
|||
bold = { style = "Bold" }
|
||||
italic = { style = "Oblique" }
|
||||
bold_italic = { style = "Bold Oblique" }
|
||||
size = 18
|
||||
# offset = { x = 0, y = 0 }
|
||||
#offset = { x = 0, y = 0 }
|
||||
|
||||
[window]
|
||||
# option_as_alt = "Both"
|
||||
|
|
@ -14,7 +13,6 @@ option_as_alt = "None"
|
|||
decorations = "None"
|
||||
padding = { x = 12, y = 5 }
|
||||
dynamic_padding = true
|
||||
# opacity = 0.8
|
||||
# blur = true
|
||||
|
||||
[bell]
|
||||
|
|
@ -67,7 +65,9 @@ bindings = [
|
|||
# selection (Ctrl v). You can also toggle between them while the selection is
|
||||
# still active.
|
||||
|
||||
import = ["~/.config/alacritty/rose-pine-dawn.toml"]
|
||||
import = ["~/.config/alacritty/rose-pine-moon.toml"]
|
||||
import = ["~/.config/alacritty/alacritty-macos.toml"]
|
||||
import = ["~/.config/alacritty/alacritty-minix.toml"]
|
||||
|
||||
#[mouse]
|
||||
#hide_when_typing = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue