From b752b73aec7a81016ac2f4950b7087fdabca0feb Mon Sep 17 00:00:00 2001 From: Robert Rossmann Date: Fri, 4 Oct 2024 22:16:51 +0200 Subject: [PATCH] feat: update colours for source control graph --- src/generators/mkui.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/generators/mkui.ts b/src/generators/mkui.ts index 9e669f6..f81944a 100644 --- a/src/generators/mkui.ts +++ b/src/generators/mkui.ts @@ -799,15 +799,14 @@ function mkui({ ui, code }: MKUIParams): UIColourPalette { /** * SCM graph */ - 'scmGraph.historyItemGroupBase': ui.terminal.normal.green.hex(), - 'scmGraph.historyItemGroupLocal': ui.terminal.bright.red.hex(), - 'scmGraph.foreground1': ui.terminal.normal.yellow.hex(), + 'scmGraph.foreground1': ui.terminal.normal.cyan.hex(), 'scmGraph.foreground2': ui.terminal.normal.blue.hex(), 'scmGraph.foreground3': ui.terminal.normal.magenta.hex(), - 'scmGraph.historyItemGroupRemote': ui.terminal.bright.blue.hex(), - // 'scmGraph.historyItemHoverAdditionsForeground': ui.scm.added.hex(), - // 'scmGraph.historyItemHoverDeletionsForeground': ui.scm.deleted.hex(), - // 'scmGraph.historyItemHoverLabelForeground': '#ff0000', + 'scmGraph.foreground4': ui.terminal.bright.red.hex(), + 'scmGraph.foreground5': ui.terminal.bright.blue.hex(), + 'scmGraph.historyItemBaseRefColor': ui.terminal.bright.green.hex(), + 'scmGraph.historyItemRefColor': ui.terminal.normal.green.hex(), + 'scmGraph.historyItemRemoteRefColor': ui.terminal.normal.yellow.hex(), /** * Testing UI