Skip to content

Instantly share code, notes, and snippets.

@f1shy-dev
Created June 18, 2021 10:53
Show Gist options
  • Save f1shy-dev/a10e12fe51bbdc0fcd51e584bf889525 to your computer and use it in GitHub Desktop.
Save f1shy-dev/a10e12fe51bbdc0fcd51e584bf889525 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": [
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "path",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#E64747",
"background": "#29315A",
"properties": {
"prefix": "\uE5FF ",
"postfix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#43CCEA",
"background": "#29315A",
"properties": {
"prefix": "",
"postfix": "",
"display_status_detail": false,
"branch_icon": ""
}
},
{
"type": "node",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#42E66C",
"background": "#29315A",
"properties": {
"prefix": "\uE718 ",
"postfix": "",
"display_version": true
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#AEA4BF",
"background": "#29315A",
"properties": {
"threshold": 150,
"style": "austin",
"prefix": "",
"postfix": ""
}
},
{
"type": "text",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#7FD5EA",
"background": "#29315A",
"properties": {
"prefix": "",
"text": "\u276F",
"postfix": ""
}
},
{
"type":"text",
"style": "plain",
"foreground": "transparent",
"properties": {
"prefix": "",
"text": " ",
"postfix": ""
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment