Git Product home page Git Product logo

vim-deep-space's People

Contributors

sro5h avatar tyrannicaltoucan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vim-deep-space's Issues

Disappearing cursor over match paren

This is Alacritty, Tmux, Neovim on MacOs but I have the same issue outside of Tmux and also on Arch Linux with both Alacritty and Termite. I have this in a bunch of color schemes and there are some bug reports about this on the base16 repo as well. If you would like more info let me know. Note that I am using dynamic cursor colors (meaning cursor color is adjusted based on background).

Also, the cursor is sitting on the first paren (I have RainbowColors active in the screenshot but it doesn't change the issue)

screen shot 2018-04-27 at 17 25 41

Improvements for v1.0

Some improvements to implement in prep for version 1.0:

  • Remove any differences in font attributes. example
  • Remove the repetition of font attributes. example
  • Allow g:deepspace_italics to be honored in GUI Vim.

Language in README screenshot

Hi,

I was looking at the screenshot in the README and realised that I had no idea what language it was. At first I thought it was Rust, then Swift, then Go, but eventually I realised that it could not be any of these. Besides, that println function call just makes matters worse!

After going through this thought process, I am now too curious to pass up asking what language it is.

Include font name

Would be nice to include the font's name under the screenshot, it looks awesome with the theme! :)

Color scheme does not work on Mac OSX

Hi, I'm running macOS Mojave 10.14. The color scheme works great on my linux desktop, but on my Mac laptop this color scheme renders incorrectly, as shown below.
Screen Shot 2019-12-03 at 8 37 24 AM
This is my .vimrc:

filetype plugin indent on
set tabstop=4
set shiftwidth=4
syntax on
map <C-o> :NERDTreeToggle<CR>
set laststatus=2
set noshowmode
let g:lightline = {
    \ 'colorscheme': 'one',
    \ }

"Deep-space
set background=dark
set termguicolors
colorscheme deep-space

Below is the result of scriptnames:

  1: /usr/share/vim/vimrc
  2: ~/.vimrc
  3: /usr/share/vim/vim80/filetype.vim
  4: /usr/share/vim/vim80/ftplugin.vim
  5: /usr/share/vim/vim80/indent.vim
  6: /usr/share/vim/vim80/syntax/syntax.vim
  7: /usr/share/vim/vim80/syntax/synload.vim
  8: /usr/share/vim/vim80/syntax/syncolor.vim
  9: ~/.vim/colors/deep-space.vim
 10: /usr/share/vim/vim80/plugin/getscriptPlugin.vim
 11: /usr/share/vim/vim80/plugin/gzip.vim
 12: /usr/share/vim/vim80/plugin/logiPat.vim
 13: /usr/share/vim/vim80/plugin/manpager.vim
 14: /usr/share/vim/vim80/plugin/matchparen.vim
 15: /usr/share/vim/vim80/plugin/netrwPlugin.vim
 16: /usr/share/vim/vim80/plugin/rrhelper.vim
 17: /usr/share/vim/vim80/plugin/spellfile.vim
 18: /usr/share/vim/vim80/plugin/tarPlugin.vim
 19: /usr/share/vim/vim80/plugin/tohtml.vim
 20: /usr/share/vim/vim80/plugin/vimballPlugin.vim
 21: /usr/share/vim/vim80/plugin/zipPlugin.vim
 22: ~/.vim/pack/plugins/start/lightline/plugin/lightline.vim
 23: ~/.vim/pack/vendor/start/nerdtree/plugin/NERD_tree.vim
 24: ~/.vim/pack/vendor/start/nerdtree/autoload/nerdtree.vim
 25: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/path.vim
 26: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/menu_controller.vim
 27: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/menu_item.vim
 28: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/key_map.vim
 29: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/bookmark.vim
 30: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/tree_file_node.vim
 31: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/tree_dir_node.vim
 32: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/opener.vim
 33: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/creator.vim
 34: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/flag_set.vim
 35: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/nerdtree.vim
 36: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/ui.vim
 37: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/event.vim
 38: ~/.vim/pack/vendor/start/nerdtree/lib/nerdtree/notifier.vim
 39: ~/.vim/pack/vendor/start/nerdtree/autoload/nerdtree/ui_glue.vim
 40: ~/.vim/pack/vendor/start/nerdtree/nerdtree_plugin/exec_menuitem.vim
 41: ~/.vim/pack/vendor/start/nerdtree/nerdtree_plugin/fs_menu.vim
 42: ~/.vim/pack/vendor/start/nerdtree/nerdtree_plugin/vcs.vim
 43: /usr/share/vim/vim80/scripts.vim
 44: /usr/share/vim/vim80/ftplugin/vim.vim
 45: /usr/share/vim/vim80/indent/vim.vim
 46: /usr/share/vim/vim80/syntax/vim.vim
 47: /usr/share/vim/vim80/syntax/ruby.vim
 48: /usr/share/vim/vim80/syntax/python.vim
 49: ~/.vim/pack/plugins/start/lightline/autoload/lightline.vim
 50: ~/.vim/pack/plugins/start/lightline/autoload/lightline/tab.vim
 51: ~/.vim/pack/plugins/start/lightline/autoload/lightline/colorscheme/one.vim
 52: ~/.vim/pack/plugins/start/lightline/autoload/lightline/colorscheme.vim

My Mac terminal's color display is set to xterm-256. I've tried placing the background first, I've tried using iTerm, but nothing seems to be working. Thanks for the help.

Changing function name color for javascript

Currently, the function name in Python look really nice with the color

screen shot 2016-11-15 at 11 07 15 pm

However, in Javascript, the color for function name does not work.

screen shot 2016-11-15 at 11 08 21 pm

Is there any chance to update the javascript color scheme ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.