vim-dieter-rams

A light Vim color scheme based on Dieter Rams colours
git clone https://git.sr.ht/~jbauer/vim-dieter-rams
Log | Files | Refs | README | LICENSE

README.md (1006B)


      1 ## Dieter Rams - A light Vim color scheme based on Dieter Rams colours
      2 
      3 Inspired by this post: [https://merveilles.town/web/@daletnoon/109054505847473175](https://merveilles.town/web/@daletnoon/109054505847473175).
      4 
      5 ### Look & Feel
      6 
      7 Comments are rendered using italics.
      8 
      9 `vim-dieter-rams` works in GUI/true-color terminals, as well as 256-color terminals:
     10 
     11 ![Dieter Rams Vim color scheme](img/vim-dieter-rams.png)
     12 
     13 ### Installation
     14 
     15 Install as you would any other vim package. For example, using Vim's built-in
     16 plugin management, put the `vim-dieter-rams` directory in the
     17 `~/.vim/pack/bundle/start/` directory.
     18 
     19 You can also install it as any other colour scheme by placing the contents of
     20 `vim-dieter-rams/colors` into your `~/.vim/colors/` folder.
     21 
     22 ### Configuration
     23 
     24 Add the following line to your `vimrc` or `init.vim`:
     25 
     26 ```
     27 colorscheme dieter-rams
     28 ```
     29 
     30 Note that to get the most accurate colours, it's best to use the setting
     31 "termguicolors" in your `vimrc` or `init.vim`:
     32 
     33 ```
     34 set termguicolors
     35 ```