![]() |
|
||||
![]()
A simple guide to use the dracula them on Vim.
Application: Vim is a text editor. Theme: Dracula is a dark theme. 1) Install Vim, for me: # pkg_add vim-8.1.1048-no_x11.tgz You can learn to use vim by refering the documentation. 2) Download Dracula theme (you can use raw and save the file) and put it in colors directory of Vim. Use root: # mv /home/YOUR_USER/dracula.vim /usr/local/share/vim/vim81/colors/ 3) In your home directory create a file with the name: .vimrc $ touch .vimrc Put inside this content: Code:
syntax on set termguicolors colorscheme dracula highlight Normal ctermbg=NONE set number set cindent set visualbell cindent for indenting as C language. number for the numbering lines. I noticed an issue so I use colorscheme dracula and highlight Normal ctermbg=NONE https://github.com/dracula/vim/issues/29 |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
stop in gnome-icon-theme | jewsofeast | NetBSD General | 0 | 21st November 2010 12:15 PM |
n00b question, installed theme via ports. How to use it? | disappearedng | FreeBSD General | 1 | 25th June 2008 07:26 PM |