mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2023-12-28 bdc57299b1eb177c8f06c40f52b5c78a9ca99e07
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
live_config_reload = true
 
[bell]
command = "None"
duration = 0
 
[colors]
draw_bold_text_with_bright_colors = true
 
[colors.bright]
black = "#555555"
blue = "#5555ff"
cyan = "#55ffff"
green = "#55ff55"
magenta = "#ff55ff"
red = "#ff5555"
white = "#ffffff"
yellow = "#ffff55"
 
[colors.normal]
black = "#000000"
blue = "#0000aa"
cyan = "#00aaaa"
green = "#00aa00"
magenta = "#aa00aa"
red = "#aa0000"
white = "#aaaaaa"
yellow = "#aa5500"
 
[colors.primary]
background = "#000000"
foreground = "#ffffff"
 
[cursor]
unfocused_hollow = true
 
[cursor.style]
blinking = "On"
shape = "Block"
 
[env]
TERM = "xterm-256color"
 
[font]
size = 10.0
 
[scrolling]
history = 10000
multiplier = 3
 
[window]
decorations = "full"
dynamic_title = true
opacity = 0.8
 
[window.dimensions]
columns = 80
lines = 24