Giter VIP home page Giter VIP logo

vim-colorschemes's People

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  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

vim-colorschemes's Issues

When I clone this repo `darkBlue` shows up as modified

If I do a fresh git clone [email protected]:flazz/vim-colorschemes.git && cd vim-colorschemes && git status it shows me this.

On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   colors/darkBlue.vim

no changes added to commit (use "git add" and/or "git commit -a")

I've tried the following with no success:

  • git checkout -- colors/darkBlue.vim
  • git stash && git fetch origin && git reset --hard origin/master
  • git mv colors/darkBlue.vim colors/darkblue.vim

All fail.

Any idea why this is? It's borking my plugin manager every time I update.

.

.
mistake, i made a mistake in the windows.
the heat wave is harmful

closed

brogrammer.vim

If I use colo brogrammer it does not work directly, but if I use colo playroom then colo brogrammer it works fine! Thanks :)

Characters left on screen after suggestions close

Characters are left behind on the screen after the completion suggestions close. Originally thought this was an issue with YouCompleteMe or the vim builtin completion, but the issues are only reproducible with vim-colorschemes installed and active.

Random artifacts:
Screen Shot 2019-08-09 at 10 33 02 AM

Filename completions:
Screen Shot 2019-08-12 at 3 57 22 PM

I'm on macOS Mojave 10.14.6 and here's my vim --version output.

Thanks in advance for the help.

Request: Add Afterglow theme

There's a really nice looking theme for Sublime called afterglow. Does anyone have the time & knows how to convert it to vim? I'd like to see it in vim-colorschemes. Thanks in advance!

Color schemes affected by terminal color scheme

[Solved]

Multiple color schemes are affected and changed by the terminal color scheme, like 0x7A69_dark. The text color changes with the terminal settings. Other schemes look almost identical and very similar to the terminal color scheme. Other schemes like C64 are unaffected.
E: Vim version 7.4, Ubuntu 16.04.03 and 16.04.01.

E2: Apparently some schemes are made for Gvim. Source: Fourth reply here https://stackoverflow.com/questions/4325682/vim-colorschemes-not-changing-background-color.

Unable to see all colors

In my terminal i'm seeing the color schemes almost the same.

My .vimrc looks like this:

Syntax on
set t_Co=256

How can I fix this issue?

E185: Cannot find color scheme .. any scheme

Hello,

I've installed vim-colorschemes with Vundle. All color schemes are dropped into .vim/bundle/vim-colorschemes/colors.

When I drop colorscheme corn or any other colorscheme, I always get en error:

E185: Cannot find color scheme ...

Is that a bug or am I doing something wrong?

Tomorrow-Night + Rust = Colors are strange (at times)

Heya. First of all want to sat thanks for such an amazing pack.

But lets now get to serious things. Rust language has a support in vim. And with the Tomorrow-Night theme I've came with several misunderstandings. First of all some thing that should be colored with different colors, are actually colored with same color.

Second weird thing is that if, for, while, loop etc. are colored same (or nearly same color) as text (variables).

If I install Tomorrow night theme from another source (which is kinda painful) i don't have this issues. And if I use other editor, with same theme, I don't have any Issues either. Any Suggestions?

And the theme itself is kinda different (but still OK)
See screenshots below:

vim:

image

VSCode:

image

Rustbook:

image

Proposal: Additional info to Readme file

Because I'm kind of new to Vim, it wasn't really obvious for me how to change the color schemes. So I'd suggest to add the following to the readme:

To change the color scheme to e.g. Monokai, type the following in Vim

:colorscheme monokai

Proposal: Force all themes to use lowercase names

I've noticed that the themes using an uppercased name are missing out on tab completion (unless uppercase letter is specified) or even just basic colorscheme name cycling. This would be an easy change but would force existing users to update their vimrc.

Pseudo Transparency in rxvt-unicode

I had some trouble getting pseudo transpareny to work in rxvt-unicode. So I edited line 288 in deus.vim. to read:

let bg = s:none

Now when I open vim it uses the terminal background (with pseudo transparency) however it also throws the following error:

Error detected while processing function <SNR>16_HL:
line 43:
E420: BG color unknown
E420: BG color unknown
E420: BG color unknown
Press Enter or type command to continue

Is there a proper way to do this? I was surprised to see how sophisticated the colors file is. I expected something much more simple.

Fix typo in Monokai than makes unusable this colorscheme


diff --git a/colors/Monokai.vim b/colors/Monokai.vim
index fa31009..570625e 100644
--- a/colors/Monokai.vim
+++ b/colors/Monokai.vim
@@ -9,7 +9,7 @@ if exists("syntax_on")
 endif
 
 set t_Co=256
-let g:colors_name = "monokai"
+let g:colors_name = "Monokai"
 
 hi Cursor ctermfg=235 ctermbg=231 cterm=NONE guifg=#272822 guibg=#f8f8f0 gui=NONE
 hi Visual ctermfg=NONE ctermbg=59 cterm=NONE guifg=NONE guibg=#49483e gui=NONE
-- 
2.1.0

Permission denied (publickey).

I have followed the installation guide:

git submodule add [email protected]:flazz/vim-colorschemes.git bundle/colorschemes

But my terminal says:

Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.
Clone of '[email protected]:flazz/vim-colorschemes.git' into submodule path 'bundle/colorschemes' failed

name/file conflicts megathread

Hey all, first of all, thanks for the patience. There seems to be a large set of issues that revolves around the filename conflicting with some internal value or vim feature.

I think biggest challenge is that there are many flavors of this issue and many flavors of proposed solutions. Solving one issue may conflict with solving another.

Instead of modifying the scheme files to for any specific situation we start sharing a set of opt-in scripts to fix these things locally.

If any convergence happens we can work towards a better general case solution; if things stay diverged no harm done, the impact is a set of scripts and words in the readme. Thoughts?

vim-colourscheme - git update server info on the server?

Hi, im new to Vim / vim plugins / and also github.
so far i have installed few plugins through vundle and now I am trying to install flazz/vim-colorschemes.
when i run :PluginInstall, it asks me github username and password. After providing the password i get something as follows
fatal: https://github.com/flazz/vim-colourschemes.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?

vim colours

need help plz.

Benokai scheme not applying

colorscheme Benokai
Upon entering Vim no colors are applied. Just Black and white colors.
Same happens to some other schemes.

List themes with screenshots and further infos

Hi there,

i´ve got an documentation improvement. Perhaps you can add a List of all themes with a Screenshot and some further theme information (256 colors, ...)

This would be great :)

Cu

Robin

Permission denied (publickey).

Hi,
I am not sure why I am getting the following error:

pptp-212-201-79-219:.vim mypc$ git submodule add [email protected]:flazz/vim-colorschemes.git bundle/colorschemes
Cloning into 'bundle/colorschemes'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'github.com:flazz/vim-colorschemes.git' into submodule path 'bundle/colorschemes' failed

any idea?
thanks

Include luna-term

You already include the luna colorscheme but only the GUI version - in https://github.com/Pychimp/vim-luna the GUI and console versions of the colorscheme are in separate files (luna.vim and luna-term.vim) currently you only include luna.vim

3 problematic color schems

This is the ultimate collection of color schemes. The selection can probably satisfy almost anyone. However, I feel that regardless of the aesthetic appeal of a particular color scheme, it should not have unexpected side effects. For example, changing the user's editor window size, font, messing with the editing buffer, etc. 3 color schemes failed the above test:

  1. darkroom: messes up the current editing buffer by creating a new scratch buffer
  2. potts: tries to set the font to 7x13 (very ugly font)
  3. smyck: tries to change the linespace to 2 (many people prefer a tighter line space)

There're other color schemes that also have issues, like scala and ciscoacl, after using these schemes certain colors are stuck, that even if you change to another color scheme they won't get restored. But I feel at a minimum the editor content/window size should not change.

If you agree that these are issues that should be addressed, I can send a pull request with the changes.

File conflict on Windows

Hi there,

Commit 613bd69 added a new darkBlue.vim scheme, but on Windows, which has a case-insensitive file-system, that conflicts with the existing darkblue.vim (note the lowercase "b").

I don't know if there's a better solution than this, but renaming that new one to darkblue3.vim would definitely be the simplest?

Proposal: Create Wiki with screenshots

I think it would be cool if this project had a Wiki with screenshots for every theme.

Another idea is to also keep a table in the Wiki that displays whether a theme is supposed to work only on gui, gui and terminals or just terminals.

yaml.vim

The file colors/yaml.vim is a syntax file, not a colorscheme.

CandyPaper has changed and been aliased to CandyCode

The theme CandyPaper no longer has the same colour map. It looks like its switched places with CandyCode: if you run :colorscheme vim will report that CandyCode is the active colour scheme. If you set your colour scheme to CandyCode the colour map is roughly what CandyPaper used to be.

need some help maintaining this repo?

I enjoy having hundreds of colorschemes. i see lots of old PRs languishing. I propose my services as a co-maintainer.

However. I will be a very irresponsible maintainer, in that my plan will be to systematically merge all PRs without even the most basic of checks. I figure, if people can be bothered to submit a PR, we can merge it and ask questions later. YOLO.

I do use all the colorschemes myself, so I should spot any major problems before too long...

Conceal rules missing in a bunch of colorschemes

At vim-pandoc-syntax, we've found that many colorschemes don't have explicit rules for the Conceal group, which creates this sort of issue (see the grey background in the first half of the text):

Checking on the contents of this repo, only a few colorschemes provide correct rules for Conceal: https://github.com/flazz/vim-colorschemes/search?q=Conceal&source=cc

I'm not sure this is the right place to raise this issue, but I thought it would be good to let you know.

We've found adding

hi link Conceal Operator

to the colorschemes works fine in our use-case, but a different rule might be needed in others.

Some colorschemes are outdated?

It seems, that some of the provided colorschemes (in my case: Iceberg don't use the newest version of said colorscheme.

Here is the diff between the provided iceberg.vim and the one provided by the official repository.

What is the standard procedure to update colorschemes?

Sorting color schemes by color support

Hi,

Any chance you could sort the color schemes by color support?
For example, put all the 256-color schemes in one directory, and the 16-color schemes in another directory?

It would help people who have different terminals with different levels of color support to quickly find which themes they can apply.

Thanks!

funky downloads

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.