Using Vim color schemes with RimStone


RimStone installation comes with a Vim module for highlighting RimStone code. After installing RimStone, run this to install the Vim module:
rim -m

The default color scheme looks like this:

RimStone

To change color scheme, type ":colorscheme " in command mode, then press Tab to see available color schemes. Press Enter to choose one. For instance, in 'darkblue' color scheme, it may look like:

RimStone

To make the change permanent, edit file ".vimrc" in home directory:
vi ~/.vimrc

and append line:
colorscheme darkblue



Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.