-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathalacritty.toml
More file actions
52 lines (43 loc) · 1.43 KB
/
alacritty.toml
File metadata and controls
52 lines (43 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# alacritty.toml for Linux machines
#
# original path: ~/.config/alacritty/alacritty.toml
#
# Created on: 20 May 2024
# Last Updated: 06 Nov 2024
#
# Starting from Alacritty v0.13, the config file format is TOML
# (Tom's Obvious Minimal Language). Previous versions used YAML.
# This file was auto-generated from `alacritty.yaml` using the
# `alacritty migrate` command
general.import = ["~/.config/alacritty/themes/themes/nord.toml"]
# You must have installed 'alacritty-theme' for this above import
# to work! See https://github.com/alacritty/alacritty-theme
#
# List of interesting themes:
# - argonaut : a high contrast dark theme
# - baitong : a Green CRT-like theme with color
# - bluish : kind of like midnight commander
# - chicago95 : reminiscent of DOS fonts
# - cyber_punk_neon : 80's cyberpunk
# - deep_space : futuristic dark theme
# - dracula : a popular dark theme
# - everforest_dark : looks like zenburn but easier on the eyes
# - gotham : dark, high-contrast
# - inferno : lots of orange and brown tones
# - iris : a purple-tinted dark theme
# - material_theme : popular dark theme
# - monokai : popular dark brown theme
# - nord : popular dark with blue tint theme
# - solarized_dark : popular dark solarized theme
[font]
size = 13.0
[window]
# Option as Alt (macOS keyboards)
option_as_alt = "OnlyLeft"
[font.normal]
family = "Monofur Nerd Font Mono"
[scrolling]
history = 10000
[terminal.shell]
args = ["-i"]
program = "/usr/bin/bash"