|
|
@ -47,48 +47,37 @@ body { |
|
|
|
--color-graph-text-secondary: var(--color-graph-text-selected); |
|
|
|
--color-graph-text-disabled: var(--color-graph-text-selected); |
|
|
|
|
|
|
|
--color-graph-stats-added: var(--vscode-gitDecoration-addedResourceForeground); |
|
|
|
--color-graph-stats-deleted: var(--vscode-gitDecoration-deletedResourceForeground); |
|
|
|
--color-graph-stats-added: var(--vscode-gitlens-graphChangesColumnAddedColor); |
|
|
|
--color-graph-stats-deleted: var(--vscode-gitlens-graphChangesColumnDeletedColor); |
|
|
|
--color-graph-stats-files: var(--vscode-gitDecoration-modifiedResourceForeground); |
|
|
|
|
|
|
|
--color-graph-minimap-line0: var(--vscode-progressBar-background); |
|
|
|
--color-graph-minimap-focusLine: var(--vscode-foreground); |
|
|
|
--color-graph-minimap-visibleAreaBackground: var(--vscode-scrollbarSlider-background); |
|
|
|
|
|
|
|
--color-graph-scroll-marker-head: hsl(125, 96%, 46%); |
|
|
|
--color-graph-scroll-marker-highlights: hsl(61, 100%, 52%); |
|
|
|
--color-graph-scroll-marker-local-branches: hsl(207, 62%, 50%); |
|
|
|
--color-graph-scroll-marker-remote-branches: hsl(207, 52%, 35%); |
|
|
|
--color-graph-scroll-marker-stashes: hsl(300, 40%, 50%); |
|
|
|
--color-graph-scroll-marker-tags: hsl(39, 40%, 30%); |
|
|
|
--color-graph-scroll-marker-upstream: hsl(125, 90%, 36%); |
|
|
|
--color-graph-minimap-marker-upstream: hsl(125, 90%, 36%); |
|
|
|
|
|
|
|
&.vscode-light, |
|
|
|
&.vscode-high-contrast-light { |
|
|
|
--color-graph-scroll-marker-head: hsl(125, 96%, 40%); |
|
|
|
--color-graph-scroll-marker-highlights: hsl(50, 100%, 48%); |
|
|
|
--color-graph-scroll-marker-local-branches: hsl(207, 80%, 55%); |
|
|
|
--color-graph-scroll-marker-remote-branches: hsl(207, 70%, 65%); |
|
|
|
--color-graph-scroll-marker-stashes: hsl(300, 70%, 65%); |
|
|
|
--color-graph-scroll-marker-tags: hsl(28, 50%, 65%); |
|
|
|
--color-graph-scroll-marker-upstream: hsl(125, 50%, 70%); |
|
|
|
--color-graph-minimap-marker-upstream: hsl(125, 50%, 70%); |
|
|
|
} |
|
|
|
|
|
|
|
--color-graph-minimap-marker-head: var(--color-graph-scroll-marker-head); |
|
|
|
--color-graph-minimap-marker-head: var(--vscode-gitlens-graphMinimapMarkerHeadColor); |
|
|
|
--color-graph-scroll-marker-head: var(--vscode-gitlens-graphScrollMarkerHeadColor); |
|
|
|
--color-graph-minimap-marker-upstream: var(--vscode-gitlens-graphMinimapMarkerUpstreamColor); |
|
|
|
--color-graph-scroll-marker-upstream: var(--vscode-gitlens-graphScrollMarkerUpstreamColor); |
|
|
|
--color-graph-minimap-marker-highlights: var(--vscode-gitlens-graphMinimapMarkerHighlightsColor); |
|
|
|
--color-graph-scroll-marker-highlights: var(--vscode-gitlens-graphScrollMarkerHighlightsColor); |
|
|
|
--color-graph-minimap-marker-local-branches: var(--vscode-gitlens-graphMinimapMarkerLocalBranchesColor); |
|
|
|
--color-graph-scroll-marker-local-branches: var(--vscode-gitlens-graphScrollMarkerLocalBranchesColor); |
|
|
|
--color-graph-minimap-marker-remote-branches: var(--vscode-gitlens-graphMinimapMarkerRemoteBranchesColor); |
|
|
|
--color-graph-scroll-marker-remote-branches: var(--vscode-gitlens-graphScrollMarkerRemoteBranchesColor); |
|
|
|
--color-graph-minimap-marker-stashes: var(--vscode-gitlens-graphMinimapMarkerStashesColor); |
|
|
|
--color-graph-scroll-marker-stashes: var(--vscode-gitlens-graphScrollMarkerStashesColor); |
|
|
|
--color-graph-minimap-marker-tags: var(--vscode-gitlens-graphMinimapMarkerTagsColor); |
|
|
|
--color-graph-scroll-marker-tags: var(--vscode-gitlens-graphScrollMarkerTagsColor); |
|
|
|
|
|
|
|
--color-graph-minimap-tip-headBackground: var(--color-graph-scroll-marker-head); |
|
|
|
--color-graph-minimap-tip-headBorder: var(--color-graph-scroll-marker-head); |
|
|
|
--color-graph-minimap-tip-headForeground: var(--vscode-editor-foreground, var(--vscode-foreground)); |
|
|
|
|
|
|
|
--color-graph-minimap-marker-highlights: var(--color-graph-scroll-marker-highlights); |
|
|
|
|
|
|
|
--color-graph-minimap-marker-local-branches: var(--color-graph-scroll-marker-local-branches); |
|
|
|
--color-graph-minimap-tip-branchBackground: var(--color-graph-scroll-marker-local-branches); |
|
|
|
--color-graph-minimap-tip-branchBorder: var(--color-graph-scroll-marker-local-branches); |
|
|
|
--color-graph-minimap-tip-branchForeground: var(--vscode-editor-foreground, var(--vscode-foreground)); |
|
|
|
|
|
|
|
--color-graph-minimap-marker-remote-branches: var(--color-graph-scroll-marker-remote-branches); |
|
|
|
--color-graph-minimap-tip-remoteBackground: var(--color-graph-scroll-marker-remote-branches); |
|
|
|
--color-graph-minimap-tip-remoteBorder: var(--color-graph-scroll-marker-remote-branches); |
|
|
|
--color-graph-minimap-tip-remoteForeground: var(--vscode-editor-foreground, var(--vscode-foreground)); |
|
|
@ -96,12 +85,10 @@ body { |
|
|
|
--color-graph-scroll-marker-selection: var(--vscode-editorCursor-foreground); |
|
|
|
--color-graph-minimap-marker-selection: var(--color-graph-scroll-marker-selection); |
|
|
|
|
|
|
|
--color-graph-minimap-marker-stashes: var(--color-graph-scroll-marker-stashes); |
|
|
|
--color-graph-minimap-tip-stashBackground: var(--color-graph-scroll-marker-stashes); |
|
|
|
--color-graph-minimap-tip-stashBorder: var(--color-graph-scroll-marker-stashes); |
|
|
|
--color-graph-minimap-tip-stashForeground: var(--vscode-editor-foreground, var(--vscode-foreground)); |
|
|
|
|
|
|
|
--color-graph-minimap-marker-tags: var(--color-graph-scroll-marker-tags); |
|
|
|
--color-graph-minimap-tip-tagBackground: var(--color-graph-scroll-marker-tags); |
|
|
|
--color-graph-minimap-tip-tagBorder: var(--color-graph-scroll-marker-tags); |
|
|
|
--color-graph-minimap-tip-tagForeground: var(--vscode-editor-foreground, var(--vscode-foreground)); |
|
|
|