diff --git a/README.md b/README.md index 65198c9..68758fc 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,8 @@ resemble) are designed to achieve identical contrast with the accents, and thus the four can be selected to change the feeling of the palette without sacrificing readability. -![Light biomes](images/light_code_caps.png) -_(Default light theme variants)_ - -![Dark biomes](images/dark_code_caps.png) -_(Default dark theme variants)_ +![Theme preview](images/repo_preview.png) +_(Preview of default light and dark theme variants)_ See screenshots for the full set of theme variants in [THEMES](THEMES.md) (also discussed below). @@ -40,6 +37,12 @@ identical ($\pm 0.1$). Put another way, the relative contrast between accents de on the _lightness_ of the background monotone, not its hue. ## Concrete themes +![Light biomes](images/light_code_caps.png) +_(Default light theme variants)_ + +![Dark biomes](images/dark_code_caps.png) +_(Default dark theme variants)_ + Themes are derived from the `monobiome` palette by varying both the monotone hue (the "biome") and the extent of the background/foreground lightness (the "harshness"). This is done for both light and dark schemes, and in each case accent colors are selected at a @@ -82,6 +85,8 @@ other applications. ## `fzf` +(add `synconf` here) + [1]: https://github.com/isa/TextMate-Themes/blob/master/monoindustrial.tmTheme [2]: https://github.com/vim-airline/vim-airline diff --git a/THEMES.md b/THEMES.md index 6904428..2777463 100644 --- a/THEMES.md +++ b/THEMES.md @@ -6,7 +6,7 @@ below, displaying a few lines from a Python file in Neovim. You can find the 24 raw screenshots for each theme in `images/theme_caps` under the repository root (with filenames `--.png`). -## Default variants +## Default (gray) variants ![Default light and dark variants](images/biome_variants/default_variants.png) ## Grassland biome diff --git a/images/repo_preview.png b/images/repo_preview.png new file mode 100644 index 0000000..678291d Binary files /dev/null and b/images/repo_preview.png differ diff --git a/images/repo_preview_compressed.png b/images/repo_preview_compressed.png new file mode 100644 index 0000000..fc8e249 Binary files /dev/null and b/images/repo_preview_compressed.png differ