{"id":13899920,"url":"https://github.com/logico/typewriter","last_synced_at":"2025-07-17T17:32:29.266Z","repository":{"id":45760802,"uuid":"119914071","full_name":"logico/typewriter","owner":"logico","description":"An iA Writer inspired color scheme. It has support for vim, vim airline, vim lightline, tmux and urxvt/xterm.","archived":true,"fork":false,"pushed_at":"2020-02-08T15:42:54.000Z","size":735,"stargazers_count":159,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-07T19:52:42.028Z","etag":null,"topics":["colorscheme","iawriter","theme","tmux-theme","urxvt","vim","vim-airline"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logico.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-02T01:16:50.000Z","updated_at":"2024-07-24T07:30:13.000Z","dependencies_parsed_at":"2022-08-05T08:16:20.634Z","dependency_job_id":null,"html_url":"https://github.com/logico/typewriter","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/logico%2Ftypewriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logico%2Ftypewriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logico%2Ftypewriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logico%2Ftypewriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logico","download_url":"https://codeload.github.com/logico/typewriter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226286978,"owners_count":17600701,"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","iawriter","theme","tmux-theme","urxvt","vim","vim-airline"],"created_at":"2024-08-06T19:01:39.095Z","updated_at":"2024-11-25T06:31:09.740Z","avatar_url":"https://github.com/logico.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Typewriter [▎](https://logico.com.ar)\n\n  An iA Writer inspired theme. The files can be used indepently:\n\n  - Vim color scheme (typewriter.vim)\n  - Vim airline theme (typewriter-airline.vim)\n  - Vim lightline theme (lightline.vim)\n  - Xresources color scheme (typewriter.Xresources)\n  - Tmux theme (typewriter-tmux)\n  \n# ⚠️ DEPRECATED ⚠️\n\nThis repo was splitted in:\n\n - [Typewriter VIm](https://github.com/logico/typewriter-vim)\n - [Typewriter Xresources](https://github.com/logico/typewriter-xresources)\n - [Typewriter TMUX](https://github.com/logico/typewriter-tmux)\n - [Typewriter CMUS](https://github.com/logico/typewriter-cmus)\n - [Typewriter GTK](https://github.com/logico/typewriter-gtk)\n\n\n## Dependencies\n\n  - urxvt\n  - vim\n    - [vim-airline](https://github.com/vim-airline/vim-airline)\n    - Optional [vim-markdown](https://github.com/plasticboy/vim-markdown)\n    - Optional [vim-pug](https://github.com/digitaltoad/vim-pug)\n    - Optional Recommended [goyo.vim](https://github.com/junegunn/goyo.vim)\n    - Optional Recommended [limelight.vim](https://github.com/junegunn/limelight.vim)\n  - tmux\n\n\n## Install\n\n  - You can use your vim plugin manager of choice\n  - Or manually\n    - copy `colors/*.vim` to `~/.vim/colors/`\n    - copy `autoload/airline` `~/.vim/autoload/`\n  - Add this to .vimrc\n    ```vim\n    \" Set typewriter as colorscheme\n    colorscheme typewriter\n\n    \" Set typewriter airline theme\n    let g:airline_theme = 'typewriter'\n\n    \" Activate FOCUS mode with F12\n    nmap \u003cF12\u003e :Goyo \u003cbar\u003e Limelight!!\u003cCR\u003e\"\n\n\n    \" Change the cursor from block to i-beam in INSERT mode\n    let \u0026t_SI = \"\\e[5 q\"\n    let \u0026t_EI = \"\\e[1 q\"\n    augroup myCmds\n      au!\n      autocmd VimEnter * silent !echo -ne \"\\e[1 q\"\n    augroup END\n    ```\n\n  **Extra configs for tmux \u0026 Xresources**\n\n  - Add this line to .Xresources `#include \"/home/your_user/typewriter/typewriter.Xresources\"`\n  - Add this line to .tmux.conf `run-shell \"/home/your_user/typewriter/typewriter-tmux/nord.tmux\"`\n\n---\n\n## Screenshots\n\n  ![vim](https://logico.com.ar/img/2018/08/13/screenshot_a.png)\n\n  ![gui vim](https://logico.com.ar/img/2018/08/13/screenshot_g.png)\n\n  ![vim focus mode](https://logico.com.ar/img/2018/08/13/screenshot_b.png)\n\n  ![fake bussy](https://logico.com.ar/img/2018/08/13/screenshot_c.png)\n\n  ![typewriter night vim](https://logico.com.ar/img/2018/08/13/screenshot_d.png)\n\n  ![typewriter night vim focus mode](https://logico.com.ar/img/2018/08/13/screenshot_e.png)\n\n  ![typewriter night gui vim](https://logico.com.ar/img/2018/08/13/screenshot_f.png)\n\n  The font used in the screenshots is SF Mono 12 with letter space of -1 and\n  line space of 8.\n\n  ```\n    # .Xresources file\n    URxvt*letterSpace   : -1\n    URxvt*lineSpace     : 8\n  ```\n\n  or if you use gVim o MacVim\n\n  ```\n    # .gvimrc file\n    set linespace = 8\n  ```\n\n---\n\n\n## TODO\n\n  - ~~Finish the night themes~~\n  - Finish xresources night theme\n  - Finish tmux night theme\n\n\n---\n## Contributors\n  - Vim lightline themes [sainnhe](https://github.com/sainnhe)\n  - Code structure organization [Ahmed El Gabri](https://github.com/ahmedelgabri)\n\n---\n## Thanks\n\n  Typewriter is based/inspired by these projects\n\n  - [Nord tmux theme](https://github.com/arcticicestudio/nord-tmux)\n  - [Vim colorschemes](https://github.com/flazz/vim-colorschemes)\n  - [Vim Airline themes](https://github.com/vim-airline/vim-airline-themes)\n  - [iA Writer](https://ia.net/writer/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogico%2Ftypewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogico%2Ftypewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogico%2Ftypewriter/lists"}