Skip to content

Instantly share code, notes, and snippets.

@AnsonH
Last active November 6, 2023 04:44
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnsonH/55858833ddcfbb7946f42740ac720cd4 to your computer and use it in GitHub Desktop.
Save AnsonH/55858833ddcfbb7946f42740ac720cd4 to your computer and use it in GitHub Desktop.
p10k_classic - Custom Oh My Posh theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "lightYellow",
"style": "plain",
"template": " \uf0e7 ",
"type": "root"
},
{
"background": "p:bg",
"foreground": "lightCyan",
"properties": {
"mixed_threshold": 6,
"style": "folder"
},
"style": "plain",
"template": "<transparent,p:bg>\ue0b0</> \uf07c {{ .Path }} ",
"type": "path"
},
{
"background": "p:bg",
"foreground": "green",
"properties": {
"branch_icon": "\ue725 ",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": false
},
"style": "plain",
"template": "<p:separator-fg>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
"type": "git"
},
{
"foreground": "p:bg",
"style": "plain",
"template": "\ue0b0 ",
"type": "text"
}
],
"type": "prompt"
},
{
"segments": [
{
"background": "p:bg",
"foreground": "#689f63",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": {
"fetch_version": true
},
"style": "powerline",
"template": " \uf898 {{ .Full }} <p:separator-fg>\ue0b3</>",
"type": "node"
},
{
"background": "p:bg",
"foreground": "#FFDE57",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": {
"display_mode": "files",
"fetch_virtual_env": false
},
"style": "powerline",
"template": " \ue235 {{ .Full }} <p:separator-fg>\ue0b3</>",
"type": "python"
},
{
"background": "p:bg",
"background_templates": [
"{{ if gt .Code 0 }}red{{ end }}"
],
"foreground_templates": [
"{{ if gt .Code 0 }}white{{ else }}green{{ end }}"
],
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": {
"always_enabled": true
},
"style": "powerline",
"template": " {{ if gt .Code 0 }}\uf071{{ else }}\uf00c{{ end }} ",
"type": "exit"
}
],
"type": "rprompt"
}
],
"palette": {
"bg": "#3f3f3f",
"separator-fg": "#919191"
},
"version": 2
}
@AnsonH
Copy link
Author

AnsonH commented Jan 28, 2022

Theme preview:
theme preview

@GangminRYOU
Copy link

따봉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment