-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.yml
110 lines (92 loc) · 1.81 KB
/
alacritty.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# 自动刷新
live_config_reload: true
# Tab 缩进
tabspaces: 2
shell:
program: /bin/zsh
# windows
# program: c:\windows\system32\windowspowershell\v1.0\powershell.exe
args:
# login
- -l
env:
TERM: xterm-256color
font:
normal:
family: JetBrainsMono Nerd Font
style: Regular
bold:
family: JetBrainsMono Nerd Font
style: Bold
italic:
family: JetBrainsMono Nerd Font
style: Italic
bold_italic:
family: JetBrainsMono Nerd Font
style: Bold Italic
size: 10
cursor:
style:
Beam
mouse:
hide_when_typing: true
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
save_to_clipboard: true
window:
# 窗口大小
dimensions:
columns: 120
lines: 60
# 边缘空白
padding:
x: 10
y: 30
# 背景透明度
opacity: 0.9
dynamic_padding: false
startup_mode: Maximized
# 窗口修饰
# - full: 有边界 + 标题栏
# - none: 无边界 + 标题栏
decorations: transparent
scrolling:
# 历史保留行数
history: 2000
# 每次滚动行数
multiplier: 20
# 每次滚动行数(分屏时)
faux_multiplier: 100
# 自动滚动至最新行
auto_scroll: true
key_bindings:
# ----- new pane/tab/window -----
- { key: T, mods: Command, action: CreateNewWindow }
colors:
name: Atelierlakeside (dark)
author: Chris Kempson
primary:
background: "#161b1d"
foreground: "#7ea2b4"
cursor:
text: "#161b1d"
cursor: "#7ea2b4"
normal:
black: "#161b1d"
red: "#d22d72"
green: "#568c3b"
yellow: "#8a8a0f"
blue: "#257fad"
magenta: "#5d5db1"
cyan: "#2d8f6f"
white: "#7ea2b4"
bright:
black: "#5a7b8c"
red: "#d22d72"
green: "#568c3b"
yellow: "#8a8a0f"
blue: "#257fad"
magenta: "#5d5db1"
cyan: "#2d8f6f"
white: "#ebf8ff"
theme: Atelierlakeside.dark