-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (31 loc) · 833 Bytes
/
Copy pathconfig.toml
File metadata and controls
37 lines (31 loc) · 833 Bytes
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
# Uncomment required lines and change default value to required
# protect_memory = false
[colors]
# enabled = true
## Color scheme for different styles
## Each style can set one or several of formating parameters
## Available formatting parameters:
## faint = false
## bold = false
## italic = false
## underline = false
## foreground = "default" # color
## background = "default" # color
## invert = false
## Available colors:
## "default"
## "black"
## "red"
## "green"
## "yellow"
## "blue"
## "magenta"
## "cyan"
## "gray"
# hl = {foreground = "red"}
# error = {foreground = "red"}
# info = {foreground = "cyan"}
# next_command = {underline = true}
# just_updated = {foreground = "green"}
# dirty_memory = {foreground = "cyan"}
# breakpoint = {invert = true}