refactor: readme.md

This commit is contained in:
max miliano 2024-02-24 08:13:49 -03:00
parent 57a8b009be
commit b5055b769e
2 changed files with 9 additions and 2 deletions

View file

@ -1,17 +1,23 @@
# Dracula
# Dracula-Soft
![schemecraft](https://github.com/maxmx03/schemecraft/assets/50273941/ee682aae-00cb-4282-ba24-3d9621a430a3)
## Installation
vim-plug
To install Dracula-Soft, you need a plugin manager. \
In the example, bellow we are going to use vim-plug.
```vim
Plug 'maxmx03/dracula.nvim', { 'branch': 'vim' }
colorscheme dracula-soft
```
## Plugins
Bellow are the Dracula-Soft supported plugins. \
Enable the plugins you want.
```vim
g:dracula.plugins["nvim-treesitter"] = false
g:dracula.plugins["nvim-lspconfig"] = false

View file

@ -65,6 +65,7 @@ if (has('termguicolors') && &termguicolors) || has('gui_running')
]
endif
hi ColorColumn guifg=NONE guibg=#21222c gui=NONE cterm=NONE
hi Conceal guifg=#44475A guibg=NONE gui=NONE cterm=NONE
hi CurSearch guifg=#8be9fd guibg=#374754 gui=NONE cterm=NONE