Skip to content

Instantly share code, notes, and snippets.

@nikoohp
Created October 12, 2021 10:33
Show Gist options
  • Select an option

  • Save nikoohp/05454328f6d0580002d1a355fdde0312 to your computer and use it in GitHub Desktop.

Select an option

Save nikoohp/05454328f6d0580002d1a355fdde0312 to your computer and use it in GitHub Desktop.

Revisions

  1. nikoohp created this gist Oct 12, 2021.
    70 changes: 70 additions & 0 deletions oh-my-postv3-theme
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,70 @@
    {
    "blocks": [
    {
    "type": "prompt",
    "alignment": "left",
    "segments": [
    {
    "type": "path",
    "style": "diamond",
    "foreground": "#ffffff",
    "background": "#ff479c",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "prefix": " ",
    "home_icon": "~",
    "style": "agnoster_full"
    }
    },
    {
    "type": "git",
    "style": "powerline",
    "powerline_symbol": "",
    "foreground": "#193549",
    "background": "#fffb38",
    "properties": {
    "display_status": true,
    "display_upstream_icon": true,
    "status_colors_enabled": true,
    "local_changes_color": "#ff9248",
    "ahead_and_behind_color": "#f26d50",
    "behind_color": "#f17c37",
    "ahead_color": "#89d1dc",
    "stash_count_icon": "\uF692 "
    }
    },
    {
    "type": "executiontime",
    "style": "powerline",
    "powerline_symbol": "",
    "foreground": "#ffffff",
    "background": "#83769c",
    "properties": {
    "always_enabled": true,
    "prefix": " \uf64f "
    }
    },
    {
    "type": "exit",
    "style": "diamond",
    "foreground": "#ffffff",
    "background": "#2e9599",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "display_exit_code": false,
    "always_enabled": true,
    "error_color": "#f1184c",
    "color_background": true,
    "prefix": " "
    }
    }
    ]
    }
    ],
    "final_space": true,
    "console_title": true,
    "console_title_style": "template",
    "console_title_template": "{{ .Shell }} in {{ .Folder }}"
    }