Giter VIP home page Giter VIP logo

badwolf's Introduction

Bad Wolf

A color scheme for Vim, pieced together by Steve Losh.

There's still quite a lot of room for improvement (particularly in HTML) so feel free to send me ideas through the issue tracker or pull requests.

It's MIT/X11 licensed, so feel free to hack it apart if you like.

If you're going to send a pull request that you want me to merge, please post a comment in it with before/after screenshots!

Screenshots

These screenshots may be out of date, but they'll at least give you a taste of what you're in for.

Python

Screenshot

HTML (Django Templates)

Screenshot

Clojure

Screenshot

Markdown

Screenshot

Configuration

There are a few settings you can use to tweak how Bad Wolf looks.

g:badwolf_darkgutter

Determines whether the line number, sign column, and fold column are rendered darker than the normal background, or the same.

" Make the gutters darker than the background.
let g:badwolf_darkgutter = 1

Default: 0 (off, gutters are the same as the background)

g:badwolf_tabline

Determines how light to render the background of the tab line (the line at the top of the screen containing the various tabs (only in console mode)).

Can be set to 0, 1, 2, or 3.

" Make the tab line darker than the background.
let g:badwolf_tabline = 0

" Make the tab line the same color as the background.
let g:badwolf_tabline = 1

" Make the tab line lighter than the background.
let g:badwolf_tabline = 2

" Make the tab line much lighter than the background.
let g:badwolf_tabline = 3

Default: 1 (same color as the background)

g:badwolf_html_link_underline

Determines whether text inside a tags in HTML files will be underlined.

" Turn off HTML link underlining
let g:badwolf_html_link_underline = 0

Default: 1 (on)

g:badwolf_css_props_highlight

Determines whether CSS properties should be highlighted.

" Turn on CSS properties highlighting
let g:badwolf_css_props_highlight = 1

Default: 0 (off)

Contributing

I'd love pull requests, but won't necessarily merge all of them. Color schemes are a very subjective topic -- we don't all have the same taste.

If you're going to send a pull request that you want me to merge, please post a comment in it with before/after screenshots!

badwolf's People

Contributors

sjl avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

shioyama

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.