{"id":26601099,"url":"https://github.com/willstocks/firacode2iscript","last_synced_at":"2025-08-01T11:38:54.511Z","repository":{"id":177620939,"uuid":"252114282","full_name":"willstocks/FiraCode2iScript","owner":"willstocks","description":"A mish-mash/combination of the beautiful FiraCode (v5.2+) font and iScript. Great for IDE's/Code Editors alike!","archived":false,"fork":false,"pushed_at":"2020-07-31T09:13:02.000Z","size":1042,"stargazers_count":17,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T16:45:12.707Z","etag":null,"topics":["combinations","combine","editor","editor-theme","font","font-face","fonts","styles"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willstocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-01T08:19:20.000Z","updated_at":"2024-05-30T08:44:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"accd89e2-72d0-4229-ab61-4b16eb4a4671","html_url":"https://github.com/willstocks/FiraCode2iScript","commit_stats":null,"previous_names":["willstocks/firacode2iscript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willstocks/FiraCode2iScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willstocks%2FFiraCode2iScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willstocks%2FFiraCode2iScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willstocks%2FFiraCode2iScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willstocks%2FFiraCode2iScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willstocks","download_url":"https://codeload.github.com/willstocks/FiraCode2iScript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willstocks%2FFiraCode2iScript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268215611,"owners_count":24214365,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["combinations","combine","editor","editor-theme","font","font-face","fonts","styles"],"created_at":"2025-03-23T18:36:48.842Z","updated_at":"2025-08-01T11:38:54.460Z","avatar_url":"https://github.com/willstocks.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fira Code v5.2 + iScript\nA mish-mash of Fira Code v5.2 and iScript\n\nI was originally using https://github.com/kencrocken/FiraCodeiScript, however it hasn't been updated in a while and [Fira Code](https://github.com/tonsky/FiraCode) has had a LOAD of really useful updates to it since that I wanted to make use of.\n\nOriginally this was Fira Code v2 + iScript, however Fira Code has now had multiple releases since. At some point, I may apply a _minor_ rename to the font to remove the Two/2 so the naming is a bit more... relevant!\n\n\n## Installation\nThis is _really_ simple to install - download the three `.ttf` files and install them on your system. \n\nThen, launch whatever code editor you use and apply `Fira Code Two iScript` as your font family.\n\nIn VSCode, I use (with fallbacks for multiple machines): \n\n```json\n\"editor.fontFamily\": \"Fira Code Two iScript, FiraCode-Retina, Fira Code Retina, Fira Code, Consolas, 'Courier New', monospace\",\n```\n\nI then apply the following in `settings.json` as well to enable italics:\n\n```js\n\"editor.tokenColorCustomizations\": {\n    \"textMateRules\": [\n        {\n            \"scope\": [\n                \"comment\",\n                \"constant\", //String, Number, Boolean…, this, super\n                \"keyword\", //import, export, return…\n                \"markup.italic\",\n                \"meta.selector\",\n                \"storage.modifier\", //static keyword\n                \"storage.type\",\n                \"storage.type.class.js\", //class keyword\n                \"variable.language\",\n            ],\n            \"settings\": {\n                \"fontStyle\": \"italic\",\n            }\n        },\n        {\n            \"scope\": [\n                //following will be excluded from italics (VSCode has some defaults for italics which aren't amazingT)\n                \"invalid\",\n                \"keyword.operator\",\n                \"constant.numeric.css\",\n                \"keyword.other.unit.px.css\",\n                \"constant.numeric.decimal.js\",\n                \"constant.numeric.json\"\n            ],\n            \"settings\": {\n                \"fontStyle\": \"\"\n            }\n        }\n    ]\n}\n```\n\n## Screenshots\nComing soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillstocks%2Ffiracode2iscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillstocks%2Ffiracode2iscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillstocks%2Ffiracode2iscript/lists"}