]> Freerunner's - dotfiles.git/commitdiff
kak: integrate base16
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 14 Sep 2024 23:02:05 +0000 (01:02 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sat, 14 Sep 2024 23:05:42 +0000 (01:05 +0200)
config/dot-config/kak/kakrc
config/dot-config/kak/starship.toml

index 79d32c6641827600476fd1be655a487bdfd8d97f..3fac8598b0b730b3fbf3643c80f4573cd074907c 100644 (file)
@@ -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
index 263fb2b7a60ea141fd29a5a519528f688b73c89e..386e650655a15e0057c301310f5fde9e31ac163d 100644 (file)
@@ -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']