From 0a79f9764c1513cbb7544353abe9d0729f039d9b Mon Sep 17 00:00:00 2001 From: Yau~ <42141450+yauyy@users.noreply.github.com> Date: Wed, 27 Jul 2022 13:25:25 +0800 Subject: [PATCH] theme: add sim-web --- themes/sim-web.omp.json | 86 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 themes/sim-web.omp.json diff --git a/themes/sim-web.omp.json b/themes/sim-web.omp.json new file mode 100644 index 00000000..f5ced86d --- /dev/null +++ b/themes/sim-web.omp.json @@ -0,0 +1,86 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "type": "prompt", + "alignment": "right", + "overflow": "hide", + "segments": [ + { + "type": "executiontime", + "style": "powerline", + "foreground": "#a9ffb4", + "template": " {{ .FormattedMs }}s <#ffffff>\ue601", + "properties": { + "threshold": 0, + "style": "dallas" + } + }, + { + "type": "node", + "style": "powerline", + "foreground": "#45bf17", + "template": " \ue718 {{ .Full }} " + }, + { + "type": "npm", + "style": "powerline", + "foreground": "#FE4A49", + "template": "<#F3EFF5>and \ue71e {{ .Full }} " + } + ] + }, + { + "type": "prompt", + "alignment": "left", + "newline": true, + "overflow": "break", + "segments": [ + { + "type": "path", + "style": "powerline", + "foreground": "#ffafd2", + "properties": { + "style": "agnoster_full", + "home_icon": "home", + "folder_icon": "\uf07b", + "folder_separator_icon": " \u276f " + }, + "template": "\ue5ff {{ .Path }} " + }, + { + "type": "git", + "style": "powerline", + "foreground": "#f14e32", + "properties": { + "branch_icon": "\ue725 " + }, + "template": "({{ .HEAD }})" + } + ] + }, + { + "alignment": "left", + "newline": true, + "type": "prompt", + "segments": [ + { + "type": "exit", + "style": "diamond", + "foreground": "#00c7fc", + "properties": { + "always_enabled": true + }, + "template": "<#00c7fc>\u276f_: " + } + ] + } + ], + "console_title_template": "{{ .Folder }}", + "transient_prompt": { + "background": "transparent", + "foreground": "#FEF5ED", + "template": "{{ .Shell }}" + }, + "version": 2 +}