
Icon on the top left and in the middle of the screen are the base one I think
it could be better to change them with VSCodium logo
Duplicate of #104
not exactly one for the icon in the center of the screen
@Aviortheking Oh! I see...
The middle icon you're talking about is located on <vscode_root>/src/vs/workbench/browser/parts/editor/media/letterpress-dark.svg. There's also other versions on the same folder.
We'd need to change those to the vscodium icon. Maybe @stripedpajamas has a SVG version of the icon that he could share so someone can create the replacements for this view?
All the icon files are linked in this comment https://github.com/VSCodium/vscodium/issues/4#issuecomment-427070331
Created these letterpress svgs loosely based off the existing (normal, dark, high contrast)
Will open a PR to use them
Most helpful comment
@Aviortheking Oh! I see...
The middle icon you're talking about is located on
<vscode_root>/src/vs/workbench/browser/parts/editor/media/letterpress-dark.svg. There's also other versions on the same folder.We'd need to change those to the vscodium icon. Maybe @stripedpajamas has a SVG version of the icon that he could share so someone can create the replacements for this view?