A splash screen for the Kakoune editor.
Copy splash.kak
somewhere in your autoload directory tree.
Options are available to customize:
-
the frame color,
splash_frame
(defaultrgb:dfdedb
) -
the body of the K letter,
splash_k_body
(defaultrgb:637486
) -
the leg of the K letter,
splash_k_leg
(defaultrgb:435a6c
) -
the foreground for /kə'kuːn/,
splash_phon_fg
(defaultrgb:ffffff
) -
the background for /kə'kuːn/,
splash_phon_bg
(defaultrgb:b38059
) -
the color of faded help messages,
splash_faded
(defaultrgb:8a8986
)
Set these options globally in your kakrc
file. Each color you specify
must be a named color (e.g., red
) or be in the rgb:RRGGBB format.
This plugin is just a hook that fires whenever Kakoune opens a buffer named *scratch*. Visible content is a register pasted into the scratch buffer.
MIT