1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/oh-my-posh/gruvbox.patch
3 # Copyright (C) 2023 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
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
26 "background": "#458588",
27 + "background_templates": [
28 + "{{ if .Root }}#FF6568{{ end }}"
30 "foreground": "#282828",
31 "powerline_symbol": "\ue0b0",
34 "trailing_diamond": "\ue0b4",
38 + "background": "#98971A",
39 + "foreground": "#282828",
40 + "powerline_symbol": "\ue0b0",
44 + "style": "powerline",
48 "background": "#8ED1F7",
49 "foreground": "#111111",
52 "template": " \ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ",
56 - "background": "#ffff66",
57 - "foreground": "#111111",
58 - "powerline_symbol": "\ue0b0",
59 - "style": "powerline",
60 - "template": " \uf0ad ",