Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active April 11, 2021 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/da99b8255a8ca720430d188f649a9bd7 to your computer and use it in GitHub Desktop.
Save techthoughts2/da99b8255a8ca720430d188f649a9bd7 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
// {
// "type": "text",
// "style": "plain",
// "foreground": "#E06C75",
// "properties": {
// "prefix": "",
// "text": ""
// }
// },
{
"type": "root",
"style": "plain",
"foreground": "#FFEE58"
},
{
"type": "ytm",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#FF0000",
"properties": {
"prefix": "\uF16A ",
"playing_icon": "\uE602 ",
"paused_icon": "\uF8E3 ",
"stopped_icon": "\uF04D ",
"track_separator" : " - "
}
},
// {
// "type": "os",
// // "style": "plain",
// // "style": "powerline",
// // "powerline_symbol": "\uE0B6",
// "style": "diamond",
// "leading_diamond": "\uE0B6",
// // "trailing_diamond": "\uE0B0",
// "foreground": "#26C6DA",
// "background": "#4f5601",
// "properties": {
// // "postfix": " \uE0B1",
// "macos": "mac",
// "windows": " "
// }
// },
// {
// "type": "session",
// "style": "plain",
// "foreground": "#ffffff"
// },
// {
// "type": "session",
// "style": "powerline",
// // "powerline_symbol": "\uE0B6",
// // "style": "diamond",
// // "leading_diamond": "\uE0B0",
// // "trailing_diamond": "\uE0B0",
// "foreground": "#26C6DA",
// // "background": "#c386f1"
// "background": "#546E7A"
// },
{
"type": "time",
// "style": "plain",
// "style": "powerline",
// "powerline_symbol": "\uE0C6",
"style": "diamond",
"leading_diamond": "\uE0B6",
// "trailing_diamond": "\uE0C6",
"foreground": "#ffffff",
"background": "#245601",
"properties": {
"time_format": "15:04:05"
}
},
// {
// "type": "python",
// "style": "powerline",
// "powerline_symbol": "\uE0B0",
// "foreground": "#100e23",
// "background": "#906cff",
// "properties": {
// "prefix": " \uE235 "
// }
// },
{
"type": "az",
"style": "powerline",
"powerline_symbol": "\uE0C6",
"foreground": "#000000",
"background": "#9ec3f0",
"properties": {
"display_id": false,
"display_name": true,
"info_separator": " @ ",
"prefix": " \uFD03 "
}
},
{
"type": "aws",
"style": "powerline",
// "powerline_symbol": "\u2601",
"powerline_symbol": "\uE0C6",
"foreground": "#4800ff",
"background": "#FFA400",
// "foreground_templates": [
// "{{if contains \"default\" .Profile}}#FFA400{{end}}",
// // "{{if contains \"jake\" .Profile}}#f1184c{{end}}"
// "{{if contains \"jake\" .Profile}}#ffffff{{end}}"
// ]
"properties": {
// "prefix": " \u2601"
"prefix": " \u03BB"
// "template": "{{.Profile}}{{if .Region}}@{{.Region}}{{end}}"
}
},
{
"type": "azfunc",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "#007fff",
"properties": {
"prefix": " \uf0e7",
"display_version": true,
"display_mode": "files"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#91ddff",
"properties": {
"style": "agnoster",
// "postfix": "  ",
"prefix": "  "
// "include_folders": [
// "C:\\\\Projects.*"
// ],
// "exclude_folders": [
// "C:\\\\Projects\\\\secret-project.*"
// ],
}
},
// {
// "type": "git",
// "style": "powerline",
// "powerline_symbol": "\uE0B0",
// "background": "#95ffa4",
// "foreground": "#193549",
// "background_templates": [
// "{{if equals \"mainline\" .repo.HEAD}}#f70f08{{end}}",
// "{{if equals \"jwm\" .repo.HEAD}}#f1184c{{end}}"
// ],
// "properties": {
// "display_stash_count": true,
// "display_upstream_icon": false,
// "display_status_detail": true,
// "display_branch_status": true,
// "display_status": true
// // "working_color": "red"
// }
// },
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#ff8080",
"properties": {
"prefix": "\uE20F"
}
},
{
"type": "poshgit",
"style": "plain"
// "style": "powerline",
// "powerline_symbol": "\uE0B0"
// "foreground": "#ffffff",
// "background": "#0077c2",
}
]
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment