My 'nu4a Theme' json config for Oh-my-posh on Windows PowerShell
AllUsersAllHosts - C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1
AllUsersCurrentHost - C:\Windows\System32\WindowsPowerShell\v1.0\Microsoft.PowerShell_profile.ps1
CurrentUserAllHosts - C:\Users\UserName\Documents\WindowsPowerShell\profile.ps1
CurrentUserCurrentHost - C:\Users\UserName\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#ff3026",
"foreground": "#100e23",
"powerline_symbol": "ξ°",
"properties": {
"root_icon": "ο§"
},
"style": "powerline",
"type": "root"
},
{
"background": "#cfcfc4",
"foreground": "#100e23",
"powerline_symbol": "ξ°",
"style": "powerline",
"type": "session"
},
{
"background": "#ec9706",
"foreground": "#100e23",
"powerline_symbol": "ξ°",
"properties": {
"folder_icon": "ο",
"folder_separator_icon": " ξ± ",
"home_icon": "ο",
"style": "folder"
},
"style": "powerline",
"type": "path"
},
{
"background": "#95ffa4",
"foreground": "#193549",
"powerline_symbol": "ξ°",
"style": "powerline",
"type": "git"
},
{
"background": "#906cff",
"foreground": "#100e23",
"powerline_symbol": "ξ°",
"properties": {
"prefix": " ξ΅ "
},
"style": "powerline",
"type": "python"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#ff4040",
"foreground": "#ffffff",
"leading_diamond": "ξ",
"properties": {
"always_enabled": false,
"display_exit_code": false,
"prefix": " ξ"
},
"style": "diamond",
"trailing_diamond": "ξ",
"type": "exit"
},
{
"background": "#2f2f2f",
"foreground": "#fafafa",
"leading_diamond": "ξ²",
"properties": {
"style": "austin"
},
"style": "diamond",
"type": "executiontime"
}
],
"type": "rprompt"
}
],
"final_space": true
}