Skip to content

Instantly share code, notes, and snippets.

@fluffynuts
Last active April 12, 2021 11:19
Show Gist options
  • Save fluffynuts/c38a02a75cb535ca62cb7757f66d0ec1 to your computer and use it in GitHub Desktop.
Save fluffynuts/c38a02a75cb535ca62cb7757f66d0ec1 to your computer and use it in GitHub Desktop.
My own (rather minimal) oh-my-posh theme (looks best on a terminal with true color)
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "time",
"style": "plain",
"foreground": "#24af6a",
"properties": {
"time_format": "15:04:05"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#3b7db3",
"properties": {
"prefix": "\uE5FF ",
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#e9671b",
"properties": {
"display_status": true,
"status_colors_enabled": false,
"behind_color": "#DD3333",
"ahead_and_behind_color": "#DD6666",
"ahead_color": "#33DD33",
"working_color": "#eeeeee",
"local_changes_color": "#dddd33",
"prefix": "<#5FAAE8></>",
"postfix": "<#5FAAE8></>"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
"text": "<#69FF94> \u276F</>"
}
}
]
}
]
}
@fluffynuts
Copy link
Author

preview:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment