From 006c2280e0b5ef945e674d9e5e64e85f81241ffd Mon Sep 17 00:00:00 2001 From: Oli Morris Date: Sun, 21 Jan 2024 20:48:59 +0000 Subject: [PATCH] docs: remove screenshot comparisons --- README.md | 24 ------------------------ doc/onedarkpro.nvim.txt | 3 ++- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 03c7f88..bf61535 100644 --- a/README.md +++ b/README.md @@ -726,30 +726,6 @@ The theme supports the following plugins: - [Vim Ultest](https://github.com/rcarriga/vim-ultest) (`vim_ultest`) - [Which Key](https://github.com/folke/which-key.nvim) (`which_key`) - - -## :camera_flash: Comparison Screenshots - -> **Note**: Every effort has been made to get the colorscheme as close to the original as possible. If you notice any discrepencies, please raise a [discussion](https://github.com/olimorris/onedarkpro.nvim/discussions/new?category=color-match). - -**Python** - -Python - -**Lua** - -Lua - -**TypeScript** - -TypeScript - -**Javascript/React** - -Javascript/React - - - ## :gift: Extras **Lualine** diff --git a/doc/onedarkpro.nvim.txt b/doc/onedarkpro.nvim.txt index aaf0e62..b0a88c8 100644 --- a/doc/onedarkpro.nvim.txt +++ b/doc/onedarkpro.nvim.txt @@ -29,7 +29,7 @@ FEATURES *onedarkpro.nvim-features* REQUIREMENTS *onedarkpro.nvim-requirements* -- Neovim 0.9.0+ +- Neovim 0.9.2+ - `termguicolors` enabled for true color support - `treesitter` for full syntax highlighting - For semantic tokens, an LSP server that supports them @@ -185,6 +185,7 @@ Click to see the default configuration ~ cursorline = false, -- Use cursorline highlighting? transparency = false, -- Use a transparent background? terminal_colors = true, -- Use the theme's colors for Neovim's :terminal? + lualine_transparency = true, -- Center bar transparency? highlight_inactive_windows = false, -- When the window is out of focus, change the normal background? } })