Skip to content

Commit

Permalink
theme: added new theme Negligible
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Yadav authored and JanDeDobbeleer committed Jan 13, 2021
1 parent ee25365 commit bddde3b
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions themes/negligible.omp.json
@@ -0,0 +1,80 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "powerline",
"foreground": "cyan",
"properties": {
"prefix": "",
"postfix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "cyan",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "plain",
"foreground": "lightYellow",
"properties": {
"prefix": ":: <lightBlue>git(</>",
"postfix": "<lightBlue>)</>"
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "python",
"style": "plain",
"foreground": "lightRed",
"properties": {
"display_virtual_env": true,
"display_version": false,
"prefix": "[ ",
"postfix": " ]",
"display_mode": "always"
}
},
{
"type": "time",
"style": "plain",
"foreground": "lightGreen"
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "powerline",
"foreground": "lightGreen",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "red",
"prefix": "\u279c"
}
}
]
}
]
}

0 comments on commit bddde3b

Please sign in to comment.