# Look and Feel
# ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
# dabruin colorscheme config
-declare-option str dabruin_background 'rgb:191724' # rose-pine-background-hard
-# declare-option str dabruin_background 'rgb:221f34' # rose-pine-background-medium
-# declare-option str dabruin_background 'rgb:26233a' # rose-pine-background-soft
-declare-option str dabruin_accent 'rgb:f6c177' # rose-pine-yellow
-# declare-option str dabruin_accent 'rgb:a7c080' # green
-# declare-option str dabruin_accent 'rgb:eb6f92' # red
-# declare-option str dabruin_ratio '-3/5'
+# Start flavours
+## base16-kakoune (https://github.com/leira/base16-kakoune)
+## by Leira Hua
+## Ocean scheme by Chris Kempson (http://chriskempson.com)
+declare-option str dabruin_background 'default'
+declare-option str dabruin_accent 'rgb:96b5b4'
+# End flavours
colorscheme dabruin
# wrapping only word-wise
truncate_to_repo = true
fish_style_pwd_dir_length = 0
use_logical_path = true
-style = 'bg:green fg:white'
+style = 'bg:green fg:black'
read_only_style = 'bg:green fg:red'
read_only = '[]'
truncation_symbol = '…'
[custom.kakfile]
description = 'The current Kakoune buffername'
format = '[/$output ]($style)'
-style = 'bg:green fg:white'
+style = 'bg:green fg:black'
command = 'echo -n ${kak_buffile##*/}'
when = 'true'
shell = ['sh']