]> Freerunner's - dotfiles.git/commitdiff
kak: custom background color
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 10 Sep 2024 05:24:36 +0000 (07:24 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 10 Sep 2024 05:24:36 +0000 (07:24 +0200)
config/dot-config/kak/kakrc

index 3486b8d5624c97b75c6028b69d2c021400e5b3fc..22b4d523afa2dbaaf43e3649916d1a17b88aaa0c 100644 (file)
@@ -125,6 +125,16 @@ 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'
+colorscheme dabruin
+
 # wrapping only word-wise
 add-highlighter global/ wrap -word -indent
 
@@ -132,7 +142,6 @@ add-highlighter global/ wrap -word -indent
 add-highlighter global/trailing-whitespace regex '\h+$' 0:Error
 
 # highlight comment tags
-# # add-highlighter global/todos regex '(//|#|/\*)\h*(TODO|WARNING|FIXME|MAYBE)[:]?[^\n]*' 2:+bu
 add-highlighter global/todos regex '(//|#|/\*)\h*(TODO|WARNING|FIXME|MAYBE)[:]?[^\n]*' 1:default+bu@comment
 
 # show matching brackets
@@ -141,13 +150,6 @@ add-highlighter global/ show-matching
 # absolute line nums everywhere
 add-highlighter global/ number-lines -hlcursor -min-digits 3
 
-# dabruin colorscheme config
-declare-option str dabruin_accent 'rgb:eb6f92'
-
-# declare-option str dabruin_ratio '-3/5'
-colorscheme dabruin
-
-
 
 # Different Cursor color in insert mode
 # ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────