{"id":30872926,"url":"https://github.com/thecodetherapy/bifrost","last_synced_at":"2025-09-07T22:46:49.148Z","repository":{"id":312590170,"uuid":"1047988386","full_name":"TheCodeTherapy/Bifrost","owner":"TheCodeTherapy","description":"A VSCode Theme with refined color mappings for the Odin Programming Language and GLSL","archived":false,"fork":false,"pushed_at":"2025-08-31T17:52:39.000Z","size":2516,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-31T19:21:14.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/TheCodeTherapy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T17:11:56.000Z","updated_at":"2025-08-31T17:59:27.000Z","dependencies_parsed_at":"2025-08-31T19:21:17.669Z","dependency_job_id":"5c82fff1-b227-4011-91dc-6932b9861f45","html_url":"https://github.com/TheCodeTherapy/Bifrost","commit_stats":null,"previous_names":["thecodetherapy/bifrost"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TheCodeTherapy/Bifrost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeTherapy%2FBifrost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeTherapy%2FBifrost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeTherapy%2FBifrost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeTherapy%2FBifrost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCodeTherapy","download_url":"https://codeload.github.com/TheCodeTherapy/Bifrost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeTherapy%2FBifrost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274107986,"owners_count":25223473,"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-09-07T02:00:09.463Z","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":[],"created_at":"2025-09-07T22:46:45.589Z","updated_at":"2025-09-07T22:46:49.140Z","avatar_url":"https://github.com/TheCodeTherapy.png","language":"TypeScript","readme":"# [Bifröst](https://marketplace.visualstudio.com/items?itemName=thecodetherapy.bitfrost-code-theme)\n\n## [GitHub Repo](https://github.com/thecodetherapy/bifrost)\n\nEnhanced theme with improved semantic token support and refined color mappings for better code readability.\n\nBifröst is a fork of the popular OneDark Pro theme, with a complete update on the color-scheme and additions to the semantic token support I wanted (especially for Odin language and GLSL shaders), for improved color differentiation and refined visual hierarchy.\n\n## Screenshots\n\n### Bifröst (Default)\n![Bifröst Odin](screenshots/bifrost_odin.png)\n\n![Bifröst GLSL](screenshots/bifrost_glsl.png)\n\n### Bifröst Darker\n![Bifröst Darker Odin](screenshots/bifrost_darker_odin.png)\n\n![Bifröst Darker GLSL](screenshots/bifrost_darker_glsl.png)\n\n### Bifröst Flat\n![Bifröst Flat Odin](screenshots/bifrost_flat_odin.png)\n\n![Bifröst Flat GLSL](screenshots/bifrost_flat_glsl.png)\n\n### Bifröst Mix\n![Bifröst Mix Odin](screenshots/bifrost_mix_odin.png)\n\n![Bifröst Mix GLSL](screenshots/bifrost_mix_glsl.png)\n\n### Bifröst Night Flat\n![Bifröst Night Flat Odin](screenshots/bifrost_night_flat_odin.png)\n\n![Bifröst Night Flat GLSL](screenshots/bifrost_night_flat_glsl.png)\n\n### Suggest Editor Settings\n```\n  \"editor.fontSize\": 17,\n  \"editor.lineHeight\": 23,\n  \"editor.fontFamily\": \"'JetBrainsMono Nerd Font'\",\n  \"editor.semanticHighlighting.enabled\": true,\n  \"editor.renderWhitespace\": \"trailing\",\n  \"editor.minimap.enabled\": false,\n  \"files.trimTrailingWhitespace\": true,\n  \"explorer.compactFolders\": false,\n  \"workbench.startupEditor\": \"none\",\n  \"workbench.activityBar.location\": \"top\",\n  \"editor.semanticTokenColorCustomizations\": {\n    \"enabled\": true,\n    \"[Bifröst]\": {\n      \"enabled\": true,\n      \"rules\": {}\n    }\n  },\n```\n\nJetBrains Mono Download: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/JetBrainsMono.zip\n\n### Tweaks \u0026 theming\n\nIf you want to play around with new colors, use the setting\n`workbench.colorCustomizations` to customize the currently selected theme. For\nexample, you can add this snippet in your \"settings.json\" file:\n\n```json\n\"workbench.colorCustomizations\": {\n  \"tab.activeBackground\": \"#282c34\",\n  \"activityBar.background\": \"#282c34\",\n  \"sideBar.background\": \"#282c34\",\n  \"tab.activeBorder\": \"#d19a66\",\n}\n```\n\nor use the setting `editor.tokenColorCustomizations`\n\n```json\n\"editor.tokenColorCustomizations\": {\n  \"[Bifröst]\": {\n    \"textMateRules\": [\n      {\n        \"scope\": [\"source.python\"],\n        \"settings\": {\n          \"foreground\": \"#e06c75\"\n        }\n      }\n    ]\n  }\n}\n```\n\n#### Italic\n\nYou could set this in your setting.json to make code be italic\n\n```json\n\"editor.tokenColorCustomizations\": {\n    \"textMateRules\": [\n      {\n        \"name\": \"italic font\",\n        \"scope\": [\n          \"comment\",\n          \"keyword\",\n          \"storage\",\n          \"keyword.control\",\n          \"keyword.control.from\",\n          \"keyword.control.flow\",\n          \"keyword.operator.new\",\n          \"keyword.control.import\",\n          \"keyword.control.export\",\n          \"keyword.control.default\",\n          \"keyword.control.trycatch\",\n          \"keyword.control.conditional\",\n          \"storage.type\",\n          \"storage.type.class\",\n          \"storage.modifier.tsx\",\n          \"storage.type.function\",\n          \"storage.modifier.async\",\n          \"variable.language\",\n          \"variable.language.this\",\n          \"variable.language.super\",\n          \"meta.class\",\n          \"meta.var.expr\",\n          \"constant.language.null\",\n          \"support.type.primitive\",\n          \"entity.name.method.js\",\n          \"entity.other.attribute-name\",\n          \"punctuation.definition.comment\",\n          \"text.html.basic entity.other.attribute-name\",\n          \"tag.decorator.js entity.name.tag.js\",\n          \"tag.decorator.js punctuation.definition.tag.js\",\n          \"source.js constant.other.object.key.js string.unquoted.label.js\",\n        ],\n        \"settings\": {\n          \"fontStyle\": \"italic\",\n        }\n      },\n    ]\n  }\n```\n\n[more info](https://github.com/thecodetherapy/bifrost)\n\n## Python \u0026 Pylance users\nPython users I recommend using [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) extension for fast, feature-rich language support.\n\nSemantic colors can be customized in settings.json by associating the Pylance semantic token types and modifiers with the desired colors.\n\n- Semantic token types\n\n  - class, enum\n  - parameter, variable, property, enumMember\n  - function, member\n  - module\n  - intrinsic\n  - magicFunction (dunder methods)\n  - selfParameter, clsParameter\n\n- Semantic token modifiers\n  - declaration\n  - readonly, static, abstract\n  - async\n  - typeHint, typeHintComment\n  - decorator\n  - builtin\n\nThe [scope inspector](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector) tool allows you to explore what semantic tokens are present in a source file and what theme rules they match to.\n\nExample of customizing semantic colors in settings.json:\n\n```jsonc\n{\n  \"editor.semanticTokenColorCustomizations\": {\n    \"[Bifröst]\": {\n      // Apply to this theme only\n      \"enabled\": true,\n      \"rules\": {\n        \"magicFunction:python\": \"#ee0000\",\n        \"function.declaration:python\": \"#990000\",\n        \"*.decorator:python\": \"#0000dd\",\n        \"*.typeHint:python\": \"#5500aa\",\n        \"*.typeHintComment:python\": \"#aaaaaa\",\n        \"parameter:python\": \"#aaaaaa\"\n      }\n    }\n  }\n}\n```\n\nPlease check the official documentation,\n[Theme Color Reference](https://code.visualstudio.com/docs/getstarted/theme-color-reference) and\n[Theme Color](https://code.visualstudio.com/docs/getstarted/themes), for more helpful information.\n[More info](https://code.visualstudio.com/updates/v1_15#_user-definable-syntax-highlighting-colors)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodetherapy%2Fbifrost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodetherapy%2Fbifrost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodetherapy%2Fbifrost/lists"}