mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-25 11:04:04 -08:00
theme: add tonybaloney
This commit is contained in:
parent
7eae98f8d7
commit
9bb429d846
|
@ -47,6 +47,7 @@ themeConfigOverrrides.set('space.omp.json', newThemeConfig(40, 40));
|
|||
themeConfigOverrrides.set('spaceship.omp.json', newThemeConfig(40, 40));
|
||||
themeConfigOverrrides.set('star.omp.json', newThemeConfig(40, 70));
|
||||
themeConfigOverrrides.set('stelbent.minimal.omp.json', newThemeConfig(70));
|
||||
themeConfigOverrrides.set('tonybaloney.omp.json', newThemeConfig(0,40));
|
||||
themeConfigOverrrides.set('ys.omp.json', newThemeConfig(40, 100));
|
||||
themeConfigOverrrides.set('zash.omp.json', newThemeConfig(40, 40));
|
||||
|
||||
|
|
57
themes/tonybaloney.omp.json
Normal file
57
themes/tonybaloney.omp.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": [
|
||||
{
|
||||
"alignment": "left",
|
||||
"horizontal_offset": 0,
|
||||
"vertical_offset": 0,
|
||||
"segments": [
|
||||
{
|
||||
"background": "#18354c",
|
||||
"foreground": "#ffc107",
|
||||
"powerline_symbol": "",
|
||||
"leading_diamond": "",
|
||||
"trailing_diamond": "",
|
||||
"properties": {
|
||||
"prefix": " ",
|
||||
"style": "folder"
|
||||
},
|
||||
"style": "diamond",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"background": "#18354c",
|
||||
"foreground": "#ffc107",
|
||||
"powerline_symbol": "",
|
||||
"properties": {
|
||||
"display_stash_count": true,
|
||||
"display_upstream_icon": true,
|
||||
"status_colors_enabled": false
|
||||
},
|
||||
"style": "powerline",
|
||||
"type": "git"
|
||||
},
|
||||
{
|
||||
"type": "python",
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#18354c",
|
||||
"background": "#ffc107",
|
||||
"properties": {
|
||||
"prefix": " \uE235 "
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"background": "#ffc107",
|
||||
"foreground": "#18354c",
|
||||
"powerline_symbol": "",
|
||||
"style": "powerline",
|
||||
"type": "root"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
}
|
||||
],
|
||||
"final_space": true
|
||||
}
|
Loading…
Reference in a new issue