diff --git a/README.md b/README.md index 9e7942d..eaf68a5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ -Kalolo is a dark 256-colors scheme for the [kakoune](https://kakoune.org/) editor. +Kalolo is a dark 256-colors scheme for the [kakoune](https://kakoune.org/) 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"). -- Primary selection, secondary selection, primary cursor, secondary cursor and - end-of-line cursors all have different colors. +- 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), @@ -27,8 +32,8 @@ Dependencies Some faces depends on additional highlight keywords: `flow`, `state` and `Search`. -Screeshots -========== +Screenshots +=========== -![Screeshot in insert mode](https://raw.githubusercontent.com/nojhan/kalolo/main/screen_insert.png) +![Screenshot in insert mode](https://raw.githubusercontent.com/nojhan/kalolo/main/screen_insert.png) ![Screenshot in normal mode](https://raw.githubusercontent.com/nojhan/kalolo/main/screen_normal.png)