forked from nnra6864/Ricerland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
60 lines (50 loc) · 1.37 KB
/
alacritty.toml
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
[general]
live_config_reload = true
[window]
padding = {x = 10, y = 10}
opacity = 1
[font]
normal = { family = "Courier Prime Code", style = "Regular" }
bold = { family = "Courier Prime Code", style = "Bold" }
italic = { family = "Courier Prime Code", style = "Italic" }
bold_italic = { family = "Courier Prime Code", style = "Bold Italic" }
size = 17
[colors]
footer_bar = { foreground = "#ACCAE6", background = "#102840" }
transparent_background_colors = true
[colors.primary]
foreground = "#ACCAE6"
background = "#102840"
dim_foreground = "#8EA7BF"
bright_foreground = "#BDDFFF"
[colors.search]
matches = { foreground = "#ACCAE6", background = "#102840" }
focused_match = { foreground = "#BDDFFF", background = "#102840" }
[colors.hints]
start = { foreground = "#ACCAE6", background = "#102840" }
end = { foreground = "#8EA7BF", background = "#102840" }
[colors.normal]
black = "#102840"
red = "#13304D"
green = "#1A4066"
yellow = "#205080"
blue = "#266099"
magenta = "#2D70B3"
cyan = "#6699CC"
white = "#ACCAE6"
[colors.bright]
black = "#153959"
red = "#174066"
green = "#1F4F7F"
yellow = "#275E99"
blue = "#2C71B2"
magenta = "#3480CB"
cyan = "#72ACE5"
white = "#BDDFFF"
[cursor]
style = { shape = "Beam", blinking = "Off" }
vi_mode_style = { shape = "Block", blinking = "Off" }
#alacritty-smooth-cursor settings
#smooth_motion = true
#smooth_motion_factor = 0.2
#smooth_motion_spring = 0.5