Skip to content

Instantly share code, notes, and snippets.

@Klepvink
Last active February 13, 2025 11:07
Show Gist options
  • Select an option

  • Save Klepvink/4f2d1d733926e9e54a7359055a8bb04c to your computer and use it in GitHub Desktop.

Select an option

Save Klepvink/4f2d1d733926e9e54a7359055a8bb04c to your computer and use it in GitHub Desktop.
omp theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ff5555",
"properties": {
"time_format": "15:04:05"
},
"style": "plain",
"template": "[{{ .CurrentDate | date .Format }}]",
"type": "time"
},
{
"foreground": "#B5B50D",
"style": "plain",
"template": " \uf0e7 ",
"type": "root"
},
{
"foreground": "#61AFEF",
"properties": {
"style": "full"
},
"style": "plain",
"template": " {{ .Path }} ",
"type": "path"
},
{
"foreground": "#ff5555",
"style": "plain",
"template": " {{ .UserName }} ",
"type": "session"
},
{
"foreground": "#C94A16",
"style": "plain",
"template": "x{{ reason .Code }} ",
"type": "status"
},
{
"foreground": "#E06C75",
"style": "plain",
"template": "\u276f ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment