{"id":13512144,"url":"https://github.com/wesbos/cobalt2","last_synced_at":"2026-01-28T05:18:10.073Z","repository":{"id":6212086,"uuid":"7443227","full_name":"wesbos/cobalt2","owner":"wesbos","description":"Tweaked and refined Sublime Text theme based on the original cobalt. ","archived":false,"fork":false,"pushed_at":"2019-10-28T22:40:19.000Z","size":315,"stargazers_count":1571,"open_issues_count":32,"forks_count":154,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-03-25T15:50:54.248Z","etag":null,"topics":["hacktoberfest","sublime-text"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"piemonte/PBJVision","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wesbos.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}},"created_at":"2013-01-04T16:21:22.000Z","updated_at":"2025-03-01T02:05:38.000Z","dependencies_parsed_at":"2022-06-27T10:16:52.455Z","dependency_job_id":null,"html_url":"https://github.com/wesbos/cobalt2","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/wesbos/cobalt2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wesbos","download_url":"https://codeload.github.com/wesbos/cobalt2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesbos%2Fcobalt2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest","sublime-text"],"created_at":"2024-08-01T03:01:32.302Z","updated_at":"2026-01-28T05:18:10.059Z","avatar_url":"https://github.com/wesbos.png","language":null,"funding_links":[],"categories":["Others","Fun stuff"],"sub_categories":["Themes"],"readme":"# Cobalt2\n\nA Sublime Text theme based on our old blue friend cobalt.\n\nA refined colour scheme that is easy on the eyes and takes small UI elements into account. Includes full Sublime Text theme (sidebar, search, tabs, etc...) as well as support for SublimeLinter, git diffing and a growing number of plugins.\n\nSee below for examples. [Read more at http://wesbos.com/cobalt2-theme-sublime-text-2/](http://wesbos.com/cobalt2-theme-sublime-text-2/)\n\n## Installation\n\n1. Open package control `tools` → `Command Palette` and type `Install Package`\n2. Search for Cobalt2 and hit enter\n3. Penultimately, open `Preferences` → `Settings - User`. Add the following lines. Only the first two are required but I recommend using all of them: \n   \n   ```json\n   \"color_scheme\": \"Packages/Theme - Cobalt2/cobalt2.tmTheme\",\n   \"theme\": \"Cobalt2.sublime-theme\",   \n   \"highlight_line\": true,\n   \"indent_guide_options\": [ \"draw_normal\", \"draw_active\" ],\n\t\"highlight_modified_tabs\": true,\n\t\"line_padding_bottom\": 1,\n\t\"line_padding_top\": 1,\n\t\"wide_caret\": true,\n\t\"caret_extra_bottom\": 2,\n\t\"caret_extra_top\": 2,\n\t\"caret_extra_width\": 3,\n\t\"caret_style\": \"phase\",\n\t\"bold_folder_labels\": true,\n   ```\n\n4. Finally, restart Sublime for the Theme to be fully applied.\n\n`color_scheme` defines how the code looks and `theme` defines how the sidebar, tabs, search, command palette work.\n\n## Options\n#### Sidebar Font Size\nChange the sidebar's font size by using these settings in your user config:\n```json\n{\n\"sidebar_font_big\": true,\n\"sidebar_font_small\": true\n}\n```\n#### Sidebar Padding\nAdjust the sidebar's padding by using these settings in your user config:\n```json\n{\n\"sidebar_medium\": true,\n\"sidebar_large\": true,\n\"sidebar_xlarge\": true\n}\n```\n\n## Requirements\n\n* For sidebar icons, you need to be running the latest version of Sublime Text 3 - this feature is very new and not supported in older versions of Sublime Text.\n\n## Screenshots\n\n![](https://wes.io/YIjn/content)\n\n### Sidebar Icons\n\n![](https://wes.io/YIjh/content)\n\n### Dirty Tab and Selected Tab\n![](https://wes.io/YIZx/content)\n\n### Indentation Guides — Guide, Stacked Guide and Active Guide\n\nUse `\"indent_guide_options\": [\"draw_normal\", \"draw_active\"]` for this \n\n### GitGutter Support\n\n![](https://wes.io/YIu3/content)\n\n### Autocomplete\n\n![](https://wes.io/YItl/content)\n\n### Command Palette \n\n![](https://wes.io/YIpV/content)\n\n### GoTo Anything\n\n![](https://wes.io/YIhm/content)\n\n### Tabs, Spaces and Comments\n\n![](https://wes.io/YIho/content)\n\n### Folding Lines\n\n![](https://wes.io/YImN/content)\n\n### Searches\n![](https://wes.io/YIj0/content)\n\n### Highlighted Line\n\n![](https://wes.io/YIpZ/content)\n\n### JavaScript\n![](https://wes.io/Lwc6/content)\n\n### CSS\n![](https://wes.io/YIqI/content)\n\n### PHP\n![](https://wes.io/YIa5/content)\n\n### Ruby\n![](https://wes.io/YIpO/content)\n\n### Python\n![](https://wes.io/YIuH/content)\n\n### Markdown\n\n![](https://wes.io/YJMN/content)\n\n## Contributing\n\nWhile Cobalt2 covers all languages, I write mostly JavaScript and CSS so I welcome any additions for other languages.\n\n### Thanks\n\nSome icons from [Soda Theme by Ian Hill](https://github.com/buymeasoda/soda-theme/)\n\n[Kyle Knight](https://twitter.com/kyleknighted) for pushing Cobalt2 past the code screen and styling the entire editor.\n\nSeti UI Atom theme for the sidebar icons\n\n## Official Colours\n\nYellow: #ffc600    \nOrange: #FF9D00    \nMint: #2AFFDF    \nBlue: #193549    \nOff Blue: #0D3A58 (use on variable bgs)    \nDusty Blue: #35434d    \nDark Blue: #15232D    \nPink: #FB94FF    \nLight Blue: #9EFFFF    \n\n### You may also like:\n\n- [Cobalt2 Theme for iTerm](https://github.com/wesbos/Cobalt2-iterm)\n- [Cobalt2 for Alfred](https://github.com/wesbos/Cobalt2-Alfred-Theme)\n- [Cobalt2 for Atom](https://github.com/wesbos/cobalt2-atom)\n- [Cobalt2 for VS Code](https://github.com/wesbos/cobalt2-vscode)\n\nI also wrote the [Sublime Text Power User Book and video package](https://SublimeTextBook.com) - if you want to become amazing with Sublime Text, check it out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesbos%2Fcobalt2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesbos%2Fcobalt2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesbos%2Fcobalt2/lists"}