alacritty.toml(檔案已創建)
@@ -0,0 +1,29 @@ | |||
1 | + | [window] | |
2 | + | padding = {x = 5, y = 5} | |
3 | + | [terminal] | |
4 | + | #shell = "/usr/bin/fish" | |
5 | + | [colors.primary] | |
6 | + | background = "0x2d2d2d" | |
7 | + | foreground = "0xd3d0c8" | |
8 | + | ||
9 | + | [colors.normal] | |
10 | + | black = "0x2d2d2d" | |
11 | + | red = "0xf2777a" | |
12 | + | green = "0x99cc99" | |
13 | + | yellow = "0xffcc66" | |
14 | + | blue = "0x6699cc" | |
15 | + | magenta = "0xcc99cc" | |
16 | + | cyan = "0x66cccc" | |
17 | + | white = "0xd3d0c8" | |
18 | + | ||
19 | + | [colors.bright] | |
20 | + | black = "0x747369" | |
21 | + | red = "0xf2777a" | |
22 | + | green = "0x99cc99" | |
23 | + | yellow = "0xffcc66" | |
24 | + | blue = "0x6699cc" | |
25 | + | magenta = "0xcc99cc" | |
26 | + | cyan = "0x66cccc" | |
27 | + | white = "0xf2f0ec" | |
28 | + | [font] | |
29 | + | size=12 |
上一頁
下一頁