{"id":18469573,"url":"https://github.com/tricinel/edge-theme","last_synced_at":"2026-04-25T12:35:42.938Z","repository":{"id":37713462,"uuid":"106816070","full_name":"tricinel/edge-theme","owner":"tricinel","description":"A simple theme with bright colors for your coding needs","archived":false,"fork":false,"pushed_at":"2023-02-10T02:40:08.000Z","size":12741,"stargazers_count":3,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T19:54:39.201Z","etag":null,"topics":["color-scheme","iterm2","sublime-text-3","theme","vim","vscode-theme"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tricinel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"License.md","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":"2017-10-13T11:29:09.000Z","updated_at":"2022-07-18T09:01:16.000Z","dependencies_parsed_at":"2023-02-14T12:31:07.870Z","dependency_job_id":null,"html_url":"https://github.com/tricinel/edge-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricinel%2Fedge-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricinel%2Fedge-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricinel%2Fedge-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricinel%2Fedge-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tricinel","download_url":"https://codeload.github.com/tricinel/edge-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949328,"owners_count":21830150,"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":["color-scheme","iterm2","sublime-text-3","theme","vim","vscode-theme"],"created_at":"2024-11-06T10:10:56.535Z","updated_at":"2026-04-25T12:35:37.902Z","avatar_url":"https://github.com/tricinel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Edge](https://i.imgur.com/KbIYmhD.png)\n\n`Edge` is a simple theme with bright colors. Edge comes in three versions — _Night Sky_, _Serene_ and _Ocean_ for all day long comfortable work. The theme has a few customisable options to help you personalise your experience with it.\n\n## Installation\n\n- If you're a Sublime Text 3 user, please check out the [Sublime Text 3 specific repository](https://github.com/tricinel/edge-theme-sublime-text-3)\n- If you're a iTerm2 user, please check out the [iTerm2 specific repository](https://github.com/tricinel/edge-theme-iterm2)\n- If you're a Vim user, please check out the [Vim specific repository](https://github.com/tricinel/edge-theme-vim)\n- If you're a VSCode user, please check out the [VSCode specific repository](https://github.com/tricinel/edge-theme-vscode)\n- If you're a Alfred user, please check out the [Alfred specific repository](https://github.com/tricinel/edge-theme-alfred)\n\n## Local development\n\n- Clone this repo\n- `yarn install` will install the required dev dependencies\n- `yarn watch` will watch the files for changes and generate the themes/schemes\n- `yarn build` will build the theme files\n- `yarn test` will run the tests\n- `yarn a11y` will check the colors in all the themes for accessibility\n\n### Files and folder structure\n\n```\n├── assets\n│   └── icons\n│       ├── common\n│       ├── night-sky\n│       ├── ocean\n│       └── serene\n├── gulp\n├── icons\n├── dist\n│   └── alfred\n│   └── iterm2\n│   └── sublimetext\n│   └── vim\n│   └── vscode\n├── src\n│   ├── config\n│   │   └── alfred\n│   │   └── iterm2\n│   │   └── sublimetext\n│   │   └── vim\n│   │   └── vscode\n│   ├── utils\n├── CHANGELOG.md\n├── CONTRIBUTING.md\n├── Edge Theme.sketch\n├── README.md\n├── gulpfile.babel.js\n├── package.json\n└── yarn.lock\n```\n\n- `assets/icons` contains the UI icons for the various themes\n- `gulp` contains the tasks for development, e.g. building the themes\n- `icons` contains the file_type icons. Please note that Edge for Sublime Text 3 supports [A File Icon](https://github.com/ihodev/a-file-icon) package.\n- `src` contains the source files, as follows:\n- `src/config` -\u003e general config and editor-specific files, such as templates that are generated\n- `src/utils` -\u003e various util files, such as accessibility utils, logger and color utils\n\n### Editor specific\n\n#### Sublime Text 3\n\nThere's a small workflow you can apply to make modifications on the themes and have them reflect on the Sublime editor UI.\n\n1.  `git clone git@github.com:tricinel/edge-theme.git`\n2.  `yarn install`\n3.  `yarn build`\n4.  `cd \u003cpath-to-sublime-text-3-packages\u003e \u0026\u0026 rm -rf Edge\\ Theme #if you have the theme installed`\n5.  `ln -s \u003cpath-to-edge-theme-repo\u003e/dist/sublime-text Edge\\ Theme`\n6.  `cd \u003cpath-to-edge-theme-repo\u003e`\n7.  Make changes\n8.  `yarn build`\n\n#### iTerm2\n\nThere's no workflow you can apply to make modifications on the color schemes and have them immediately reflect on the iTerm2 UI. However, you can still use the `release` task to generate the color schemes that you can then re-import into iTerm2.\n\n1.  `git clone git@github.com:tricinel/edge-theme.git`\n2.  `yarn install`\n3.  `yarn build`\n4.  Make changes\n5.  `yarn build`\n6.  Launch iTerm 2.\n7.  Click on iTerm2 menu title\n8.  Select the **Preferences** option\n9.  Select **Profiles**\n10. Navigate to **Colors** tab\n11. Click on **Color Presets**\n12. Click on **Import**\n13. Select the `.itermcolors` files of the schemes from `\u003cpath-to-edge-theme-repo\u003e/dist/iterm2`\n14. Click on **Color Presets** and choose a color scheme that you previously imported.\n\n#### Slack\n\nWith Slack, you can customize the sidebar theme by pasting the following color codes in your *Sidebar Theme* section under Slack's *Preferences*:\n\n**Edge Night Sky**\n\n`#07161B,#172A3A,#172A3A,#F3D3BD,#061419,#A9BCD0,#5DD39E,#FB3640`\n\n**Edge Serene**\n\n`#F6EED8,#EAE1CB,#DDC990,#633F24,#097C8E,#633F24,#2E7820,#C41922`\n\n**Edge Ocean**\n\n`#001230,#0C2A59,#0C2A59,#F5D2AC,#F5D2AC,#52A6F0,#40C7BC,#E7616F`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricinel%2Fedge-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftricinel%2Fedge-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricinel%2Fedge-theme/lists"}