{"id":13572676,"url":"https://github.com/davidklsn/vim-sialoquent","last_synced_at":"2025-04-04T10:31:08.138Z","repository":{"id":88911774,"uuid":"78628774","full_name":"davidklsn/vim-sialoquent","owner":"davidklsn","description":"Colorscheme for vim","archived":true,"fork":false,"pushed_at":"2017-02-22T09:39:38.000Z","size":5220,"stargazers_count":33,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T05:36:10.519Z","etag":null,"topics":["colorscheme","vim"],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidklsn.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-11T10:35:40.000Z","updated_at":"2024-02-23T19:55:34.000Z","dependencies_parsed_at":"2023-06-13T03:00:11.309Z","dependency_job_id":null,"html_url":"https://github.com/davidklsn/vim-sialoquent","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/davidklsn%2Fvim-sialoquent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidklsn%2Fvim-sialoquent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidklsn%2Fvim-sialoquent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidklsn%2Fvim-sialoquent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidklsn","download_url":"https://codeload.github.com/davidklsn/vim-sialoquent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247160371,"owners_count":20893816,"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":["colorscheme","vim"],"created_at":"2024-08-01T14:01:32.269Z","updated_at":"2025-04-04T10:31:05.444Z","avatar_url":"https://github.com/davidklsn.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Sialoquent\n\n    \n![alt text](img/js.png \"js\")\n\n#### Ruby\n\n![alt text](img/ruby.png \"Ruby\")\n\n### Installation  \n\n[`pathogen`](https://github.com/tpope/vim-pathogen)  \n```\ncd ~/.vim/bundle\ngit clone git@github.com:davidklsn/vim-sialoquent.git\n```\n\n[`Vundle`](https://github.com/VundleVim/Vundle.vim)  \nAdd vim-sialoquent to your `.vimrc`\n```vim\nPlugin 'davidklsn/vim-sialoquent'\n```\n\n### Setup in sceenshot\n\n#### Font\n\nRange Mono (https://pilgrimfonts.com/range-mono/)\n\n    set linespace=8\n    set guifont=Range\\ Mono\\ Light:h13\n    \n\n#### Plugins\n\n##### vim-fugitive (https://github.com/tpope/vim-fugitive)\n\n\n##### vim-gitgutter (https://github.com/airblade/vim-gitgutter)\n\n\n\tlet g:gitgutter_sign_modified = '•'\n\tlet g:gitgutter_sign_added = '❖'\n\thighlight GitGutterAdd guifg = '#A3E28B'\n\n\n##### lightline.vim (https://github.com/itchyny/lightline.vim)\n\t\n\tset laststatus=2\n\t\n\tlet g:lightline = {\n      \\ 'colorscheme': 'sialoquent',\n      \\ 'active': {\n      \\   'left': [ [ 'mode', 'paste' ],\n      \\             [ 'fugitive', 'readonly', 'filename', 'modified' ] ]\n      \\ },\n      \\ 'component': {\n      \\   'readonly': '%{\u0026filetype==\"help\"?\"\":\u0026readonly?\"⭤\":\"\"}',\n      \\   'modified': '%{\u0026filetype==\"help\"?\"\":\u0026modified?\"+\":\u0026modifiable?\"\":\"-\"}',\n      \\   'fugitive': '%{exists(\"*fugitive#head\")?fugitive#head():\"\"}'\n      \\ },\n      \\ 'component_visible_condition': {\n      \\   'readonly': '(\u0026filetype!=\"help\"\u0026\u0026 \u0026readonly)',\n      \\   'modified': '(\u0026filetype!=\"help\"\u0026\u0026(\u0026modified||!\u0026modifiable))',\n      \\   'fugitive': '(exists(\"*fugitive#head\") \u0026\u0026 \"\"!=fugitive#head())'\n      \\ },\n      \\ 'separator': { 'left': '', 'right': '' },\n      \\ 'subseparator': { 'left': '∿', 'right': '❂' }\n      \\ }\n\n\nIf you are using Macvim you can make it even better by adding transparency: \n    \n    set transparency=4    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidklsn%2Fvim-sialoquent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidklsn%2Fvim-sialoquent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidklsn%2Fvim-sialoquent/lists"}