Giter VIP home page Giter VIP logo

Comments (6)

roket1428 avatar roket1428 commented on August 27, 2024 1

I see. Thanks for help dude, very nice colorscheme, by the way.

I just wanna know something else, too: Do you have any user css flie for any kind of web site or something that based on iceberg? If you have, I'm glad to see that and tweak it for other sites, you know I'll be copycat. :)

from iceberg.vim.

roket1428 avatar roket1428 commented on August 27, 2024 1

I totaly forgot your web site. :)

from iceberg.vim.

cocopon avatar cocopon commented on August 27, 2024

vimIsCommand is also applied to many other symbols.

For example, here is the result of :hi link vimIsCommand Error. Red symbols are all vimIsCommand:

スクリーンショット 2019-06-16 10 34 49

If you still want to change them, add hi link vimIsCommand FOOBAR to your .vimrc.

  • Blue: hi link vimIsCommand Statement
  • Green: hi link vimIsCommand Special
  • Light blue: hi link vimIsCommand Identifier
  • Orange: hi link vimIsCommand Title
  • Purple: hi link vimIsCommand Constant

from iceberg.vim.

roket1428 avatar roket1428 commented on August 27, 2024

Yeah, I know. I just wanted you to add support for plug.vim.
Maybe new users who don't know little bit of vimfu couldn't do that, you get the idea.

from iceberg.vim.

cocopon avatar cocopon commented on August 27, 2024

I understand your kindness. But color schemes cannot highlight the specific keyword like Plug. It is a responsibility of syntax plugins.

So if you want to highlight the keyword, create a new syntax plugin for .vim files. You can define a new highlighting group for the specific keyword in the file. It may help Vim beginners.

from iceberg.vim.

cocopon avatar cocopon commented on August 27, 2024

Here is the CSS file for the official web site:
https://github.com/cocopon/iceberg.vim/blob/gh-pages/assets/css/style.css

You can generate it yourself with my plugin cocopon/colorswatch.vim like this:

:ColorSwatchGenerate original css

I hope this helps.

from iceberg.vim.

Related Issues (20)

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.