From ccfc29a6a9e6f64d23ffa30fa9bffc319925ca15 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 24 Nov 2023 12:08:18 +0100 Subject: [PATCH] :memo: itop-version-history.md : change branches colors Specific colors for : - unsupported branches (grey) - LTS (2.7) - develop --- .doc/itop-version-history.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.doc/itop-version-history.md b/.doc/itop-version-history.md index 1ae0ef828..0cd5526ba 100644 --- a/.doc/itop-version-history.md +++ b/.doc/itop-version-history.md @@ -1,7 +1,14 @@ # iTop version history ```mermaid -%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true,'mainBranchName': 'develop','rotateCommitLabel': true}} }%% +%%{init: { 'logLevel': 'debug', 'theme': 'base', 'themeVariables': { + 'git0': 'lawngreen', + 'git3': 'dodgerblue', + 'git4': 'grey', + 'git5': 'grey', + 'git6': 'grey', + 'git7': 'grey' + }, 'gitGraph': {'showBranches': true,'mainBranchName': 'develop','rotateCommitLabel': true}} }%% gitGraph commit id: "2016-07-06" tag: "2.3.0" type: HIGHLIGHT branch support/2.3 order: 900