Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support gitlens #103

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 63 additions & 1 deletion themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,69 @@
// OTHERS
"textLink.foreground": "#83a598",
"textLink.activeForeground": "#458588",
"debugToolBar.background": "#1d2021"
"debugToolBar.background": "#1d2021",
// GIT LENS
"gitlens.closedAutolinkedIssueIconColor": "#b16286",
"gitlens.closedPullRequestIconColor": "#cc241d",
"gitDecoration.addedResourceForeground": "#ebdbb2",
"gitlens.decorations.branchAheadForegroundColor": "#98971a",
"gitlens.decorations.branchBehindForegroundColor": "#d65d0e",
"gitlens.decorations.branchDivergedForegroundColor": "#d79921",
"gitlens.decorations.branchMissingUpstreamForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingForegroundColor": "#d79921",
"gitlens.decorations.workspaceCurrentForegroundColor": "#98971a",
"gitlens.decorations.workspaceRepoMissingForegroundColor": "#7c6f64",
"gitlens.decorations.workspaceRepoOpenForegroundColor": "#98971a",
"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#928374",
"gitlens.decorations.worktreeMissingForegroundColor": "#cc241d",
"gitlens.graphChangesColumnAddedColor": "#98971a",
"gitlens.graphChangesColumnDeletedColor": "#cc241d",
"gitlens.graphLane1Color": "#83a598",
"gitlens.graphLane2Color": "#458588",
"gitlens.graphLane3Color": "#d3869b",
"gitlens.graphLane4Color": "#b16286",
"gitlens.graphLane5Color": "#8ec07c",
"gitlens.graphLane6Color": "#689d6a",
"gitlens.graphLane7Color": "#fabd2f",
"gitlens.graphLane8Color": "#d79921",
"gitlens.graphLane9Color": "#b8bb26",
"gitlens.graphLane10Color": "#98971a",
"gitlens.graphMinimapMarkerHeadColor": "#98971a",
"gitlens.graphMinimapMarkerHighlightsColor": "#b8bb26",
"gitlens.graphMinimapMarkerLocalBranchesColor": "#83a598",
"gitlens.graphMinimapMarkerPullRequestsColor": "#fe8019",
"gitlens.graphMinimapMarkerRemoteBranchesColor": "#458588",
"gitlens.graphMinimapMarkerStashesColor": "#b16286",
"gitlens.graphMinimapMarkerTagsColor": "#7c6f64",
"gitlens.graphMinimapMarkerUpstreamColor": "#689d6a",
"gitlens.graphScrollMarkerHeadColor": "#b8bb26",
"gitlens.graphScrollMarkerHighlightsColor": "#d79921",
"gitlens.graphScrollMarkerLocalBranchesColor": "#83a598",
"gitlens.graphScrollMarkerPullRequestsColor": "#fe8019",
"gitlens.graphScrollMarkerRemoteBranchesColor": "#458588",
"gitlens.graphScrollMarkerStashesColor": "#b16286",
"gitlens.graphScrollMarkerTagsColor": "#7c6f64",
"gitlens.graphScrollMarkerUpstreamColor": "#8ec07c",
"gitlens.gutterBackgroundColor": "#fbf1c7",
"gitlens.gutterForegroundColor": "#1d2021",
"gitlens.gutterUncommittedForegroundColor": "#458588",
"gitlens.launchpadIndicatorAttentionColor": "#fabd2f",
"gitlens.launchpadIndicatorAttentionHoverColor": "#d79921",
"gitlens.launchpadIndicatorBlockedColor": "#fb4934",
"gitlens.launchpadIndicatorBlockedHoverColor": "#cc241d",
"gitlens.launchpadIndicatorMergeableColor": "#b8bb26",
"gitlens.launchpadIndicatorMergeableHoverColor": "#98971a",
"gitlens.lineHighlightBackgroundColor": "#3c3836",
"gitlens.lineHighlightOverviewRulerColor": "#458588",
"gitlens.mergedPullRequestIconColor": "#b16286",
"gitlens.openAutolinkedIssueIconColor": "#98971a",
"gitlens.openPullRequestIconColor": "#98971a",
"gitlens.trailingLineBackgroundColor": "#1d2021",
"gitlens.trailingLineForegroundColor": "#3c3836",
"gitlens.unpublishedChangesIconColor": "#98971a",
"gitlens.unpublishedCommitIconColor": "#98971a",
"gitlens.unpulledChangesIconColor": "#fe8019"
},
"semanticTokenColors": {
"constant.builtin": "#d3869b",
Expand Down
64 changes: 63 additions & 1 deletion themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,69 @@
// OTHERS
"textLink.foreground": "#83a598",
"textLink.activeForeground": "#458588",
"debugToolBar.background": "#282828"
"debugToolBar.background": "#282828",
// GIT LENS
"gitlens.closedAutolinkedIssueIconColor": "#b16286",
"gitlens.closedPullRequestIconColor": "#cc241d",
"gitDecoration.addedResourceForeground": "#ebdbb2",
"gitlens.decorations.branchAheadForegroundColor": "#98971a",
"gitlens.decorations.branchBehindForegroundColor": "#d65d0e",
"gitlens.decorations.branchDivergedForegroundColor": "#d79921",
"gitlens.decorations.branchMissingUpstreamForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingForegroundColor": "#d79921",
"gitlens.decorations.workspaceCurrentForegroundColor": "#98971a",
"gitlens.decorations.workspaceRepoMissingForegroundColor": "#7c6f64",
"gitlens.decorations.workspaceRepoOpenForegroundColor": "#98971a",
"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#928374",
"gitlens.decorations.worktreeMissingForegroundColor": "#cc241d",
"gitlens.graphChangesColumnAddedColor": "#98971a",
"gitlens.graphChangesColumnDeletedColor": "#cc241d",
"gitlens.graphLane1Color": "#83a598",
"gitlens.graphLane2Color": "#458588",
"gitlens.graphLane3Color": "#d3869b",
"gitlens.graphLane4Color": "#b16286",
"gitlens.graphLane5Color": "#8ec07c",
"gitlens.graphLane6Color": "#689d6a",
"gitlens.graphLane7Color": "#fabd2f",
"gitlens.graphLane8Color": "#d79921",
"gitlens.graphLane9Color": "#b8bb26",
"gitlens.graphLane10Color": "#98971a",
"gitlens.graphMinimapMarkerHeadColor": "#98971a",
"gitlens.graphMinimapMarkerHighlightsColor": "#b8bb26",
"gitlens.graphMinimapMarkerLocalBranchesColor": "#83a598",
"gitlens.graphMinimapMarkerPullRequestsColor": "#fe8019",
"gitlens.graphMinimapMarkerRemoteBranchesColor": "#458588",
"gitlens.graphMinimapMarkerStashesColor": "#b16286",
"gitlens.graphMinimapMarkerTagsColor": "#7c6f64",
"gitlens.graphMinimapMarkerUpstreamColor": "#689d6a",
"gitlens.graphScrollMarkerHeadColor": "#b8bb26",
"gitlens.graphScrollMarkerHighlightsColor": "#d79921",
"gitlens.graphScrollMarkerLocalBranchesColor": "#83a598",
"gitlens.graphScrollMarkerPullRequestsColor": "#fe8019",
"gitlens.graphScrollMarkerRemoteBranchesColor": "#458588",
"gitlens.graphScrollMarkerStashesColor": "#b16286",
"gitlens.graphScrollMarkerTagsColor": "#7c6f64",
"gitlens.graphScrollMarkerUpstreamColor": "#8ec07c",
"gitlens.gutterBackgroundColor": "#fbf1c7",
"gitlens.gutterForegroundColor": "#282828",
"gitlens.gutterUncommittedForegroundColor": "#458588",
"gitlens.launchpadIndicatorAttentionColor": "#fabd2f",
"gitlens.launchpadIndicatorAttentionHoverColor": "#d79921",
"gitlens.launchpadIndicatorBlockedColor": "#fb4934",
"gitlens.launchpadIndicatorBlockedHoverColor": "#cc241d",
"gitlens.launchpadIndicatorMergeableColor": "#b8bb26",
"gitlens.launchpadIndicatorMergeableHoverColor": "#98971a",
"gitlens.lineHighlightBackgroundColor": "#3c3836",
"gitlens.lineHighlightOverviewRulerColor": "#458588",
"gitlens.mergedPullRequestIconColor": "#b16286",
"gitlens.openAutolinkedIssueIconColor": "#98971a",
"gitlens.openPullRequestIconColor": "#98971a",
"gitlens.trailingLineBackgroundColor": "#282828",
"gitlens.trailingLineForegroundColor": "#3c3836",
"gitlens.unpublishedChangesIconColor": "#98971a",
"gitlens.unpublishedCommitIconColor": "#98971a",
"gitlens.unpulledChangesIconColor": "#fe8019"
},
"semanticTokenColors": {
"constant.builtin": "#d3869b",
Expand Down
64 changes: 63 additions & 1 deletion themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,69 @@
// OTHERS
"textLink.foreground": "#83a598",
"textLink.activeForeground": "#458588",
"debugToolBar.background": "#32302f"
"debugToolBar.background": "#32302f",
// GIT LENS
"gitlens.closedAutolinkedIssueIconColor": "#b16286",
"gitlens.closedPullRequestIconColor": "#cc241d",
"gitDecoration.addedResourceForeground": "#ebdbb2",
"gitlens.decorations.branchAheadForegroundColor": "#98971a",
"gitlens.decorations.branchBehindForegroundColor": "#d65d0e",
"gitlens.decorations.branchDivergedForegroundColor": "#d79921",
"gitlens.decorations.branchMissingUpstreamForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingForegroundColor": "#d79921",
"gitlens.decorations.workspaceCurrentForegroundColor": "#98971a",
"gitlens.decorations.workspaceRepoMissingForegroundColor": "#7c6f64",
"gitlens.decorations.workspaceRepoOpenForegroundColor": "#98971a",
"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#928374",
"gitlens.decorations.worktreeMissingForegroundColor": "#cc241d",
"gitlens.graphChangesColumnAddedColor": "#98971a",
"gitlens.graphChangesColumnDeletedColor": "#cc241d",
"gitlens.graphLane1Color": "#83a598",
"gitlens.graphLane2Color": "#458588",
"gitlens.graphLane3Color": "#d3869b",
"gitlens.graphLane4Color": "#b16286",
"gitlens.graphLane5Color": "#8ec07c",
"gitlens.graphLane6Color": "#689d6a",
"gitlens.graphLane7Color": "#fabd2f",
"gitlens.graphLane8Color": "#d79921",
"gitlens.graphLane9Color": "#b8bb26",
"gitlens.graphLane10Color": "#98971a",
"gitlens.graphMinimapMarkerHeadColor": "#98971a",
"gitlens.graphMinimapMarkerHighlightsColor": "#b8bb26",
"gitlens.graphMinimapMarkerLocalBranchesColor": "#83a598",
"gitlens.graphMinimapMarkerPullRequestsColor": "#fe8019",
"gitlens.graphMinimapMarkerRemoteBranchesColor": "#458588",
"gitlens.graphMinimapMarkerStashesColor": "#b16286",
"gitlens.graphMinimapMarkerTagsColor": "#7c6f64",
"gitlens.graphMinimapMarkerUpstreamColor": "#689d6a",
"gitlens.graphScrollMarkerHeadColor": "#b8bb26",
"gitlens.graphScrollMarkerHighlightsColor": "#d79921",
"gitlens.graphScrollMarkerLocalBranchesColor": "#83a598",
"gitlens.graphScrollMarkerPullRequestsColor": "#fe8019",
"gitlens.graphScrollMarkerRemoteBranchesColor": "#458588",
"gitlens.graphScrollMarkerStashesColor": "#b16286",
"gitlens.graphScrollMarkerTagsColor": "#7c6f64",
"gitlens.graphScrollMarkerUpstreamColor": "#8ec07c",
"gitlens.gutterBackgroundColor": "#fbf1c7",
"gitlens.gutterForegroundColor": "#32302f",
"gitlens.gutterUncommittedForegroundColor": "#458588",
"gitlens.launchpadIndicatorAttentionColor": "#fabd2f",
"gitlens.launchpadIndicatorAttentionHoverColor": "#d79921",
"gitlens.launchpadIndicatorBlockedColor": "#fb4934",
"gitlens.launchpadIndicatorBlockedHoverColor": "#cc241d",
"gitlens.launchpadIndicatorMergeableColor": "#b8bb26",
"gitlens.launchpadIndicatorMergeableHoverColor": "#98971a",
"gitlens.lineHighlightBackgroundColor": "#3c3836",
"gitlens.lineHighlightOverviewRulerColor": "#458588",
"gitlens.mergedPullRequestIconColor": "#b16286",
"gitlens.openAutolinkedIssueIconColor": "#98971a",
"gitlens.openPullRequestIconColor": "#98971a",
"gitlens.trailingLineBackgroundColor": "#32302f",
"gitlens.trailingLineForegroundColor": "#3c3836",
"gitlens.unpublishedChangesIconColor": "#98971a",
"gitlens.unpublishedCommitIconColor": "#98971a",
"gitlens.unpulledChangesIconColor": "#fe8019"
},
"semanticTokenColors": {
"constant.builtin": "#d3869b",
Expand Down
64 changes: 63 additions & 1 deletion themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,69 @@
// OTHERS
"textLink.foreground": "#076678",
"textLink.activeForeground": "#458588",
"debugToolBar.background": "#f9f5d7"
"debugToolBar.background": "#f9f5d7",
// GIT LENS
"gitlens.closedAutolinkedIssueIconColor": "#b16286",
"gitlens.closedPullRequestIconColor": "#cc241d",
"gitDecoration.addedResourceForeground": "#3c3836",
"gitlens.decorations.branchAheadForegroundColor": "#98971a",
"gitlens.decorations.branchBehindForegroundColor": "#d65d0e",
"gitlens.decorations.branchDivergedForegroundColor": "#d79921",
"gitlens.decorations.branchMissingUpstreamForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingForegroundColor": "#d79921",
"gitlens.decorations.workspaceCurrentForegroundColor": "#98971a",
"gitlens.decorations.workspaceRepoMissingForegroundColor": "#a89984",
"gitlens.decorations.workspaceRepoOpenForegroundColor": "#98971a",
"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#928374",
"gitlens.decorations.worktreeMissingForegroundColor": "#cc241d",
"gitlens.graphChangesColumnAddedColor": "#98971a",
"gitlens.graphChangesColumnDeletedColor": "#cc241d",
"gitlens.graphLane1Color": "#076678",
"gitlens.graphLane2Color": "#458588",
"gitlens.graphLane3Color": "#8f3f71",
"gitlens.graphLane4Color": "#b16286",
"gitlens.graphLane5Color": "#427b58",
"gitlens.graphLane6Color": "#689d6a",
"gitlens.graphLane7Color": "#b57614",
"gitlens.graphLane8Color": "#d79921",
"gitlens.graphLane9Color": "#79740e",
"gitlens.graphLane10Color": "#98971a",
"gitlens.graphMinimapMarkerHeadColor": "#98971a",
"gitlens.graphMinimapMarkerHighlightsColor": "#79740e",
"gitlens.graphMinimapMarkerLocalBranchesColor": "#076678",
"gitlens.graphMinimapMarkerPullRequestsColor": "#af3a03",
"gitlens.graphMinimapMarkerRemoteBranchesColor": "#458588",
"gitlens.graphMinimapMarkerStashesColor": "#b16286",
"gitlens.graphMinimapMarkerTagsColor": "#a89984",
"gitlens.graphMinimapMarkerUpstreamColor": "#689d6a",
"gitlens.graphScrollMarkerHeadColor": "#79740e",
"gitlens.graphScrollMarkerHighlightsColor": "#d79921",
"gitlens.graphScrollMarkerLocalBranchesColor": "#076678",
"gitlens.graphScrollMarkerPullRequestsColor": "#af3a03",
"gitlens.graphScrollMarkerRemoteBranchesColor": "#458588",
"gitlens.graphScrollMarkerStashesColor": "#b16286",
"gitlens.graphScrollMarkerTagsColor": "#7c6f64",
"gitlens.graphScrollMarkerUpstreamColor": "#427b58",
"gitlens.gutterBackgroundColor": "#282828",
"gitlens.gutterForegroundColor": "#f9f5d7",
"gitlens.gutterUncommittedForegroundColor": "#458588",
"gitlens.launchpadIndicatorAttentionColor": "#b57614",
"gitlens.launchpadIndicatorAttentionHoverColor": "#d79921",
"gitlens.launchpadIndicatorBlockedColor": "#9d0006",
"gitlens.launchpadIndicatorBlockedHoverColor": "#cc241d",
"gitlens.launchpadIndicatorMergeableColor": "#79740e",
"gitlens.launchpadIndicatorMergeableHoverColor": "#98971a",
"gitlens.lineHighlightBackgroundColor": "#ebdbb2",
"gitlens.lineHighlightOverviewRulerColor": "#458588",
"gitlens.mergedPullRequestIconColor": "#b16286",
"gitlens.openAutolinkedIssueIconColor": "#98971a",
"gitlens.openPullRequestIconColor": "#98971a",
"gitlens.trailingLineBackgroundColor": "#f9f5d7",
"gitlens.trailingLineForegroundColor": "#ebdbb2",
"gitlens.unpublishedChangesIconColor": "#98971a",
"gitlens.unpublishedCommitIconColor": "#98971a",
"gitlens.unpulledChangesIconColor": "#af3a03"
},
"semanticTokenColors": {
"constant.builtin": "#8f3f71",
Expand Down
64 changes: 63 additions & 1 deletion themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,69 @@
// OTHERS
"textLink.foreground": "#076678",
"textLink.activeForeground": "#458588",
"debugToolBar.background": "#fbf1c7"
"debugToolBar.background": "#fbf1c7",
// GIT LENS
"gitlens.closedAutolinkedIssueIconColor": "#b16286",
"gitlens.closedPullRequestIconColor": "#cc241d",
"gitDecoration.addedResourceForeground": "#3c3836",
"gitlens.decorations.branchAheadForegroundColor": "#98971a",
"gitlens.decorations.branchBehindForegroundColor": "#d65d0e",
"gitlens.decorations.branchDivergedForegroundColor": "#d79921",
"gitlens.decorations.branchMissingUpstreamForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor": "#cc241d",
"gitlens.decorations.statusMergingOrRebasingForegroundColor": "#d79921",
"gitlens.decorations.workspaceCurrentForegroundColor": "#98971a",
"gitlens.decorations.workspaceRepoMissingForegroundColor": "#a89984",
"gitlens.decorations.workspaceRepoOpenForegroundColor": "#98971a",
"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor": "#928374",
"gitlens.decorations.worktreeMissingForegroundColor": "#cc241d",
"gitlens.graphChangesColumnAddedColor": "#98971a",
"gitlens.graphChangesColumnDeletedColor": "#cc241d",
"gitlens.graphLane1Color": "#076678",
"gitlens.graphLane2Color": "#458588",
"gitlens.graphLane3Color": "#8f3f71",
"gitlens.graphLane4Color": "#b16286",
"gitlens.graphLane5Color": "#427b58",
"gitlens.graphLane6Color": "#689d6a",
"gitlens.graphLane7Color": "#b57614",
"gitlens.graphLane8Color": "#d79921",
"gitlens.graphLane9Color": "#79740e",
"gitlens.graphLane10Color": "#98971a",
"gitlens.graphMinimapMarkerHeadColor": "#98971a",
"gitlens.graphMinimapMarkerHighlightsColor": "#79740e",
"gitlens.graphMinimapMarkerLocalBranchesColor": "#076678",
"gitlens.graphMinimapMarkerPullRequestsColor": "#af3a03",
"gitlens.graphMinimapMarkerRemoteBranchesColor": "#458588",
"gitlens.graphMinimapMarkerStashesColor": "#b16286",
"gitlens.graphMinimapMarkerTagsColor": "#a89984",
"gitlens.graphMinimapMarkerUpstreamColor": "#689d6a",
"gitlens.graphScrollMarkerHeadColor": "#79740e",
"gitlens.graphScrollMarkerHighlightsColor": "#d79921",
"gitlens.graphScrollMarkerLocalBranchesColor": "#076678",
"gitlens.graphScrollMarkerPullRequestsColor": "#af3a03",
"gitlens.graphScrollMarkerRemoteBranchesColor": "#458588",
"gitlens.graphScrollMarkerStashesColor": "#b16286",
"gitlens.graphScrollMarkerTagsColor": "#7c6f64",
"gitlens.graphScrollMarkerUpstreamColor": "#427b58",
"gitlens.gutterBackgroundColor": "#282828",
"gitlens.gutterForegroundColor": "#fbf1c7",
"gitlens.gutterUncommittedForegroundColor": "#458588",
"gitlens.launchpadIndicatorAttentionColor": "#b57614",
"gitlens.launchpadIndicatorAttentionHoverColor": "#d79921",
"gitlens.launchpadIndicatorBlockedColor": "#9d0006",
"gitlens.launchpadIndicatorBlockedHoverColor": "#cc241d",
"gitlens.launchpadIndicatorMergeableColor": "#79740e",
"gitlens.launchpadIndicatorMergeableHoverColor": "#98971a",
"gitlens.lineHighlightBackgroundColor": "#ebdbb2",
"gitlens.lineHighlightOverviewRulerColor": "#458588",
"gitlens.mergedPullRequestIconColor": "#b16286",
"gitlens.openAutolinkedIssueIconColor": "#98971a",
"gitlens.openPullRequestIconColor": "#98971a",
"gitlens.trailingLineBackgroundColor": "#fbf1c7",
"gitlens.trailingLineForegroundColor": "#ebdbb2",
"gitlens.unpublishedChangesIconColor": "#98971a",
"gitlens.unpublishedCommitIconColor": "#98971a",
"gitlens.unpulledChangesIconColor": "#af3a03"
},
"semanticTokenColors": {
"constant.builtin": "#8f3f71",
Expand Down
Loading