Skip to content

Instantly share code, notes, and snippets.

@f1shy-dev
Created June 18, 2021 10:53
Show Gist options
  • Select an option

  • Save f1shy-dev/a10e12fe51bbdc0fcd51e584bf889525 to your computer and use it in GitHub Desktop.

Select an option

Save f1shy-dev/a10e12fe51bbdc0fcd51e584bf889525 to your computer and use it in GitHub Desktop.

Revisions

  1. f1shy-dev created this gist Jun 18, 2021.
    95 changes: 95 additions & 0 deletions .theme.omp.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,95 @@
    {
    "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
    "blocks": [
    {
    "type": "prompt",
    "alignment": "right",
    "segments": [
    {
    "type": "path",
    "style": "diamond",
    "trailing_diamond": "\uE0B4",
    "leading_diamond": "\uE0B6",
    "foreground": "#E64747",
    "background": "#29315A",
    "properties": {
    "prefix": "\uE5FF ",
    "postfix": "",
    "style": "folder"
    }
    },
    {
    "type": "git",
    "style": "diamond",
    "trailing_diamond": "\uE0B4",
    "leading_diamond": " \uE0B6",
    "foreground": "#43CCEA",
    "background": "#29315A",
    "properties": {
    "prefix": "",
    "postfix": "",
    "display_status_detail": false,
    "branch_icon": ""
    }
    },
    {
    "type": "node",
    "style": "diamond",
    "trailing_diamond": "\uE0B4",
    "leading_diamond": " \uE0B6",
    "foreground": "#42E66C",
    "background": "#29315A",
    "properties": {
    "prefix": "\uE718 ",
    "postfix": "",
    "display_version": true
    }
    }
    ]
    },
    {
    "type": "prompt",
    "alignment": "left",
    "newline": true,
    "segments": [
    {
    "type": "executiontime",
    "style": "diamond",
    "trailing_diamond": "\uE0B4 ",
    "leading_diamond": "\uE0B6",
    "foreground": "#AEA4BF",
    "background": "#29315A",
    "properties": {
    "threshold": 150,
    "style": "austin",
    "prefix": "",
    "postfix": ""
    }
    },
    {
    "type": "text",
    "style": "diamond",
    "trailing_diamond": "\uE0B4",
    "leading_diamond": "\uE0B6",
    "foreground": "#7FD5EA",
    "background": "#29315A",
    "properties": {
    "prefix": "",
    "text": "\u276F",
    "postfix": ""
    }
    },
    {
    "type":"text",
    "style": "plain",
    "foreground": "transparent",
    "properties": {
    "prefix": "",
    "text": " ",
    "postfix": ""
    }
    }
    ]
    }
    ]
    }