Skip to content

Instantly share code, notes, and snippets.

View vyrx-dev's full-sized avatar
◻️
zen

Amit vyrx-dev

◻️
zen
View GitHub Profile
@vyrx-dev
vyrx-dev / aamis.json
Created February 24, 2026 22:21
My custom Theme Blueprint for Aether
{
"name": "aamis",
"timestamp": 1761167173190,
"palette": {
"wallpaper": "/home/vyrx/.cache/aether/wallhaven-wallpapers/wallhaven-mdjrqy.jpg",
"colors": [
"#0f0f0f",
"#e25d6c",
"#cea37f",
"#f4bb54",
@vyrx-dev
vyrx-dev / keybindings.json
Last active February 24, 2026 22:18
My VS Code Keybindings
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+s",
"command": "workbench.action.toggleAutoSave",
},
{
"key": "shift+alt+c",
"command": "codesnap.start",
},
@vyrx-dev
vyrx-dev / settings.json
Last active February 24, 2026 22:18
My VS Code Settings
{
"window.menuBarVisibility": "compact",
"workbench.activityBar.location": "top",
"window.commandCenter": false,
"editor.fontFamily": "'JetBrains Mono', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.fontWeight": "400",
"editor.cursorSmoothCaretAnimation": "on",
"breadcrumbs.enabled": false,