No description
  • KakouneScript 100%
Find a file
2022-08-09 21:18:41 +02:00
kalolo.kak feat: switch status line's color along with modes 2021-06-03 12:42:00 +02:00
LICENSE Initial commit 2021-05-30 11:25:22 +02:00
README.md better README 2022-08-09 21:18:41 +02:00
screen_insert.png first commit 2021-05-30 11:56:28 +02:00
screen_normal.png first commit 2021-05-30 11:56:28 +02:00

Kalolo is a dark 256-colors scheme for the kakoune editor, designed with consistency in mind.

Features

  • Selections and status line are in shades of yellows in normal mode and of blues in insert mode.

  • Selections let the syntax coloring appear ("alpha blending").

  • Cursor(s) and status line give an immediate visual clue on the mode:

    • Insert mode cursors are in shade of blues, normal mode cursors in shades of yellow.
    • Status line background color matches the cursors shade.
    • Primary selection, secondary selection, primary cursor, secondary cursor and end-of-line cursors all have slightly different colors.
  • It tries to stay semantically consistent:

    • Green is only used for comments (because comments are important),
    • with documentation in bold (because documentation is very important),
    • and strings (because messages are often close to comments).
    • Variable-related objects are in blues.
    • Operator and delimiters are (lightly) highlighted, to ease the visual parsing.
    • Attributes are in yellow.
    • Builtins keyword are slightly more highlighted than normal text, to allow for an immediate visual typo checking.
    • Keywords are in red, with flow-related ones (if, for, etc.) in bold.

"kalolo" (New-Caledonia familiar adj.) means "beautiful, cute".

Dependencies

Some faces depends on additional highlight keywords: flow, state and Search.

Screenshots

Screenshot in insert mode Screenshot in normal mode