{"id":13479622,"url":"https://github.com/yorickpeterse/vim-paper","last_synced_at":"2025-04-04T23:07:39.335Z","repository":{"id":50575048,"uuid":"290607555","full_name":"yorickpeterse/vim-paper","owner":"yorickpeterse","description":"A light theme for (Neo)Vim, based on the colour of paper as found in various notebooks.","archived":false,"fork":false,"pushed_at":"2025-02-15T00:28:13.000Z","size":612,"stargazers_count":151,"open_issues_count":0,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T22:12:15.964Z","etag":null,"topics":["colorscheme","neovim","theme","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yorickpeterse.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-26T21:22:18.000Z","updated_at":"2025-03-18T22:19:09.000Z","dependencies_parsed_at":"2024-01-16T06:25:58.148Z","dependency_job_id":"8f31e4f2-be6e-4ed5-ad12-f44bf80ab1bb","html_url":"https://github.com/yorickpeterse/vim-paper","commit_stats":{"total_commits":65,"total_committers":5,"mean_commits":13.0,"dds":"0.16923076923076918","last_synced_commit":"94b5a32afc8499467884233fe640b1827a1aea0d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorickpeterse%2Fvim-paper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorickpeterse%2Fvim-paper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorickpeterse%2Fvim-paper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorickpeterse%2Fvim-paper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yorickpeterse","download_url":"https://codeload.github.com/yorickpeterse/vim-paper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261603,"owners_count":20910108,"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","neovim","theme","vim"],"created_at":"2024-07-31T16:02:20.292Z","updated_at":"2025-04-04T23:07:39.311Z","avatar_url":"https://github.com/yorickpeterse.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","colorschemes"],"sub_categories":[],"readme":"# Vim Paper\n\nA personal light theme for (Neo)Vim, based on the color of paper as found in\nvarious notebooks.\n\nI created Paper as a replacement for [Happy\nHacking](https://github.com/yorickpeterse/happy_hacking.vim), and the\n[Autumn](https://github.com/yorickpeterse/Autumn.vim) theme it was originally\nbased on. I've been using dark themes for the last decade or so, and mostly\nwithout issues. But dark themes are not necessarily a good choice for your eyes,\nand research has shown that it's generally better to have dark text on a light\nbackground (see [this StackExchange question for some interesting\ndata](https://ux.stackexchange.com/questions/53264/dark-or-white-color-theme-is-better-for-the-eyes)).\nIn addition, [halation](https://en.wiktionary.org/wiki/halation) becomes a\nproblem when presenting light text on (very) dark backgrounds.\n\nBesides the issues with dark themes, I also simply wanted a theme with fewer\ncolors; making the colors that _are_ used stand out more. I couldn't squeeze\nthis into the Happy Hacking theme without fundamentally changing it, so I\ncreated a new theme instead.\n\nPlease note that this theme is designed with the following display properties in\nmind:\n\n* An LCD/TFT display\n* A display temperature range of 4000K-5200K\n* A low display brightness\n\n## Screenshots\n\n| Ruby                          | Rust                          | Markdown\n|:------------------------------|:------------------------------|:-------------\n| ![Ruby](screenshots/ruby.png) | ![Rust](screenshots/rust.png) | ![Markdown](screenshots/markdown.png)\n\n\n## Requirements\n\n* A recent version of (Neo)Vim\n* For best results, a (Neo)Vim GUI with true-color support\n\n## Installation\n\nUsing vim-plug, add the following to your `init.vim`:\n\n    Plug 'yorickpeterse/vim-paper'\n\nThen run `PlugInstall` to install it, followed by `color paper` to enable the\ntheme.\n\n### vim-airline\n\nAdd the following line to your `init.vim`:\n\n    let g:airline_theme = 'paper'\n\n## Terminal colors\n\nIf you want to use Paper as your terminal theme, you can use the following color\npalette:\n\n| Color   | Normal    | Bright    | GNOME Terminal color index\n|:--------|:----------|:----------|:--------------------------\n| Black   | `#000000` | `#555555` | 0, 8\n| Red     | `#CC3E28` | `#CC3E28` | 1, 9\n| Green   | `#216609` | `#216609` | 2, 10\n| Yellow  | `#B58900` | `#B58900` | 3, 11\n| Blue    | `#1E6FCC` | `#1E6FCC` | 4, 12\n| Purple  | `#5C21A5` | `#5C21A5` | 5, 13\n| Cyan    | `#158c86` | `#158c86` | 6, 14\n| White   | `#AAAAAA` | `#AAAAAA` | 7, 15\n\nFor the text color, highlight color, etc, use:\n\n| Color     | Foreground | Background\n|:----------|:-----------|:------------\n| Text      | `#000000`  | `#F2EEDE`\n| Highlight | `#000000`  | `#D8D5C7`\n\n## Related projects\n\n- https://gitlab.com/samue1/paper-theme: support for bashtop, iTerm, Vieb, and\n  Vifm\n- https://marketplace.visualstudio.com/items?itemName=18kimn.notebook-theme:\n  support for VS Code\n- https://github.com/Erik-J-D/lightline-paper: Lightline support\n\n## License\n\nAll source code in this repository is licensed under the Mozilla Public License\nversion 2.0, unless stated otherwise. A copy of this license can be found in the\nfile \"LICENSE\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorickpeterse%2Fvim-paper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyorickpeterse%2Fvim-paper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorickpeterse%2Fvim-paper/lists"}