{"id":13426695,"url":"https://github.com/SublimeText/Spacegray","last_synced_at":"2025-03-15T21:31:46.887Z","repository":{"id":12612628,"uuid":"15283709","full_name":"SublimeText/Spacegray","owner":"SublimeText","description":"A Hyperminimal UI Theme for Sublime Text","archived":false,"fork":false,"pushed_at":"2024-10-23T19:28:25.000Z","size":2911,"stargazers_count":7194,"open_issues_count":0,"forks_count":429,"subscribers_count":130,"default_branch":"main","last_synced_at":"2025-03-08T21:47:10.593Z","etag":null,"topics":["color-scheme","flavor","spacegray","spacegray-eighties","spacegray-light","sublime-text","theme","ui-theme"],"latest_commit_sha":null,"homepage":"https://sublimetext.github.io/Spacegray/","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/SublimeText.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["kkga","marcofugaro"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"custom":null}},"created_at":"2013-12-18T13:23:52.000Z","updated_at":"2025-03-04T11:05:44.000Z","dependencies_parsed_at":"2024-11-19T03:55:08.533Z","dependency_job_id":null,"html_url":"https://github.com/SublimeText/Spacegray","commit_stats":{"total_commits":267,"total_committers":32,"mean_commits":8.34375,"dds":0.5730337078651686,"last_synced_commit":"3ab843d083172e7ea4b64f4870f01e2a0469f1b0"},"previous_names":["kkga/spacegray"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSpacegray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSpacegray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSpacegray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSpacegray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/Spacegray/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243792544,"owners_count":20348664,"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","flavor","spacegray","spacegray-eighties","spacegray-light","sublime-text","theme","ui-theme"],"created_at":"2024-07-31T00:01:41.686Z","updated_at":"2025-03-15T21:31:46.863Z","avatar_url":"https://github.com/SublimeText.png","language":"JavaScript","readme":"# Spacegray\n\nA set of custom UI themes for Sublime Text. It's all about hype and minimal. Comes in different flavors with accompanying [Base16](https://github.com/chriskempson/base16) color schemes.\n\n### Themes\n\n#### Spacegray\n\nDefault flavor based on Base16 Ocean Dark color scheme.\n\n![image](screenshots/spacegray.png)\n\n#### Spacegray Light\n\nLight variation based on Base16 Ocean Light color scheme.\n\n![image](screenshots/spacegray-light.png)\n\n#### Spacegray Eighties\n\nA variation based on Base16 Eighties Dark color scheme.\n\n![image](screenshots/spacegray-eighties.png)\n\n#### Spacegray Mocha\n\nA variation based on Base16 Mocha Dark color scheme.\n\n![image](screenshots/spacegray-mocha.png)\n\n#### Spacegray Oceanic\n\nA variation based on Base16 Oceanic Dark color scheme.\n\n![image](screenshots/spacegray-oceanic.png)\n\n*The font used in the screenshots is [__Cascadia Code__](https://github.com/microsoft/cascadia-code).*\n\n***\n\n## Installation\n\n### Via Package Control\n\nThe easiest way to install is using [Sublime Package Control](https://sublime.wbond.net), where Spacegray is listed as `Theme - Spacegray`.\n\n1. Open Command Palette using menu item _Tools \u003e Command Palette..._ (\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003eP\u003c/kbd\u003e on Mac)\n2. Choose _Package Control: Install Package_\n3. Find `Theme - Spacegray` and hit \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n### Manual\n\nYou can also install the theme manually:\n\n1. [Download the .zip](https://github.com/kkga/spacegray/archive/master.zip)\n2. Unzip and rename the folder to `Theme - Spacegray`\n3. Copy the folder into `Packages` directory, which you can find using the menu item `Sublime Text -\u003e Preferences -\u003e Browse Packages...`\n\n***\n\n## Activate Theme\n\nTo select a theme call _UI: Select Theme_ from Command Palette.\n\nTo select a color scheme call _UI: Select Color Scheme_ from Command Palette.\n\nAlternatively ajdust _Preferences.sublime-settings_ by calling _Preferences: Settings_ from Command Palette to one of the following pairs.\n\n#### Settings for Spacegray\n\n```json\n{\n  \"theme\": \"Spacegray.sublime-theme\",\n  \"color_scheme\": \"Base16 Ocean Dark.sublime-color-scheme\"\n}\n```\n\n#### Settings for Spacegray Light\n\n```json\n{\n  \"theme\": \"Spacegray Light.sublime-theme\",\n  \"color_scheme\": \"Base16 Ocean Light.sublime-color-scheme\"\n}\n```\n\n#### Settings for Spacegray Eighties\n\n```json\n{\n  \"theme\": \"Spacegray Eighties.sublime-theme\",\n  \"color_scheme\": \"Base16 Eighties Dark.sublime-color-scheme\"\n}\n```\n\n#### Settings for Spacegray Mocha\n\n```json\n{\n  \"theme\": \"Spacegray Mocha.sublime-theme\",\n  \"color_scheme\": \"Base16 Mocha Dark.sublime-color-scheme\"\n}\n```\n\n#### Settings for Spacegray Oceanic\n\n```json\n{\n  \"theme\": \"Spacegray Oceanic.sublime-theme\",\n  \"color_scheme\": \"Base16 Oceanic.sublime-color-scheme\"\n}\n```\n\n***\n\n## Theme Customization\n\nThemes are customized either by adjusting predefined settings \nor by modifying global theme variables or rules.\n\nOpen Command Palette and call one of:\n\n1. _Preferences: Settings_\n2. _UI: Customize Theme_\n\n### Theme Variables\n\n#### Font Face\n\nGlobal font face is set to `\"system\"`.\n\nTo customize font face,\n\n1. open Command Palette\n2. call _UI: Customize Theme_\n3. modify `\"font_face\"` variable\n\n#### Font Size\n\nGlobal font size is derived from _Preferences.sublime-settings \u003e \"font_size\"_ by default.\n\nTo customize font size, \n\n1. open Command Palette\n2. call _UI: Customize Theme_\n3. modify `\"font_size\"` variable\n\n### Global Theme Settings\n\nTo customize theme settings,\n\n1. open Command Palette\n2. call _Preferences: Settings_  \n\n#### Themed Title Bar\n\nUseful if you're using native OSX tabs since custom title bar breaks the native tabs.\n\n```json\n  \"themed_title_bar\": false,\n```\n\n#### Tabs Navigation Icons\n\n```json\n  \"enable_tab_scrolling\": false,\n```\n\n#### Tabs Close Buttons\n\nHide tab close buttons:\n\n```json\n  \"show_tab_close_buttons\": false,\n```\n\nDisplay tab close buttons on the left:\n\n```json\n  \"show_tab_close_buttons_on_left\": true,\n```\n\n### Spacegray Theme Settings\n\nTo customize theme settings,\n\n1. open Command Palette\n2. call _Preferences: Settings_  \n\n#### Tabs Size\n\nTabs height:\n\n```json\n  \"theme.spacegray.tabs.height\": \"small\"\n```\n\n```json\n  \"theme.spacegray.tabs.height\": \"normal\"\n```\n\n```json\n  \"theme.spacegray.tabs.height\": \"large\"\n```\n\n```json\n  \"theme.spacegray.tabs.height\": \"xlarge\"\n```\n\nTabs width:\n\n```json\n  \"theme.spacegray.tabs.auto_width\": true\n```\n\n#### Sidebar Tree Row Height\n\n```json\n  \"theme.spacegray.sidebar.row_height\": \"xsmall\"\n```\n```json\n  \"theme.spacegray.sidebar.row_height\": \"small\"\n```\n```json\n  \"theme.spacegray.sidebar.row_height\": \"normal\"\n```\n```json\n  \"theme.spacegray.sidebar.row_height\": \"large\"\n```\n```json\n  \"theme.spacegray.sidebar.row_height\": \"xlarge\"\n```\n\n#### Sidebar File Icons\n\n```json\n  \"theme.spacegray.sidebar.show_icons\": true,\n```\n\n![image](screenshots/spacegray-fileicons.png)\n\n#### Sidebar Item Label VCS Coloring\n\n```json\n  \"theme.spacegray.sidebar.vcs_color_labels\": true,\n```\n\nTo also color expanded folders:\n\n```json\n  \"theme.spacegray.sidebar.vcs_color_expanded\": true,\n```\n\nOriginally implemented in [Toxin](https://github.com/p3lim/sublime-toxin) by [@p3lim](https://github.com/p3lim).\n\n***\n\n### Thanks\n\nThe Spacegray Eighties variation is contributed by [Yoshua Wuyts](https://github.com/yoshuawuyts).\n","funding_links":["https://github.com/sponsors/kkga","https://github.com/sponsors/marcofugaro"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSublimeText%2FSpacegray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSublimeText%2FSpacegray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSublimeText%2FSpacegray/lists"}