All Projects → ghifarit53 → Daycula Vim

ghifarit53 / Daycula Vim

Licence: mit
A dark, vivid and calming colorscheme for Vim

Projects that are alternatives of or similar to Daycula Vim

neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+92.31%)
Mutual labels:  colorscheme, vim-colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (+1.92%)
Mutual labels:  colorscheme, vim-colorscheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+190.38%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (+384.62%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+436.54%)
Mutual labels:  vim-colorscheme, colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-36.54%)
Mutual labels:  colorscheme, vim-colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (+171.15%)
Mutual labels:  colorscheme, vim-colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+3350%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+401.92%)
Mutual labels:  vim-colorscheme, colorscheme
Tokyonight Vim
A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by enkia with the same name
Stars: ✭ 256 (+392.31%)
Mutual labels:  vim-colorscheme, colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+5930.77%)
Mutual labels:  vim-colorscheme, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+571.15%)
Mutual labels:  vim-colorscheme, colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+234.62%)
Mutual labels:  vim-colorscheme, colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-19.23%)
Mutual labels:  colorscheme, vim-colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+3721.15%)
Mutual labels:  vim-colorscheme, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+28.85%)
Mutual labels:  colorscheme, vim-colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+107.69%)
Mutual labels:  vim-colorscheme, colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+2946.15%)
Mutual labels:  vim-colorscheme, colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-32.69%)
Mutual labels:  colorscheme, vim-colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+453.85%)
Mutual labels:  vim-colorscheme, colorscheme

About

Daycula is a dark, vivid and calming colorscheme for Vim, with ports for other code editor and terminal coming soon

This colorscheme works best with vim-polyglot, please install it first

Also, make sure your terminal supports true colors as this colorscheme only supports that

Screenshot

Features

  • Numerous filetypes and plugins support
  • Many customization option
  • Support for italic fonts

Installation

Here i'm using vim-plug

Plug 'ghifarit53/daycula-vim' , {'branch' : 'main'}

you need to specify the branch name (in this case,{'branch' : 'main'}) as i'm not using master (the original name) for my default branch name

after installed, add this to your vimrc or init.vim

set termguicolors

colorscheme daycula

Statusline

Daycula supports lightline.vim and airline.vim plugins. See below configuration to make those plugin use daycula

Lightline

let g:lightline = { 'colorscheme' : 'daycula'}

Airline

let g:airline_theme = "daycula"

Customization

Transparency (see issue #8)

g:daycula_transparent_background

Set to 1 to enable transparency. Set to 0 to disable it

Menu selection

g:daycula_menu_selection_background

Set to eiher 'red','green', or 'blue' to change the colors of Pmenusel and WildMenu

Italic comment

g:daycula_disable_italic_comment

By default, it sets to 0 which will enable italic comments. Set to 1 to disable italic comments

Italic keywords

g:daycula_enable_italic

Set to 1 to enable italic for certain keywords. Set to 0 to disable it

Cursor color (only for GUI clients)

g:daycula_cursor

To change the cursor color, set it to either 'auto', 'red', 'green', or 'blue'

Highlight current word

g:daycula_current_word

Some plugins can highlight the word under current cursor (for example neoclide/coc-highlight)

Set it to either 'bold', 'underline', 'italic', or 'grey background'

Ports

Available terminal port of this colorscheme (see ports)

  • Alacritty
  • iTerm2
  • Kitty
  • Xresources

You can also make your own port if it's not there. If you do, please make a PR with your port added to the list

Thank you

  • sainnhe (used their colorscheme as the base)
  • tessarin (documentation in vim's help format)
  • 12-Seconds (iTerm2 port)

License

MIT © Muh. Ghifari Taqiuddin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].