From: Andre Ramnitz Date: Sat, 14 Sep 2024 23:02:05 +0000 (+0200) Subject: kak: integrate base16 X-Git-Tag: v0.2~71^2~2 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=fcdd2bb954fd6fbb60d26317fff6a7cc7c2830e5;p=dotfiles.git kak: integrate base16 --- diff --git a/config/dot-config/kak/kakrc b/config/dot-config/kak/kakrc index 79d32c66..3fac8598 100644 --- a/config/dot-config/kak/kakrc +++ b/config/dot-config/kak/kakrc @@ -140,13 +140,13 @@ hook global WinSetOption filetype=yaml %{ # 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 diff --git a/config/dot-config/kak/starship.toml b/config/dot-config/kak/starship.toml index 263fb2b7..386e6506 100644 --- a/config/dot-config/kak/starship.toml +++ b/config/dot-config/kak/starship.toml @@ -63,7 +63,7 @@ truncation_length = 8 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 = '…' @@ -86,7 +86,7 @@ disabled = false [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']