]> Freerunner's - dotfiles.git/commitdiff
kak: add dabruin colorscheme
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 15 Dec 2023 11:37:51 +0000 (12:37 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
.gitmodules
kak/.config/kak/colors/dabruin.kak [new symlink]
kak/.config/kak/kakrc
kak/.config/kak/plugins/dabruin.kak [new submodule]

index c763f2e7e759f33e6f62fde7fcf5ba5b31ecdf52..0d7408aff775d6d40dd8814caf4ba12ec1d59add 100644 (file)
@@ -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 (symlink)
index 0000000..da4a46b
--- /dev/null
@@ -0,0 +1 @@
+../plugins/dabruin.kak/dabruin.kak
\ No newline at end of file
index 6cfcb7a4f1d36f122b1d504a8ce597b52b4380a1..82c58f31a266edad734bd75a195c3120108826a6 100644 (file)
@@ -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 (submodule)
index 0000000..1bb17f3
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1bb17f3ffcee620a7985a4bdcaa07a053e4e9ded