You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
743 B
43 lines
743 B
import = ["~/.config/alacritty/themes/themes/solarized_dark.toml"] |
|
|
|
|
|
# [font.normal] |
|
# # family = "MesloLGS NF" |
|
# family = "MesloLGS Nerd Font Mono" |
|
# |
|
|
|
[font] |
|
normal.family = "MesloLGS Nerd Font Mono" |
|
bold.family = "MesloLGS Nerd Font Mono" |
|
italic.family = "MesloLGS Nerd Font Mono" |
|
bold_italic.family = "MesloLGS Nerd Font Mono" |
|
size = 18 |
|
offset.x = 1 |
|
|
|
|
|
# [window] |
|
# decorations = "none" |
|
|
|
# [window.padding] |
|
# x = 5 |
|
# y = 3 |
|
|
|
# window.dynamic_padding = true |
|
|
|
[window] |
|
dynamic_padding = true |
|
padding.x = 5 |
|
padding.y = 3 |
|
dimensions.columns = 89 |
|
dimensions.lines = 41 |
|
|
|
# decorations = "buttonless" |
|
# decorations = "full" |
|
# decorations = "transparent" |
|
startup_mode = "Windowed" |
|
|
|
[scrolling] |
|
history = 20000 |
|
|
|
[selection] |
|
save_to_clipboard = true
|
|
|