Skip to content

Commit

Permalink
feat: add more colours to VS Code's SCM graph 🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 7, 2024
1 parent 791709a commit 8429111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/generators/mkui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,11 @@ function mkui({ ui, code }: MKUIParams): UIColourPalette {
'scmGraph.historyItemBaseRefColor': ui.terminal.bright.green.hex(),
'scmGraph.historyItemRefColor': ui.terminal.normal.green.hex(),
'scmGraph.historyItemRemoteRefColor': ui.terminal.normal.yellow.hex(),
'scmGraph.historyItemHoverAdditionsForeground': ui.scm.added.hex(),
'scmGraph.historyItemHoverDeletionsForeground': ui.scm.deleted.hex(),
'scmGraph.historyItemHoverDefaultLabelForeground': ui.text.contrast.hex(),
'scmGraph.historyItemHoverDefaultLabelBackground': ui.scm.modified.hex(),
'scmGraph.historyItemHoverLabelForeground': ui.text.contrast.hex(),

/**
* Testing UI
Expand Down

0 comments on commit 8429111

Please sign in to comment.