All Projects β†’ challenger-deep-theme β†’ Vim

challenger-deep-theme / Vim

Licence: mit
FlatColor vim colorscheme

Projects that are alternatives of or similar to Vim

Spacecamp
πŸ”­ Vim colors for the final frontier
Stars: ✭ 288 (-35.86%)
Mutual labels:  color-scheme
Kicad Color Schemes
Want to change the color scheme of KiCad? Look here for Inspiration.
Stars: ✭ 315 (-29.84%)
Mutual labels:  color-scheme
Everforest
🌲 Comfortable & Pleasant Color Scheme for Vim
Stars: ✭ 403 (-10.24%)
Mutual labels:  color-scheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-34.74%)
Mutual labels:  color-scheme
Xcodetheme
My Xcode theme - Sundell's Colors
Stars: ✭ 312 (-30.51%)
Mutual labels:  color-scheme
Intellij Colors Solarized
Solarized Colorscheme for IntelliJ IDEA
Stars: ✭ 3,266 (+627.39%)
Mutual labels:  color-scheme
Terminal Snazzy
Elegant Terminal theme with bright colors
Stars: ✭ 287 (-36.08%)
Mutual labels:  color-scheme
Wwdc2016 Xcode Color Scheme
A color scheme for Xcode based on the WWDC 2016 invitation.
Stars: ✭ 408 (-9.13%)
Mutual labels:  color-scheme
Solarized
Solarized color scheme for Sublime Text 3
Stars: ✭ 314 (-30.07%)
Mutual labels:  color-scheme
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-15.81%)
Mutual labels:  color-scheme
Spaceduck
πŸš€ πŸ¦† An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-60.58%)
Mutual labels:  color-scheme
Vim Quantum
A Material color scheme for Vim.
Stars: ✭ 304 (-32.29%)
Mutual labels:  color-scheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (-25.84%)
Mutual labels:  color-scheme
Nofrils
An extremely minimalist colorscheme, even opting out of the second L in frills
Stars: ✭ 292 (-34.97%)
Mutual labels:  color-scheme
Gitgutter
A Sublime Text 2/3 plugin to see git diff in gutter
Stars: ✭ 3,888 (+765.92%)
Mutual labels:  color-scheme
Themer
Themer is a colorscheme generator and manager for your desktop.
Stars: ✭ 289 (-35.63%)
Mutual labels:  color-scheme
Edge
Clean & Elegant Color Scheme inspired by Atom One and Material
Stars: ✭ 316 (-29.62%)
Mutual labels:  color-scheme
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+904.9%)
Mutual labels:  color-scheme
Midnight Lizard
Π‘ustom color schemes for all websites
Stars: ✭ 406 (-9.58%)
Mutual labels:  color-scheme
Iterm2 Color Schemes
Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Stars: ✭ 20,828 (+4538.75%)
Mutual labels:  color-scheme

Challenger Deep

Challenger Deep Theme for VIM

To enable this color scheme, set it in your vimrc:

colorscheme challenger_deep

Terminal True Color Support

Add this to your .vimrc to enable true colors:

if has('nvim') || has('termguicolors')
  set termguicolors
endif

Installation

vim-plug

Plug 'challenger-deep-theme/vim', { 'as': 'challenger-deep' }

vundle

Plugin 'challenger-deep-theme/vim', {'name': 'challenger-deep-theme'}

Screenshot

Screenshot

Options

  • g:challenger_deep_termcolors This options sets the terminal colors to 16 or 256 Colors. Default value is 256. If it is set to 16 ,this colorscheme will attempt to use the standard 16 colors of your terminal emulator and background color will be the default background color of your terminal emulator. For the best colors in terminal, its recommended to set set your terminalcolors to Challenger Deep Terminal Colors and use 16 colors.

Challenger Deep Terminal Colors

! ~/.Xresource
*.foreground:   #cbe3e7
*.background:   #1e1c31
*.cursorColor:  #fbfcfc

! black
*.color0:       #565575
*.color8:       #100e23

! red
*.color1:       #ff8080
*.color9:       #ff5458

! green
*.color2:       #95ffa4
*.color10:      #62d196

! yellow
*.color3:       #ffe9aa
*.color11:      #ffb378

! blue
*.color4:       #91ddff
*.color12:      #65b2ff

! magenta
*.color5:       #c991e1
*.color13:      #906cff

! cyan
*.color6:       #aaffe4
*.color14:      #63f2f1

! white
*.color7:       #cbe3e7
*.color15:      #a6b3cc

Lightline Theme

Lightline

Challenger Deep supports lightline.vim. To enable the colorscheme, add one of the following lines to your .vimrc:

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

Troubleshooting

If you are running vim inside tmux with the alacritty terminal, make sure to set default-terminal to xterm-256color in your tmux config (see this issue for more details:

# ... 
set-option -g default-terminal "xterm-256color"
# ...
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].