oh-my-posh/themes/lambda.omp.json
Jan De Dobbeleer 9663a29fe6
feat(font): update to Nerd Font V3
BREAKING CHANGE: this deprecates support for Nerd Font V2 and
requires a compatible V3 Nerd Font. Note for users experiencing
issues with icons, update to the latest Nerd Font of your choice
2023-05-08 13:33:59 +02:00

34 lines
758 B
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#F5F5F5",
"style": "plain",
"template": "\udb81\ude27 ",
"type": "text"
},
{
"foreground": "#B80101",
"properties": {
"style": "agnoster"
},
"style": "plain",
"template": " {{ .Path }} ",
"type": "path"
},
{
"foreground": "#B80101",
"style": "plain",
"template": " <#F5F5F5>git:</>{{ .HEAD }} ",
"type": "git"
}
],
"type": "prompt"
}
],
"version": 2
}