| .path { | |
| white-space: nowrap; | |
| text-overflow: ellipsis; | |
| overflow: hidden; | |
| /* Makes ellipsis show in default text color, we show the basename in link color below */ | |
| color: var(--vscode-disabledForeground); | |
| } | |
| .excluded { | |
| text-decoration: line-through ; | |
| } | |
| .basename { | |
| color: var(--vscode-textLink-foreground); | |
| } | |
| .repoShortName { | |
| color: var(--vscode-disabledForeground); | |
| font-size: smaller; | |
| } | |
| .dirname { | |
| color: var(--vscode-disabledForeground); | |
| font-size: smaller; | |
| } | |
| .range { | |
| color: var(--vscode-disabledForeground); | |
| } | |