better README

This commit is contained in:
Johann Dreo 2022-08-09 21:18:41 +02:00 committed by GitHub
commit 5e9c536f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)