Skip to content

Instantly share code, notes, and snippets.

@xjtu-blacksmith
Created May 20, 2021 01:56
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 xjtu-blacksmith/bce80b5fd5003360694b3fe7c39201bf to your computer and use it in GitHub Desktop.
Save xjtu-blacksmith/bce80b5fd5003360694b3fe7c39201bf to your computer and use it in GitHub Desktop.
A nerd-free version of avit theme for oh-my-posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "[",
"postfix": "]",
"style": "full"
}
},
{
"type": "envvar",
"style": "plain",
"foreground": "#FF00FF",
"properties": {
"var_name": "CONDA_DEFAULT_ENV",
"prefix": " <",
"postfix": "> "
}
},
{
"type": "julia",
"style": "plain",
"foreground": "#4063D8",
"properties": {
"prefix": " (v",
"postfix": ") "
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C2C206",
"properties": {
"branch_icon": "\\",
"branch_ahead_icon": "^",
"branch_behind_icon": "_",
"branch_gone_icon": "!@",
"branch_identical_icon": "@",
"local_staged_icon": "S",
"local_working_icon": " *",
"stash_count_icon": "St.",
"commit_icon": "C",
"tag_icon": "T",
"rebase_icon": "R",
"cherry_pick_icon": "CR",
"merge_icon": "M",
"no_commits_icon": "X"
}
},
{
"type": "root",
"style": "plain",
"foreground": "#B5B50D"
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"properties": {
"prefix": "x"
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": "->"
}
}
]
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment