oh-my-posh/themes/capr4n.omp.json

71 lines
1.9 KiB
JSON
Raw Permalink Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "right",
"segments": [
{
"background": "#003543",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"style": "plain",
"template": " \ue641 {{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"type": "time"
},
{
"background": "#83769c",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"properties": {
2022-03-27 01:12:47 -07:00
"always_enabled": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"template": " \ueba2 {{ .FormattedMs }} ",
2022-02-03 01:22:57 -08:00
"type": "executiontime"
}
2022-02-03 01:22:57 -08:00
],
"type": "rprompt"
},
{
"alignment": "left",
"segments": [
{
"background": "#61AFEF",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"properties": {
2022-03-27 01:12:47 -07:00
"display_host": false
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "{{if .Root}} \uf0e7 {{.UserName}} {{else}} {{.UserName}} {{end}}",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b0",
"type": "session"
},
{
"background": "#C678DD",
2022-03-14 11:14:10 -07:00
"foreground": "#ffffff",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
"max_depth": 2,
2022-03-27 01:12:47 -07:00
"style": "agnoster_short"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"background": "#95ffa4",
2022-02-03 01:22:57 -08:00
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .HEAD }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
}
2022-02-03 01:22:57 -08:00
],
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.UserName}} \u2794 📁{{.Folder}}",
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
}