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

Language-Specific Images (Icons) #314

Open
ArchUser123 opened this issue Apr 22, 2024 · 1 comment
Open

Language-Specific Images (Icons) #314

ArchUser123 opened this issue Apr 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ArchUser123
Copy link

ArchUser123 commented Apr 22, 2024

(Suggestion)

Custom Images/Icons based on the language or file extension.

@nick22985
Copy link
Collaborator

nick22985 commented May 8, 2024

Do you mean be able to configure this?

You can set these config options to a URL and get images based on the lang key. Think you can use any of the configuration keys in here

	"vscord.status.image.large.viewing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.editing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.debugging.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.idle.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.notInFile.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/vscode.png",
	"vscord.status.image.small.viewing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.editing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.debugging.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.idle.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.notInFile.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",

@xhayper xhayper added the enhancement New feature or request label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants