{"id":16957245,"url":"https://github.com/zekth/keyset-catalog","last_synced_at":"2025-03-21T13:42:21.389Z","repository":{"id":36117661,"uuid":"206423801","full_name":"zekth/Keyset-Catalog","owner":"zekth","description":"Just a simple app to browse available keysets and find the best matches for a color","archived":false,"fork":false,"pushed_at":"2022-02-26T20:07:11.000Z","size":4837,"stargazers_count":12,"open_issues_count":12,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T09:25:16.961Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zekth.github.io/Keyset-Catalog/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zekth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-04T22:09:22.000Z","updated_at":"2023-08-28T15:55:06.000Z","dependencies_parsed_at":"2022-08-08T13:16:11.549Z","dependency_job_id":null,"html_url":"https://github.com/zekth/Keyset-Catalog","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2FKeyset-Catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2FKeyset-Catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2FKeyset-Catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2FKeyset-Catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zekth","download_url":"https://codeload.github.com/zekth/Keyset-Catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244807056,"owners_count":20513567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T22:17:25.696Z","updated_at":"2025-03-21T13:42:21.342Z","avatar_url":"https://github.com/zekth.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Keyset Catalog](https://zekth.github.io/Keyset-Catalog/)\n\nJust a simple app to browse available keysets and find the best matches for a color. Accessible [here](https://zekth.github.io/Keyset-Catalog/)\n\n## Develop\n\n```\nnpm install\nnpm run serve\n```\n\nCode style use prettier and eslint. Runs before the build\n\n```bash\nnpm run prettier # check code style\nnpm run prettier:fix # fix code style\nnpm run lint # check linting\n```\n## Add a Keyset\n\nKeysets are currently only GMK ones, and the datastore is in `src/keysets/gmk.ts`. Colors support only HEX values.\n\nA base keyset is:\n\n```js\n  {\n    name: 'Taro',\n    designer: 'pwade3',\n    colors: {\n      base: {\n        background: '#8e71a2',\n        legend: '#170b19'\n      },\n      mod: {\n        background: '#170b19',\n        legend: '#8e71a2'\n      },\n      accent: {\n        background: '#5ed8df',\n        legend: '#8e71a2'\n      }\n    }\n  }\n```\n\nThis keyset can be customized for each key. Ids of keys are the same as the ones you can find in [QMK](https://beta.docs.qmk.fm/features/keycodes_basic). For example see the GMK Terminal with the VIM kit:\n\n```js\n{\n    name: 'Terminal',\n    designer: '',\n    colors: {\n      base: {\n        background: '#393b3b',\n        legend: '#689b34'\n      },\n      mod: {\n        background: '#393b3b',\n        legend: '#689b34'\n      },\n      accent: {\n        background: '#689b34',\n        legend: '#393b3b'\n      }\n    },\n    specialKeys: {\n      KC_H: {\n        type: 'accent',\n        thirdContent: '←'\n      },\n      KC_J: {\n        type: 'accent',\n        thirdContent: '↓'\n      },\n      KC_K: {\n        type: 'accent',\n        thirdContent: '↑'\n      },\n      KC_L: {\n        type: 'accent',\n        thirdContent: '→'\n      }\n    }\n  }\n```\n\nAlso `weebAlt` and `weeb` are stored as const because it's used in several keysets. You can see for example Bento:\n\n```js\n{\n    name: 'Bento - weeb alt',\n    designer: 'biip',\n    colors: {\n      base: {\n        background: '#fff3ef',\n        color: '#3e728f'\n      },\n      mod: {\n        background: '#3e728f',\n        color: '#fb7279'\n      },\n      accent: {\n        background: '#fb7279',\n        color: '#3e728f'\n      },\n      ptn: {\n        background: 'red',\n        color: 'white'\n      }\n    },\n    specialKeys: {\n      KC_ESC: {\n        content: 'Putain',\n        type: 'ptn'\n      },\n      ...weebAlt // Spread operator\n    }\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fkeyset-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzekth%2Fkeyset-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fkeyset-catalog/lists"}