* fix qemu for m68k by just using tcg-interpreter, too
[t2sde.git] / package / go / oh-my-posh / gruvbox.patch
blobc90441b3e0a2c735761c8a03e9da93d55670bda1
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/oh-my-posh/gruvbox.patch
3 # Copyright (C) 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 Make it more obvious that we are root when using the gruvbox theme.
15 Also enable the subversion segment.
17 - NoTag <notag@maneto.fr>
19 diff --git a/themes/gruvbox.omp.json b/themes/gruvbox.omp.json
20 index 9013c925..6981563e 100644
21 --- a/themes/gruvbox.omp.json
22 +++ b/themes/gruvbox.omp.json
23 @@ -13,6 +13,9 @@
26 "background": "#458588",
27 + "background_templates": [
28 + "{{ if .Root }}#FF6568{{ end }}"
29 + ],
30 "foreground": "#282828",
31 "powerline_symbol": "\ue0b0",
32 "properties": {
33 @@ -45,6 +48,16 @@
34 "trailing_diamond": "\ue0b4",
35 "type": "git"
37 + {
38 + "background": "#98971A",
39 + "foreground": "#282828",
40 + "powerline_symbol": "\ue0b0",
41 + "properties": {
42 + "style": "full"
43 + },
44 + "style": "powerline",
45 + "type": "svn"
46 + },
48 "background": "#8ED1F7",
49 "foreground": "#111111",
50 @@ -116,14 +129,6 @@
51 "style": "powerline",
52 "template": " \ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ",
53 "type": "aws"
54 - },
55 - {
56 - "background": "#ffff66",
57 - "foreground": "#111111",
58 - "powerline_symbol": "\ue0b0",
59 - "style": "powerline",
60 - "template": " \uf0ad ",
61 - "type": "root"
64 "type": "prompt"