{"id":19195183,"url":"https://github.com/blueshirts/darcula","last_synced_at":"2025-10-17T01:07:46.275Z","repository":{"id":24500399,"uuid":"27905779","full_name":"blueshirts/darcula","owner":"blueshirts","description":"VIM Darcula Theme","archived":false,"fork":false,"pushed_at":"2018-05-23T22:03:50.000Z","size":856,"stargazers_count":170,"open_issues_count":2,"forks_count":39,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-23T04:38:40.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim script","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/blueshirts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-12T04:48:45.000Z","updated_at":"2024-12-18T02:14:26.000Z","dependencies_parsed_at":"2022-08-22T16:40:33.858Z","dependency_job_id":null,"html_url":"https://github.com/blueshirts/darcula","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/blueshirts/darcula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueshirts%2Fdarcula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueshirts%2Fdarcula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueshirts%2Fdarcula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueshirts%2Fdarcula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueshirts","download_url":"https://codeload.github.com/blueshirts/darcula/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueshirts%2Fdarcula/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279265409,"owners_count":26136948,"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-10-16T02:00:06.019Z","response_time":53,"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":"2024-11-09T12:08:51.701Z","updated_at":"2025-10-17T01:07:46.247Z","avatar_url":"https://github.com/blueshirts.png","language":"Vim script","funding_links":[],"categories":["Colors"],"sub_categories":[],"readme":"# VIM Darcula Theme 1.7.3\n\nAccurate Darcula color scheme for the VIM editor.  Works well with CoffeeScript projects.  Can be used in 256 color mode.\n\n## What's New?\n\nUpdated the popup colors to be easier on the eyes.\n\n## What it looks like...\n\n### Using MacVim\n\n![Mac Preview](https://raw.githubusercontent.com/blueshirts/darcula/master/images/darcula1.png)\n\n### Using iTerm2 (256)\n\n![iterm2 Preview](https://raw.githubusercontent.com/blueshirts/darcula/master/images/darcula2.png)\n\n## Installation\n\n### Janus: Vim Distribution\n\nDarcula color support has now been added to the Janus Vim Distribution (https://github.com/carlhuda/janus).  Follow the instructions for installing Janus and simply enable syntax highlighting by creating/updating your ~/.vimrc.after file.\n\n.vimrc.after:\n\n    syntax enable\n    colorscheme darcula\n    \n    \n### Manual Installation\n\n- Copy darcula.vim into `~/.vim/colors/` (Unix) or `vimfiles/colors/` (Windows).\n\n        $ cp darcula/colors/darcula.vim ~/.vim/colors/\n\n- Update your .vimrc file to enable highlighting.\n\n.vimrc:\n\n    syntax enable\n    colorscheme darcula\n\n\n## CoffeeScript Configuration\n\nAdd the following content to the `.vim/after/syntax/coffee/coffee.vim` file.  This configuration is required with most\nVIM CoffeeScript syntax highlighters in order to properly color the '@' (this) symbol.\n\n    hi clear coffeeParens\n    hi coffeeParens NONE\n    syn clear coffeeParens\n\n    hi clear coffeeSpecialIdent\n    hi coffeeSpecialIdent NONE\n    syn clear coffeeSpecialIdent\n\n    hi clear coffeeCurlies\n    hi coffeeCoffeeCurlies NONE\n    syn clear coffeeCurlies\n\n    \" Highlight the this symbol.\n    syn match coffeeThis \"\\v\\@\"\n    hi def link coffeeThis Keyword\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueshirts%2Fdarcula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueshirts%2Fdarcula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueshirts%2Fdarcula/lists"}