diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-22 07:10:10 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-22 07:10:10 +0000 |
commit | 971bbb74a02f83650c8cd0550fb91886c4d460fe (patch) | |
tree | d0d56e38ba28ddf37866ceb6b275ff5de48a0e40 /files/old-config/alacritty | |
parent | 749b69e71e0475bcf1f4d7067414f55f830c9e8d (diff) |
2nd initial commit
Diffstat (limited to 'files/old-config/alacritty')
-rw-r--r-- | files/old-config/alacritty/alacritty.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/old-config/alacritty/alacritty.toml b/files/old-config/alacritty/alacritty.toml new file mode 100644 index 0000000..47ad02b --- /dev/null +++ b/files/old-config/alacritty/alacritty.toml @@ -0,0 +1,23 @@ +[env] +TERM = "xterm-256color" + +[scrolling] +history = 5000 + +[window.padding] +x = 6 +y = 6 + +[font] +size = 9.0 + +[colors.primary] +foreground = '#d8dee9' + +[colors.cursor] +cursor = '#7e2dc2' +text = '#dd8eff' + +[colors.selection] +background = '#7e30a8' +text = '#dd8eff' |