auto generate docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
*zenbones.txt* For NVIM v0.4.3 Last change: 2021 September 01
|
*zenbones.txt* For NVIM v0.4.3 Last change: 2021 September 03
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *zenbones-table-of-contents*
|
Table of Contents *zenbones-table-of-contents*
|
||||||
@@ -115,6 +115,7 @@ plugins.
|
|||||||
|
|
||||||
|
|
||||||
- Git Signs <https://github.com/lewis6991/gitsigns.nvim>
|
- Git Signs <https://github.com/lewis6991/gitsigns.nvim>
|
||||||
|
- Git Gutter <https://github.com/airblade/vim-gitgutter>
|
||||||
- Indent Blankline <https://github.com/lukas-reineke/indent-blankline.nvim>
|
- Indent Blankline <https://github.com/lukas-reineke/indent-blankline.nvim>
|
||||||
- Telescope <https://github.com/nvim-telescope/telescope.nvim>
|
- Telescope <https://github.com/nvim-telescope/telescope.nvim>
|
||||||
- Sneak <https://github.com/justinmk/vim-sneak>
|
- Sneak <https://github.com/justinmk/vim-sneak>
|
||||||
@@ -156,23 +157,39 @@ You can retrieve the terminal colors by using this command:
|
|||||||
|
|
||||||
>
|
>
|
||||||
:lua require("zenbones.print").print_terminal_colors()
|
:lua require("zenbones.print").print_terminal_colors()
|
||||||
|
<
|
||||||
...
|
|
||||||
|
|
||||||
|
Useful when you want to apply a zenbones theme to your terminal. Recent output:
|
||||||
|
|
||||||
|
>
|
||||||
Terminal colors
|
Terminal colors
|
||||||
foreground: #2C363C
|
foreground: #2C363C
|
||||||
background: #F0EDEC
|
background: #F0EDEC
|
||||||
ansi color0: #2C363C
|
ansi color0: #2C363C
|
||||||
ansi color1: #C23C55
|
ansi color1: #A8334C
|
||||||
ansi color2: #617437
|
ansi color2: #617437
|
||||||
ansi color3: #914B27
|
ansi color3: #944927
|
||||||
ansi color4: #286486
|
ansi color4: #286486
|
||||||
ansi color5: #88507D
|
ansi color5: #88507D
|
||||||
...
|
ansi color6: #3B8992
|
||||||
|
ansi color7: #F0EDEC
|
||||||
|
ansi color8: #44525B
|
||||||
|
ansi color9: #9C2842
|
||||||
|
ansi color10: #55672A
|
||||||
|
ansi color11: #87411E
|
||||||
|
ansi color12: #1F5A7A
|
||||||
|
ansi color13: #864079
|
||||||
|
ansi color14: #2F7C85
|
||||||
|
ansi color15: #DCD2CE
|
||||||
|
cursor foreground: #F2F0EF
|
||||||
|
cursor background: #2C363C
|
||||||
|
inactive cursor foreground: #F2F0EF
|
||||||
|
inactive cursor background: #4D5C65
|
||||||
|
selection background: #D2DFE7
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
Useful when you want to apply a zenbones theme to your terminal.
|
|
||||||
|
|
||||||
INSPIRATIONS *zenbones-inspirations*
|
INSPIRATIONS *zenbones-inspirations*
|
||||||
|
|
||||||
Zenbones is heavily inspired by Verdandi
|
Zenbones is heavily inspired by Verdandi
|
||||||
|
|||||||
Reference in New Issue
Block a user