diff --git a/README.md b/README.md index 9b0b07b..74672f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ ## monochrome - A dark Vim color scheme for your focused hacking sessions +### Look & Feel + +

+Monochrome Vim color scheme +

+ +Works in GUI/true-color terminals, as well as 256-color terminals. + ### Installation Installation depends on how you manage packages. For example, with @@ -13,8 +21,7 @@ to your init file. ### Configuration -This color scheme works in GUIs and 256 color terminals, throw this to your -_~/.vimrc_: +Just throw this to your _~/.vimrc_: colorscheme monochrome @@ -25,13 +32,3 @@ Comments can optionally be rendered using italics: It is important that the flag is set before loading the theme. -### Screenshots - -Monochrome looks like this by default: - -![Monochrome Color Scheme - Opaque](img/vim_monochrome_opaque.png) - -This capture show italics enabled for comments, and a transparent setup with a -dark wooden background: - -![Monochrome Color Scheme - Transparent](img/vim_monochrome_transparent.png) diff --git a/img/vim-monochrome.jpg b/img/vim-monochrome.jpg new file mode 100644 index 0000000..440616a Binary files /dev/null and b/img/vim-monochrome.jpg differ diff --git a/img/vim_monochrome_opaque.png b/img/vim_monochrome_opaque.png deleted file mode 100644 index 5f64518..0000000 Binary files a/img/vim_monochrome_opaque.png and /dev/null differ diff --git a/img/vim_monochrome_transparent.png b/img/vim_monochrome_transparent.png deleted file mode 100644 index 0ede470..0000000 Binary files a/img/vim_monochrome_transparent.png and /dev/null differ