Code Monkey home page Code Monkey logo

mayansmoke's Introduction

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3065

This is a pleasant and ergonomic light-background color scheme, designed for long hours of coding and working. The UI elements are muted without being drab, the syntax elements are colorful without being garish, and the background is relaxing without being soporific. It is of a low-enough contrast so as not to cause eye-burn, but high-enough contrast so as not to cause eye-strain. The syntax coloration offers just a little higher resolution than most, distinguishing between class names vs. functions, strings and numbers vs. other constants, etc. Many of the colors in this color scheme are drawn from Mayan murals, paintings and codices, and thus the name.

Screenshots:
==========

    - Python: http://jeetworks.org/files/images/mayansmoke-python1.png
    - C++: http://jeetworks.org/files/images/mayansmoke-cpp1.png

Customization:
==============

If any of the following highlights are defined (e.g., in your "~/.vimrc"), these will override the default highlight definitions:

    MayanSmokeCursorLine    (will be applied to: CursorColumn and CursorLine)
    MayanSmokeSearch        (will be applied to: Search and IncSearch)
    MayanSmokeSpecialKey    (will be applied to: SpecialKey)

For example, you can set the following in your "~/.vimrc" to select your own colors for these items:

    hi MayanSmokeCursorLine     guifg=NONE   guibg=yellow  gui=NONE
    hi MayanSmokeSearch         guifg=white  guibg=blue    gui=NONE
    hi MayanSmokeSpecialKey     guifg=NONE   guibg=green   gui=NONE

Alternatively, you can define one or more of the following values in your "~/.vimrc" to select different pre-defined levels of visibility for the above highlights:

    let g:mayansmoke_cursor_line_visibility = 0  " lower visibility
    let g:mayansmoke_cursor_line_visibility = 1  " medium visibility
    let g:mayansmoke_cursor_line_visibility = 2  " higher visibility

   let g:mayansmoke_search_visibility = 0 " low visibility
   let g:mayansmoke_search_visibility = 1 " medium visibility (default)
   let g:mayansmoke_search_visibility = 2 " high visibility
   let g:mayansmoke_search_visibility = 3 " very high visibility
   let g:mayansmoke_search_visibility = 4 " highest visibility

    let g:mayansmoke_special_key_visibility = 0  " lower visibility
    let g:mayansmoke_special_key_visibility = 1  " medium visibility
    let g:mayansmoke_special_key_visibility = 2  " higher visibility



mayansmoke's People

Contributors

jeetsukumaran avatar

Stargazers

 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

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.