Skip to content

Instantly share code, notes, and snippets.

@gerangeavil
Created January 14, 2021 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerangeavil/2d94672f4e58315d1630fc6726c481ce to your computer and use it in GitHub Desktop.
Save gerangeavil/2d94672f4e58315d1630fc6726c481ce to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"postfix": " \uE0B1"
}
},
{
"type": "root",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A"
},
{
"type": "path",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"style": "agnoster_short",
"postfix": " "
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"prefix": "<#26C6DA>\uE0B1 </>"
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#546E7A",
"background": "transparent",
"properties": {
"text": "\uE0B0",
"prefix": "",
"postfix": ""
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#D4E157",
"background": "#546E7A",
"leading_diamond": "\uE0B2",
"properties": {
"postfix": " <#26C6DA>\uE0B3</>"
}
},
{
"type": "time",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"time_format": "15:04:05",
"postfix": " \uF017 <#26C6DA>\uE0B3</>"
}
},
{
"type": "battery",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"battery_icon": "\uf60b ",
"color_background": true,
"postfix": "\uF295 "
}
},
{
"type": "executiontime",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "transparent",
"properties": {
"threshold": 500,
"style": "austin",
"prefix": " <#fefefe>\ufbab</> "
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#D4E157",
"properties": {
"prefix": "\u276F",
"always_enabled": true,
"error_color": "#FF5252",
"display_exit_code": false
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment