mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
theme: add marcduiker
thanks @marcduiker
This commit is contained in:
parent
66bddcc8c9
commit
01ea680002
|
@ -30,6 +30,7 @@ themeConfigOverrrides.set('hotstick.minimal.omp.json', newThemeConfig(40, 10));
|
|||
themeConfigOverrrides.set('huvix.omp.json', newThemeConfig(40, 70));
|
||||
themeConfigOverrrides.set('jandedobbeleer.omp.json', newThemeConfig(40, 15));
|
||||
themeConfigOverrrides.set('lambda.omp.json', newThemeConfig(40, 40));
|
||||
themeConfigOverrrides.set('marcduiker.omp.json', newThemeConfig(0, 40));
|
||||
themeConfigOverrrides.set('material.omp.json', newThemeConfig(40, 40));
|
||||
themeConfigOverrrides.set('microverse-power.omp.json', newThemeConfig(40, 100));
|
||||
themeConfigOverrrides.set('negligible.omp.json', newThemeConfig(10));
|
||||
|
|
67
themes/marcduiker.omp.json
Normal file
67
themes/marcduiker.omp.json
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": [
|
||||
{
|
||||
"alignment": "left",
|
||||
"horizontal_offset": 0,
|
||||
"vertical_offset": 0,
|
||||
"segments": [
|
||||
|
||||
{
|
||||
"background": "#feae34",
|
||||
"foreground": "#262b44",
|
||||
"powerline_symbol": "",
|
||||
"leading_diamond": "",
|
||||
"trailing_diamond": "",
|
||||
"properties": {
|
||||
"prefix": " ",
|
||||
"style": "folder"
|
||||
},
|
||||
"style": "diamond",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"background": "#fee761",
|
||||
"foreground": "#262b44",
|
||||
"powerline_symbol": "",
|
||||
"properties": {
|
||||
"display_stash_count": true,
|
||||
"display_upstream_icon": true,
|
||||
"status_colors_enabled": true,
|
||||
"local_changes_color": "#f77622",
|
||||
"ahead_and_behind_color": "#e43b44",
|
||||
"behind_color": "#f77622",
|
||||
"ahead_color": "#2ce8f5",
|
||||
"stash_count_icon": "\uF692 "
|
||||
},
|
||||
"style": "powerline",
|
||||
"type": "git"
|
||||
},
|
||||
{
|
||||
"background": "#fee761",
|
||||
"foreground": "#262b44",
|
||||
"powerline_symbol": "",
|
||||
"style": "powerline",
|
||||
"type": "root"
|
||||
},
|
||||
{
|
||||
"background": "#0095e9",
|
||||
"foreground": "#ffffff",
|
||||
"leading_diamond": "",
|
||||
"properties": {
|
||||
"always_enabled": true,
|
||||
"color_background": true,
|
||||
"display_exit_code": false,
|
||||
"error_color": "#ff0044",
|
||||
"prefix": "<transparent></> "
|
||||
},
|
||||
"style": "diamond",
|
||||
"trailing_diamond": "",
|
||||
"type": "exit"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
}
|
||||
],
|
||||
"final_space": true
|
||||
}
|
Loading…
Reference in a new issue