|
128 | 128 | "description": "Specifies whether or not to trigger hover annotations over the whole line", |
129 | 129 | "scope": "window" |
130 | 130 | }, |
| 131 | + "gitlens.annotations.file.gutter.separateLines": { |
| 132 | + "type": "boolean", |
| 133 | + "default": true, |
| 134 | + "description": "Specifies whether or not gutter blame annotations will be separated by a small gap", |
| 135 | + "scope": "window" |
| 136 | + }, |
131 | 137 | "gitlens.annotations.file.hover.details": { |
132 | 138 | "type": "boolean", |
133 | 139 | "default": true, |
|
701 | 707 | "description": "Specifies the string to be shown in place of the `authors` code lens when there are unsaved changes", |
702 | 708 | "scope": "window" |
703 | 709 | }, |
704 | | - "gitlens.theme.annotations.file.gutter.separateLines": { |
705 | | - "type": "boolean", |
706 | | - "default": true, |
707 | | - "description": "Specifies whether or not gutter blame annotations will be separated by a small gap", |
708 | | - "scope": "window" |
709 | | - }, |
710 | | - "gitlens.theme.annotations.file.gutter.dark.backgroundColor": { |
711 | | - "type": "string", |
712 | | - "default": "rgba(255, 255, 255, 0.075)", |
713 | | - "description": "Specifies the dark theme background color of the gutter blame annotations. Must be a valid css color", |
714 | | - "scope": "window" |
715 | | - }, |
716 | | - "gitlens.theme.annotations.file.gutter.light.backgroundColor": { |
717 | | - "type": "string", |
718 | | - "default": "rgba(0, 0, 0, 0.05)", |
719 | | - "description": "Specifies the light theme background color of the gutter blame annotations. Must be a valid css color", |
720 | | - "scope": "window" |
721 | | - }, |
722 | | - "gitlens.theme.annotations.file.gutter.dark.foregroundColor": { |
723 | | - "type": "string", |
724 | | - "default": "rgb(190, 190, 190)", |
725 | | - "description": "Specifies the dark theme foreground color of the gutter blame annotations. Must be a valid css color", |
726 | | - "scope": "window" |
727 | | - }, |
728 | | - "gitlens.theme.annotations.file.gutter.light.foregroundColor": { |
729 | | - "type": "string", |
730 | | - "default": "rgb(116, 116, 116)", |
731 | | - "description": "Specifies the light theme foreground color of the gutter blame annotations. Must be a valid css color", |
732 | | - "scope": "window" |
733 | | - }, |
734 | | - "gitlens.theme.annotations.file.gutter.dark.uncommittedForegroundColor": { |
735 | | - "type": "string", |
736 | | - "default": "rgba(0, 188, 242, 0.6)", |
737 | | - "description": "Specifies the dark theme foreground color of an uncommitted line in the gutter blame annotations. Must be a valid css color", |
738 | | - "scope": "window" |
739 | | - }, |
740 | | - "gitlens.theme.annotations.file.gutter.light.uncommittedForegroundColor": { |
741 | | - "type": "string", |
742 | | - "default": "rgba(0, 188, 242, 0.6)", |
743 | | - "description": "Specifies the light theme foreground color of an uncommitted line in the gutter blame annotations. Must be a valid css color", |
744 | | - "scope": "window" |
745 | | - }, |
746 | | - "gitlens.theme.annotations.line.trailing.dark.backgroundColor": { |
747 | | - "type": "string", |
748 | | - "default": null, |
749 | | - "description": "Specifies the dark theme background color of the trailing blame annotation. Must be a valid css color", |
750 | | - "scope": "window" |
751 | | - }, |
752 | | - "gitlens.theme.annotations.line.trailing.light.backgroundColor": { |
753 | | - "type": "string", |
754 | | - "default": null, |
755 | | - "description": "Specifies the light theme background color of the trailing blame annotation. Must be a valid css color", |
756 | | - "scope": "window" |
757 | | - }, |
758 | | - "gitlens.theme.annotations.line.trailing.dark.foregroundColor": { |
759 | | - "type": "string", |
760 | | - "default": "rgba(153, 153, 153, 0.35)", |
761 | | - "description": "Specifies the dark theme foreground color of the trailing blame annotation. Must be a valid css color", |
762 | | - "scope": "window" |
763 | | - }, |
764 | | - "gitlens.theme.annotations.line.trailing.light.foregroundColor": { |
765 | | - "type": "string", |
766 | | - "default": "rgba(153, 153, 153, 0.35)", |
767 | | - "description": "Specifies the light theme foreground color of the trailing blame annotation. Must be a valid css color", |
768 | | - "scope": "window" |
769 | | - }, |
770 | | - "gitlens.theme.lineHighlight.dark.backgroundColor": { |
771 | | - "type": "string", |
772 | | - "default": "rgba(0, 188, 242, 0.2)", |
773 | | - "description": "Specifies the dark theme background color of the associated line highlights in blame annotations. Must be a valid css color", |
774 | | - "scope": "window" |
775 | | - }, |
776 | | - "gitlens.theme.lineHighlight.light.backgroundColor": { |
777 | | - "type": "string", |
778 | | - "default": "rgba(0, 188, 242, 0.2)", |
779 | | - "description": "Specifies the light theme background color of the associated line highlights in blame annotations. Must be a valid css color", |
780 | | - "scope": "window" |
781 | | - }, |
782 | | - "gitlens.theme.lineHighlight.dark.overviewRulerColor": { |
783 | | - "type": "string", |
784 | | - "default": "rgba(0, 188, 242, 0.6)", |
785 | | - "description": "Specifies the dark theme overview ruler color of the associated line highlights in blame annotations. Must be a valid css color", |
786 | | - "scope": "window" |
787 | | - }, |
788 | | - "gitlens.theme.lineHighlight.light.overviewRulerColor": { |
789 | | - "type": "string", |
790 | | - "default": "rgba(0, 188, 242, 0.6)", |
791 | | - "description": "Specifies the light theme overview ruler color of the associated line highlights in blame annotations. Must be a valid css color", |
792 | | - "scope": "window" |
793 | | - }, |
794 | 710 | "gitlens.advanced.caching.enabled": { |
795 | 711 | "type": "boolean", |
796 | 712 | "default": true, |
|
1043 | 959 | } |
1044 | 960 | } |
1045 | 961 | }, |
| 962 | + "colors": [ |
| 963 | + { |
| 964 | + "id": "gitlens.gutterBackgroundColor", |
| 965 | + "description": "Specifies the background color of the gutter blame annotations", |
| 966 | + "defaults": { |
| 967 | + "dark": "#FFFFFF13", |
| 968 | + "light": "#0000000C", |
| 969 | + "highContrast": "#FFFFFF13" |
| 970 | + } |
| 971 | + }, |
| 972 | + { |
| 973 | + "id": "gitlens.gutterForegroundColor", |
| 974 | + "description": "Specifies the foreground color of the gutter blame annotations", |
| 975 | + "defaults": { |
| 976 | + "dark": "#BEBEBE", |
| 977 | + "light": "#747474", |
| 978 | + "highContrast": "#BEBEBE" |
| 979 | + } |
| 980 | + }, |
| 981 | + { |
| 982 | + "id": "gitlens.gutterUncommittedForegroundColor", |
| 983 | + "description": "Specifies the foreground color of an uncommitted line in the gutter blame annotations", |
| 984 | + "defaults": { |
| 985 | + "dark": "#00BCF299", |
| 986 | + "light": "#00BCF299", |
| 987 | + "highContrast": "#00BCF2FF" |
| 988 | + } |
| 989 | + }, |
| 990 | + { |
| 991 | + "id": "gitlens.trailingLineBackgroundColor", |
| 992 | + "description": "Specifies the background color of the trailing blame annotation", |
| 993 | + "defaults": { |
| 994 | + "dark": "#00000000", |
| 995 | + "light": "#00000000", |
| 996 | + "highContrast": "#00000000" |
| 997 | + } |
| 998 | + }, |
| 999 | + { |
| 1000 | + "id": "gitlens.trailingLineForegroundColor", |
| 1001 | + "description": "Specifies the foreground color of the trailing blame annotation", |
| 1002 | + "defaults": { |
| 1003 | + "dark": "#99999959", |
| 1004 | + "light": "#99999959", |
| 1005 | + "highContrast": "#99999999" |
| 1006 | + } |
| 1007 | + }, |
| 1008 | + { |
| 1009 | + "id": "gitlens.lineHighlightBackgroundColor", |
| 1010 | + "description": "Specifies the background color of the associated line highlights in blame annotations", |
| 1011 | + "defaults": { |
| 1012 | + "dark": "#00BCF233", |
| 1013 | + "light": "#00BCF233", |
| 1014 | + "highContrast": "#00BCF233" |
| 1015 | + } |
| 1016 | + }, |
| 1017 | + { |
| 1018 | + "id": "gitlens.lineHighlightOverviewRulerColor", |
| 1019 | + "description": "Specifies the overview ruler color of the associated line highlights in blame annotations", |
| 1020 | + "defaults": { |
| 1021 | + "dark": "#00BCF299", |
| 1022 | + "light": "#00BCF299", |
| 1023 | + "highContrast": "#00BCF299" |
| 1024 | + } |
| 1025 | + } |
| 1026 | + ], |
1046 | 1027 | "commands": [ |
1047 | 1028 | { |
1048 | 1029 | "command": "gitlens.diffDirectory", |
|
0 commit comments