addet sim-web theme
This commit is contained in:
parent
8d75e1bc50
commit
11f9e1a9e4
1 changed files with 76 additions and 0 deletions
76
sim-web.toml
Normal file
76
sim-web.toml
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
||||||
|
console_title_template = "{{ .Folder }}"
|
||||||
|
version = 2
|
||||||
|
|
||||||
|
[[blocks]]
|
||||||
|
type = "prompt"
|
||||||
|
alignment = "right"
|
||||||
|
overflow = "hide"
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
type = "executiontime"
|
||||||
|
style = "powerline"
|
||||||
|
foreground = "#a9ffb4"
|
||||||
|
template = " {{ .FormattedMs }}s <#ffffff></>"
|
||||||
|
|
||||||
|
[blocks.segments.properties]
|
||||||
|
threshold = 0
|
||||||
|
style = "dallas"
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
type = "node"
|
||||||
|
style = "powerline"
|
||||||
|
foreground = "#45bf17"
|
||||||
|
template = " {{ .Full }} "
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
type = "npm"
|
||||||
|
style = "powerline"
|
||||||
|
foreground = "#FE4A49"
|
||||||
|
template = "<#F3EFF5>and</> {{ .Full }} "
|
||||||
|
|
||||||
|
[[blocks]]
|
||||||
|
type = "prompt"
|
||||||
|
alignment = "left"
|
||||||
|
newline = true
|
||||||
|
overflow = "break"
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
type = "path"
|
||||||
|
style = "powerline"
|
||||||
|
foreground = "#ffafd2"
|
||||||
|
template = " {{ .Path }} "
|
||||||
|
|
||||||
|
[blocks.segments.properties]
|
||||||
|
style = "agnoster_full"
|
||||||
|
home_icon = "home"
|
||||||
|
folder_icon = ""
|
||||||
|
folder_separator_icon = " ❯ "
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
type = "git"
|
||||||
|
style = "powerline"
|
||||||
|
foreground = "#f14e32"
|
||||||
|
template = "({{ .HEAD }})"
|
||||||
|
|
||||||
|
[blocks.segments.properties]
|
||||||
|
branch_icon = " "
|
||||||
|
|
||||||
|
[[blocks]]
|
||||||
|
alignment = "left"
|
||||||
|
newline = true
|
||||||
|
type = "prompt"
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
type = "status"
|
||||||
|
style = "diamond"
|
||||||
|
foreground = "#00c7fc"
|
||||||
|
template = "<#00c7fc>❯</>_: "
|
||||||
|
|
||||||
|
[blocks.segments.properties]
|
||||||
|
always_enabled = true
|
||||||
|
|
||||||
|
[transient_prompt]
|
||||||
|
background = "transparent"
|
||||||
|
foreground = "#FEF5ED"
|
||||||
|
template = "{{ .Shell }}"
|
Loading…
Add table
Add a link
Reference in a new issue