marklar.vim : Dark colorscheme based on green chalkboard colors
script karma |
Rating 73/32,
Downloaded by 5054 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
sm smithfield |
|
script type |
color scheme |
|
description |
:Marklar - change certain setting dynamically.
:Marklar (no args) - displays current settings
:Marklar bold? - diplays current value of bold. works similarly for all options.
:Marklar bold! - toggles bold value for 'categorical' colors
:Marklar underline! - toggles the appearance of Underlined.
marklar.vim uses Underlined as an additional color
without the underline as default.
If you want the Underline back, turn it back on.
:Marklar ignore! - toggles the appearance of Ignore'd text
from nearly invisible to invisible, ie. same color as background.
:Marklar conceal! - toggles the appearance of Conceal'd text
from Comment to Ignore.
This means ... you can dynamically make Conceal'd text invisible, nearly
invisible or appear as a Comment in both gui and xterm-256 environments.
This colorscheme is designed to reduce eyestrain by using a much lower contrast
than black on white. It is appropriate for all lighting conditions.
Includes a palette of colors, support for RainbowLevels and Vimwiki headers.
Uncomment as desired.
Gui color support is complete and includes the latest highlight commands from
801.
Presumes that you are able to set the foreground and background color to match
these gui colors.
fg = #71c293 or rgb(113, 194, 147)
bg = #06544a or rgb(6, 84, 74)
Pretty normal stuff for many terminals at this time.
xterm-256 color support is 'pretty good atm, though still improving'. The
intent is that xterm-256 conform to the gui colors as closely as possible,
giving the same essential experience when moving from one environment to the
another with reduced color capabilities. Next release will complete this
effort.
xterm-color support for the Terminal.app on macos<=10.6. Similarly, the intent
here is also to give a similar experience with a much reduced set of colors.
in your vimrc file put (for example),
Marklar bold 0
Marklar underline 1
or, if you are using version<700,
let g:marklar_bold_opt = 0
let g:marklar_underline_opt = 1
to establish your own preferences.
The 'categorical' colors are the colors which are used by syntax files to match
linguistic elements. 'Categorical' colors are treated as an ad hoc linguistic
heat map. In order of 'heat' they are..
PreProc - includes Delimiter as a remap
Statement
Type
Special
Identifier
Constant
Underlined
The emphasis - yellow - is placed upon 'Type'.
The rest of the colors are 'interface' colors.
|
|
install details |
Install:
place marklar.vim in
~/.vim/colors/
(~/vimfiles/colors on PC)
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.174
|