finished again
This commit is contained in:
parent
c2d4d25159
commit
d23632e4ab
1 changed files with 8 additions and 11 deletions
19
amro.toml
19
amro.toml
|
@ -1,15 +1,6 @@
|
||||||
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
|
|
||||||
# [transient_prompt]
|
|
||||||
# foreground_templates = [
|
|
||||||
# "{{if gt .Code 0}}red{{end}}",
|
|
||||||
# "{{if eq .Code 0}}green{{end}}",
|
|
||||||
# ]
|
|
||||||
# background = 'transparent'
|
|
||||||
# template = ''
|
|
||||||
|
|
||||||
[[blocks]]
|
[[blocks]]
|
||||||
newline = true
|
newline = true
|
||||||
alignment = "left"
|
alignment = "left"
|
||||||
|
@ -25,9 +16,15 @@ type = "prompt"
|
||||||
type = "session"
|
type = "session"
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
foreground = "#da5a96"
|
foreground = "red"
|
||||||
style = "plain"
|
style = "plain"
|
||||||
template = "@ {{ .HostName }} "
|
template = "@"
|
||||||
|
type = "text"
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
foreground = "#45F1C2"
|
||||||
|
style = "plain"
|
||||||
|
template = " {{ .HostName }} "
|
||||||
type = "session"
|
type = "session"
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue