Skip to content

Commit 717293a

Browse files
Updates
1 parent 36a1c4c commit 717293a

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Version 2.9.8.5
1+
Version 2.9.8.6
22
--------------------------------------------------------
33
- Matugen color theme improvements
4-
- Add wallust for terminal color generation
4+
- Wallust for terminal color generation
55

66
Version 2.9.8.5
77
--------------------------------------------------------

share/dotfiles/.config/matugen/templates/ohmyposh-colors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"color10": "{{colors.primary.default.hex}}",
1414
"color11": "",
1515
"color12": "",
16-
"color13": "{{colors.surface_bright.default.hex}}",
16+
"color13": "{{colors.on_primary_fixed.default.hex}}",
1717
"color14": "",
1818
"color15": "{{colors.on_surface.default.hex}}"
1919
}

share/dotfiles/.config/ohmyposh/EDM115-newline.omp.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
33
"transient_prompt": {
44
"template": " ❯❯ {{ .AbsolutePWD }} : ",
5-
"foreground": "#f8f8f2",
5+
"foreground": "p:color15",
66
"background": "transparent",
77
"newline": true
88
},
@@ -15,30 +15,30 @@
1515
"properties": {
1616
"cache_duration": "none"
1717
},
18-
"template": "\n\u256d\u2500",
19-
"foreground": "#f8f8f2",
18+
"template": "\n╭─",
19+
"foreground": "p:color15",
2020
"type": "text",
2121
"style": "plain"
2222
},
2323
{
2424
"properties": {
2525
"cache_duration": "none"
2626
},
27-
"leading_diamond": "\ue0b6",
27+
"leading_diamond": "",
2828
"template": "{{ .UserName }}",
29-
"foreground": "#f8f8f2",
30-
"background": "#282a36",
29+
"foreground": "p:color15",
30+
"background": "p:color13",
3131
"type": "session",
3232
"style": "diamond"
3333
},
3434
{
3535
"properties": {
3636
"cache_duration": "none"
3737
},
38-
"template": "\udb85\udc0b",
38+
"template": "󱐋",
3939
"foreground": "#ff5555",
40-
"powerline_symbol": "\ue0b0",
41-
"background": "#282a36",
40+
"powerline_symbol": "",
41+
"background": "p:color13",
4242
"type": "root",
4343
"style": "powerline"
4444
},
@@ -47,9 +47,9 @@
4747
"cache_duration": "none"
4848
},
4949
"template": "{{ .Icon }} ",
50-
"foreground": "#f8f8f2",
51-
"powerline_symbol": "\ue0b0",
52-
"background": "#282a36",
50+
"foreground": "p:color15",
51+
"powerline_symbol": "",
52+
"background": "p:color13",
5353
"type": "os",
5454
"style": "powerline"
5555
},
@@ -58,10 +58,10 @@
5858
"cache_duration": "none",
5959
"style": "full"
6060
},
61-
"trailing_diamond": "\ue0b4",
62-
"template": " \udb80\ude56 {{ path .Path .Location }}",
63-
"foreground": "#282a36",
64-
"background": "#cccccc",
61+
"trailing_diamond": "",
62+
"template": " 󰉖 {{ path .Path .Location }}",
63+
"foreground": "p:color13",
64+
"background": "p:color10",
6565
"type": "path",
6666
"style": "diamond"
6767
}
@@ -80,19 +80,19 @@
8080
"fetch_upstream_icon": true,
8181
"full_branch_path": true
8282
},
83-
"leading_diamond": "\ue0b6",
84-
"trailing_diamond": "\ue0b4",
85-
"template": "\ue725 ({{ url .UpstreamIcon .UpstreamURL }} {{ url .HEAD .UpstreamURL }}){{ if gt .Ahead 0 }}<#50fa7b> +{{ .Ahead }}</>{{ end }}{{ if gt .Behind 0 }}<#ff5555> -{{ .Behind }}</>{{ end }}{{ if .Working.Changed }}<#f8f8f2> \uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }}<#f8f8f2> \uf046 {{ .Staging.String }}</>{{ end }}",
86-
"foreground": "#282a36",
83+
"leading_diamond": "",
84+
"trailing_diamond": "",
85+
"template": " ({{ url .UpstreamIcon .UpstreamURL }} {{ url .HEAD .UpstreamURL }}){{ if gt .Ahead 0 }}<#50fa7b> +{{ .Ahead }}</>{{ end }}{{ if gt .Behind 0 }}<#ff5555> -{{ .Behind }}</>{{ end }}{{ if .Working.Changed }}<p:color15>  {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }}<p:color15>  {{ .Staging.String }}</>{{ end }}",
86+
"foreground": "p:color13",
8787
"background": "#ffb86c",
8888
"type": "git",
8989
"style": "diamond"
9090
},
9191
{
92-
"leading_diamond": "\ue0b6",
93-
"trailing_diamond": "\ue0b4",
94-
"template": "\ue718 {{ .Full }}",
95-
"foreground": "#282a36",
92+
"leading_diamond": "",
93+
"trailing_diamond": "",
94+
"template": " {{ .Full }}",
95+
"foreground": "p:color13",
9696
"background": "#50fa7b",
9797
"type": "node",
9898
"style": "diamond"
@@ -104,10 +104,10 @@
104104
"package-lock.json"
105105
]
106106
},
107-
"leading_diamond": "\ue0b6",
108-
"trailing_diamond": "\ue0b4",
109-
"template": "\ue71e {{ .Full }}",
110-
"foreground": "#282a36",
107+
"leading_diamond": "",
108+
"trailing_diamond": "",
109+
"template": " {{ .Full }}",
110+
"foreground": "p:color13",
111111
"background": "#ff5555",
112112
"type": "npm",
113113
"style": "diamond"
@@ -119,10 +119,10 @@
119119
"pnpm-lock.yaml"
120120
]
121121
},
122-
"leading_diamond": "\ue0b6",
123-
"trailing_diamond": "\ue0b4",
124-
"template": "\udb80\udec1 {{ .Full }}",
125-
"foreground": "#282a36",
122+
"leading_diamond": "",
123+
"trailing_diamond": "",
124+
"template": "󰋁 {{ .Full }}",
125+
"foreground": "p:color13",
126126
"background": "#ffb86c",
127127
"type": "pnpm",
128128
"style": "diamond"
@@ -131,28 +131,28 @@
131131
"properties": {
132132
"display_mode": "files"
133133
},
134-
"leading_diamond": "\ue0b6",
135-
"trailing_diamond": "\ue0b4",
136-
"template": "\ue73c {{ .Full }}",
137-
"foreground": "#282a36",
134+
"leading_diamond": "",
135+
"trailing_diamond": "",
136+
"template": " {{ .Full }}",
137+
"foreground": "p:color13",
138138
"background": "#50fa7b",
139139
"type": "python",
140140
"style": "diamond"
141141
},
142142
{
143-
"leading_diamond": "\ue0b6",
144-
"trailing_diamond": "\ue0b4",
145-
"template": "\ue738 {{ .Full }}",
146-
"foreground": "#282a36",
143+
"leading_diamond": "",
144+
"trailing_diamond": "",
145+
"template": " {{ .Full }}",
146+
"foreground": "p:color13",
147147
"background": "#ff79c6",
148148
"type": "java",
149149
"style": "diamond"
150150
},
151151
{
152-
"leading_diamond": "\ue0b6",
153-
"trailing_diamond": "\ue0b4",
154-
"template": "\ue73d {{ .Full }}",
155-
"foreground": "#f8f8f2",
152+
"leading_diamond": "",
153+
"trailing_diamond": "",
154+
"template": " {{ .Full }}",
155+
"foreground": "p:color15",
156156
"background": "#6272a4",
157157
"type": "php",
158158
"style": "diamond"
@@ -168,8 +168,8 @@
168168
"always_enabled": true,
169169
"cache_duration": "none"
170170
},
171-
"template": "\u2570\u2500 ❯❯",
172-
"foreground": "#f8f8f2",
171+
"template": "╰─ ❯❯",
172+
"foreground": "p:color15",
173173
"type": "text",
174174
"style": "diamond"
175175
}

0 commit comments

Comments
 (0)