{"id":19220285,"url":"https://github.com/kinoute/vscode-hivacruz-theme","last_synced_at":"2025-05-13T01:12:27.640Z","repository":{"id":146860229,"uuid":"280404935","full_name":"kinoute/vscode-hivacruz-theme","owner":"kinoute","description":"A dark blue VSCode theme that matches my other Color schemes in Sublime Text, iterm2 or Typora.","archived":false,"fork":false,"pushed_at":"2024-10-14T06:47:59.000Z","size":4078,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T01:12:11.002Z","etag":null,"topics":["dark-blue-theme","dark-theme","theme","visual-studio-code","vscode","vscode-extension","vscode-theme"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=kinoute.hivacruz-theme","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/kinoute.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"kinoute","custom":"https://paypal.me/whattheshot"}},"created_at":"2020-07-17T11:17:02.000Z","updated_at":"2025-04-10T00:49:57.000Z","dependencies_parsed_at":"2025-04-21T12:32:47.070Z","dependency_job_id":null,"html_url":"https://github.com/kinoute/vscode-hivacruz-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/kinoute%2Fvscode-hivacruz-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinoute%2Fvscode-hivacruz-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinoute%2Fvscode-hivacruz-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinoute%2Fvscode-hivacruz-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinoute","download_url":"https://codeload.github.com/kinoute/vscode-hivacruz-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253851071,"owners_count":21973674,"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":["dark-blue-theme","dark-theme","theme","visual-studio-code","vscode","vscode-extension","vscode-theme"],"created_at":"2024-11-09T14:34:43.226Z","updated_at":"2025-05-13T01:12:27.628Z","avatar_url":"https://github.com/kinoute.png","language":null,"funding_links":["https://github.com/sponsors/kinoute","https://paypal.me/whattheshot"],"categories":[],"sub_categories":[],"readme":"# Hivacruz Theme for VSCode\n\nA dark blue theme for Visual Studio Code, available on the [Extensions Marketplace](https://marketplace.visualstudio.com/items?itemName=kinoute.hivacruz-theme).\n\n![](images/preview.png)\n\n## Status\n\nThe theme is a _work in progress_ and might change a lot in the upcoming weeks.\n\n## Installation\n\n1. Open the **Extensions** sidebar in VS Code with `View → Extensions`\n2. Search for `Hivacruz`, choose \"Hivacruz Theme\" by **Yann Defretin**\n3. Click **Install** to install it\n4. Click **Reload** to reload your editor\n5. Navigate to `File → Preferences → Color Theme → Hivacruz`\n6. Yay! You're all set 🎉🎉.\n\n## Preferences shown in the preview\n\nHere are the settings used in the preview screenshot posted above:\n\n### Font\n\nThe font used and **recommended** for this theme is [Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono) by Christian Robertson. We recommend to use the \"[Powerline](https://github.com/powerline/fonts/tree/master/RobotoMono)\" version to have a better experience while using the integrated Terminal – in case you're using `zsh` for example. But the simple \"Roboto Mono\" font is fine too, just don't forget to change your settings according to the version you use.\n\nOn macOS, you can install the fonts with Homebrew like this:\n\n```bash\nbrew tap homebrew/cask-fonts\nbrew cask install font-robotomono-nerd-font \nbrew cask install font-roboto-mono-for-powerline # better roboto mono for terminal\n```\n\n### VSCode Settings\n\nAt the moment, I use these settings:\n\n```json\n{\n  \"editor.formatOnSave\": true,\n  \"window.nativeTabs\": false,\n  \"window.zoomLevel\": 0,\n  \"editor.fontFamily\": \"RobotoMono Nerd Font\",\n  \"terminal.integrated.fontFamily\": \"Roboto Mono for Powerline\",\n  \"window.titleBarStyle\": \"custom\",\n  \"workbench.iconTheme\": \"vscode-great-icons\",\n  \"workbench.colorTheme\": \"Hivacruz\",\n  \"editor.renderLineHighlight\": \"all\",\n  \"editor.fontWeight\": 500\n}\n```\n\n### File Icons Theme\n\nAs seen in the `json` file above, I use the simple [VSCode Great Icons](https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons) theme for the sidebar icons. But any File Icons Theme should do the job and fit with the theme.\n\n## Syntax Highlighting\n\nHere are some examples of the color scheme for different languages:\n\n### Preferences Panel\n\n![](images/preferences.png)\n\n### PHP\n\n![](images/php.png)\n\n### Ruby\n\n![](images/ruby.png)\n\n### Python\n\n![](images/python.png)\n\n### CSS\n\n![](images/css.png)\n\n### JS\n\n![](images/js.png)\n\n### HTML\n\n![](images/html.png)\n\n### Markdown\n\n![](images/markdown.png)\n\n### Dockerfile\n\n![](images/dockerfile.png)\n\n### Yaml\n\n![](images/yaml.png)\n\n## Contribution\n\nSince I have only macOS at my disposal right now to test, the theme might look weird on Windows/Linux and still need improvements.\n\nFor that matter, Issues and Pull Requests are very welcome!\n\n## Same theme in other apps\n\nI made similar themes with the same colours for different applications. Here there are:\n\n- Sublime Text theme: https://github.com/kinoute/hivacruz-sublime-theme\n- Vim Theme: https://github.com/kinoute/vim-hivacruz-theme\n- Typora Theme: https://github.com/kinoute/typora-hivacruz-theme\n- iTerm2: https://github.com/kinoute/hivacruz-itermcolors\n- Nova: https://github.com/kinoute/hivacruz-nova-theme\n- Zed: https://github.com/kinoute/zed-hivacruz-theme\n\n## Credits\n\n- Created by [Yann Defretin](https://github.com/kinoute).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinoute%2Fvscode-hivacruz-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinoute%2Fvscode-hivacruz-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinoute%2Fvscode-hivacruz-theme/lists"}