1+ {
2+ "$schema" : " https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
3+ "final_space" :true ,
4+ "osc99" :true ,
5+ "console_title" :true ,
6+ "console_title_style" :" template" ,
7+ "console_title_template" :" {{.Folder}}{{if .Root}} :: root{{end}} :: {{.Shell}}" ,
8+ "blocks" :[
9+ {
10+ "type" :" prompt" ,
11+ "alignment" :" left" ,
12+ "horizontal_offset" :0 ,
13+ "vertical_offset" :1 ,
14+ "segments" :[
15+ {
16+ "type" : " root" ,
17+ "style" : " plain" ,
18+ "foreground" : " yellow" ,
19+ "properties" : {
20+ "root_icon" : " "
21+ }
22+ },
23+ {
24+ "type" :" path" ,
25+ "style" :" diamond" ,
26+ "powerline_symbol" :" " ,
27+ "invert_powerline" :false ,
28+ "foreground" :" black" ,
29+ "foreground_templates" :null ,
30+ "background" :" lightBlue" ,
31+ "background_templates" :null ,
32+ "leading_diamond" :" " ,
33+ "trailing_diamond" :" " ,
34+ "properties" :{
35+ "style" :" mixed"
36+ }
37+ },
38+ {
39+ "type" :" git" ,
40+ "style" :" powerline" ,
41+ "powerline_symbol" :" " ,
42+ "invert_powerline" :false ,
43+ "foreground" :" black" ,
44+ "foreground_templates" :null ,
45+ "background" :" green" ,
46+ "background_templates" :null ,
47+ "leading_diamond" :" " ,
48+ "trailing_diamond" :" " ,
49+ "properties" :{
50+ "display_status_detail" : true ,
51+ "branch_icon" :" " ,
52+ "branch_identical_icon" :" ≡" ,
53+ "branch_ahead_icon" :" ↑" ,
54+ "branch_behind_icon" :" ↓" ,
55+ "branch_gone" :" ≢" ,
56+ "local_working_icon" :" " ,
57+ "local_staged_icon" :" " ,
58+ "stash_count_icon" :" " ,
59+ "commit_icon" : " ▷ " ,
60+ "tag_icon" : " ▶ " ,
61+ "rebase_icon" : " Ɫ " ,
62+ "cherry_pick_icon" : " ✓ " ,
63+ "merge_icon" : " ◴ " ,
64+ "no_commits_icon" : " [no commits]" ,
65+ "status_separator_icon" : " │" ,
66+ "status_colors_enabled" : true ,
67+ "color_background" : true ,
68+ "local_changes_color" : " yellow"
69+ }
70+ }
71+ ]
72+ }
73+ ]
74+ }
0 commit comments