From 216f9a90b2c2295c58a917da11059887d2173a6d Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 15 Dec 2023 12:37:51 +0100 Subject: [PATCH] kak: add dabruin colorscheme --- .gitmodules | 4 ++++ kak/.config/kak/colors/dabruin.kak | 1 + kak/.config/kak/kakrc | 5 +++-- kak/.config/kak/plugins/dabruin.kak | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 120000 kak/.config/kak/colors/dabruin.kak create mode 160000 kak/.config/kak/plugins/dabruin.kak diff --git a/.gitmodules b/.gitmodules index c763f2e7..0d7408af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,3 +38,7 @@ path = kak/.config/kak/plugins/kakoune-sudo-write url = https://github.com/occivink/kakoune-sudo-write branch = master +[submodule "dabruin.kak"] + path = kak/.config/kak/plugins/dabruin.kak + url = https://git.sr.ht/~nasmevka/dabruin.kak + branch = main diff --git a/kak/.config/kak/colors/dabruin.kak b/kak/.config/kak/colors/dabruin.kak new file mode 120000 index 00000000..da4a46bd --- /dev/null +++ b/kak/.config/kak/colors/dabruin.kak @@ -0,0 +1 @@ +../plugins/dabruin.kak/dabruin.kak \ No newline at end of file diff --git a/kak/.config/kak/kakrc b/kak/.config/kak/kakrc index 6cfcb7a4..82c58f31 100644 --- a/kak/.config/kak/kakrc +++ b/kak/.config/kak/kakrc @@ -1,4 +1,4 @@ -# System integration +# Clipboard (wayland) integration hook global NormalKey y %{ nop %sh{ printf %s "$kak_main_reg_dquote" | wl-copy > /dev/null 2>&1 & }} @@ -37,6 +37,7 @@ plug "andreyorst/plug.kak" noload plug "kakounedotcom/prelude.kak" plug "occivink/kakoune-sudo-write" plug "foot.kak" + plug "https://git.sr.ht/~nasmevka/dabruin.kak" # Look and Feel # ───────────── @@ -44,7 +45,7 @@ add-highlighter global/trailing-whitespace regex '\h+$' 0:Error add-highlighter global/todos regex '(//|#|/\*)\h*(TODO|WARNING|FIXME)[:]?[^\n]*' 2:+bu # highlight comment tags add-highlighter global/ show-matching # show matching brackets add-highlighter global/ number-lines -min-digits 3 # absolute line nums everywhere -colorscheme default +colorscheme dabruin set-option global tabstop 4 set-option global indentwidth 4 diff --git a/kak/.config/kak/plugins/dabruin.kak b/kak/.config/kak/plugins/dabruin.kak new file mode 160000 index 00000000..1bb17f3f --- /dev/null +++ b/kak/.config/kak/plugins/dabruin.kak @@ -0,0 +1 @@ +Subproject commit 1bb17f3ffcee620a7985a4bdcaa07a053e4e9ded -- 2.51.2