forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
433 B
TOML
20 lines
433 B
TOML
name = "default"
|
|
|
|
# All icons here must be available as [default Unicode characters](https://en.wikipedia.org/wiki/List_of_Unicode_characters)
|
|
|
|
[diagnostic]
|
|
error = {icon = "●"}
|
|
warning = {icon = "●"}
|
|
info = {icon = "●"}
|
|
hint = {icon = "●"}
|
|
|
|
[breakpoint]
|
|
verified = {icon = "●"}
|
|
unverified = {icon = "◯"}
|
|
pause-indicator = {icon = "▶"}
|
|
|
|
[diff]
|
|
added = {icon = "▍"}
|
|
deleted = {icon = "▔"}
|
|
modified = {icon = "▍"}
|