Skip to content

Instantly share code, notes, and snippets.

@caseymullineaux
Last active November 29, 2021 23:58
Show Gist options
  • Save caseymullineaux/1b26e1177fd55fc3453989b865ba399a to your computer and use it in GitHub Desktop.
Save caseymullineaux/1b26e1177fd55fc3453989b865ba399a to your computer and use it in GitHub Desktop.
hackthebox oh-my-posh theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#A4B1CD",
"properties": {
"display_host": false,
"display_user": true,
"user_info_separator": "",
"type": "text",
"postfix": "<#ffffff> ></>"
},
"style": "plain",
"type": "session"
},
{
"background": "#111927",
"foreground": "#A4B1CD",
"properties": {
"time_format": "15:04:05"
},
"style": "plain",
"type": "time"
},
{
"background": "#111927",
"foreground": "#C5D1EB",
"powerline_symbol": "",
"properties": {
"folder_separator_icon": "/",
"prefix": " ",
"style": "folder"
},
"style": "plain",
"type": "path"
},
{
"background": "#1A2332",
"foreground": "#5CB3FF",
"powerline_symbol": "",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true,
"prefix": ""
},
"style": "powerline",
"type": "git"
}
],
"type": "prompt"
},
{
"type": "newline"
},
{
"alignment": "left",
"segments": [
{
"foreground": "#fff",
"properties": {
"prefix": "",
"text": ">"
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment