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
h1ac opened this issue Apr 22, 2024 · 2 comments
Open

Language-Specific Images (Icons) #314

h1ac opened this issue Apr 22, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@h1ac
Copy link

h1ac 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
@h1ac
Copy link
Author

h1ac commented Jul 23, 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",

Hi, sorry for the ultra late reply. And no, I do not mean that. I meant to configure the Language Icons, i.e change the logo of a specific language shown in discord.

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