From 11f9e1a9e4775743c5854d20f023c9f2e2d4391a Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 28 Oct 2024 14:38:20 +0100 Subject: [PATCH] addet sim-web theme --- sim-web.toml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 sim-web.toml diff --git a/sim-web.toml b/sim-web.toml new file mode 100644 index 0000000..be1bfd1 --- /dev/null +++ b/sim-web.toml @@ -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 }}"