Skip to content

Commit

Permalink
docs: remove screenshot comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Jan 21, 2024
1 parent 9e59403 commit 006c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

<!-- panvimdoc-ignore-start -->

## :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**

<img src="https://user-images.githubusercontent.com/9512444/224164983-de8f1d99-effc-40a1-a99e-6938689305ba.png" alt="Python" />

**Lua**

<img src="https://user-images.githubusercontent.com/9512444/224166128-a4343812-6e06-4676-9c30-48c2364ad468.png" alt="Lua" />

**TypeScript**

<img src="https://user-images.githubusercontent.com/9512444/224166332-563916de-cf03-4930-9174-557a0fd829e8.png" alt="TypeScript" />

**Javascript/React**

<img src="https://user-images.githubusercontent.com/9512444/224166584-888678e0-8db5-41d9-b478-b613f0f8e8a3.png" alt="Javascript/React" />

<!-- panvimdoc-ignore-end -->

## :gift: Extras

**Lualine**
Expand Down
3 changes: 2 additions & 1 deletion doc/onedarkpro.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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?
}
})
Expand Down

0 comments on commit 006c228

Please sign in to comment.