Created
June 18, 2021 10:53
-
-
Save f1shy-dev/a10e12fe51bbdc0fcd51e584bf889525 to your computer and use it in GitHub Desktop.
omp theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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": "" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment