Skip to content

Commit

Permalink
feat: update colours for source control graph
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 4, 2024
1 parent b2346b1 commit b752b73
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/generators/mkui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b752b73

Please sign in to comment.