Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
loctvl842 committed Nov 20, 2024
2 parents e760666 + d892610 commit f7e02b4
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion doc/monokai-pro.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*monokai-pro.txt* For Neovim >= 0.8.0 Last change: 2024 October 03
*monokai-pro.txt* For Neovim >= 0.8.0 Last change: 2024 November 20

==============================================================================
Table of Contents *monokai-pro-table-of-contents*
Expand All @@ -9,6 +9,7 @@ Table of Contents *monokai-pro-table-of-contents*
- Ristretto |monokai-pro-ristretto|
- Spectrum |monokai-pro-spectrum|
- Classic |monokai-pro-classic|
- Palette |monokai-pro-palette|
- Installation |monokai-pro-installation|
- Configuration |monokai-pro-configuration|
- Usage |monokai-pro-usage|
Expand Down Expand Up @@ -62,6 +63,32 @@ PLUGIN SUPPORT ~
- rainbow-delimeters.nvim <https://gitlab.com/HiPhish/rainbow-delimiters.nvim>


PALETTE *monokai-pro-palette*

>lua
cs.base = {
dark = p.dark2, -- "#19181a"
black = p.dark1, -- "#221f22"
red = p.accent1, -- "#ff6188"
green = p.accent4, -- "#a9dc76"
yellow = p.accent3, -- "#ffd866"
blue = p.accent2, -- "#fc9867"
magenta = p.accent6, -- "#ab9df2"
cyan = p.accent5, -- "#78dce8"
white = p.text, -- "#fcfcfa"
dimmed1 = p.dimmed1, -- "#c1c0c0"
dimmed2 = p.dimmed2, -- "#939293"
dimmed3 = p.dimmed3, -- "#727072"
dimmed4 = p.dimmed4, -- "#5b595c"
dimmed5 = p.dimmed5, -- "#403e41"
}
<

- **Primary Colors:** `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `white` are your vibrant accent colors.
- **Dimmed Colors:** `dimmed1` to `dimmed5` are muted shades for less prominent elements.
- **Background Colors:** `dark` and `black` serve as your primary and secondary background colors.


INSTALLATION *monokai-pro-installation*

vim-plug <https://github.com/junegunn/vim-plug>
Expand Down

0 comments on commit f7e02b4

Please sign in to comment.