My configurations for the software I use

Revert changes made to acomodate light3

light3 breaks the gray color in htop

yemou.pink 3d554f2c 9957aa0d

verified
Changed files
+13 -13
config
kak
colors
local
+7 -7
config/kak/colors/theme.kak
···
face global SecondaryCursor default,magenta+f
face global PrimaryCursorEol default,bright-magenta+f
face global SecondaryCursorEol default,magenta+f
-
face global LineNumbers bright-white,default
+
face global LineNumbers bright-black,default
face global LineNumberCursor default,default+b
-
face global LineNumbersWrapped black,default
-
face global MenuForeground yellow,bright-black+b
-
face global MenuBackground default,bright-black
+
face global LineNumbersWrapped white,default
+
face global MenuForeground yellow,bright-white+b
+
face global MenuBackground default,bright-white
face global MenuInfo cyan,default+a
face global Information default,bright-yellow
face global Error default,bright-red+f
···
face global DiagnosticWarning yellow+b
face global DiagnosticTagDeprecated red+s
face global DiagnosticTagUnnecessary +c
-
face global StatusLine default,black
+
face global StatusLine default,white
face global StatusLineMode magenta,default+b
face global StatusLineInfo blue,default+b
face global StatusLineValue green,default+b
···
face global Prompt default,default
face global MatchingChar default,default+bu
face global Whitespace red,default+b
-
face global BufferPadding black,default+b
+
face global BufferPadding white,default+b
face global LineFlagError red+b
face global LineFlagWarning yellow+b
-
face global InlayHint bright-white+i
+
face global InlayHint bright-black+i
+2 -2
config/kak/kakrc
···
m-columnindicator %{
evaluate-commands %sh{
[ "$1" = add ] && {
-
[ "$3" ] && color=$3 || color=default,bright-black
+
[ "$3" ] && color=$3 || color=default,bright-white
printf '%s\n' "eval addhl window/ column $(($2 + 1)) $color"
}
[ "$1" = remove ] && {
-
[ "$3" ] && color=$3 || color=default,bright-black
+
[ "$3" ] && color=$3 || color=default,bright-white
printf '%s\n' "eval rmhl window/column_$(($2 + 1))_$color"
}
}
+2 -2
local/bin/bemenu-run.sh
···
--fb "#${bg_color}" \
--ff "#${color5}" \
--nb "#${bg_color}" \
-
--nf "#${color15}" \
+
--nf "#${color8}" \
--hb "#${bg_color}" \
--hf "#${fg_color}" \
--fbb "#${color9}" \
···
--sb "#${color9}" \
--sf "#${color9}" \
--ab "#${bg_color}" \
-
--af "#${color15}" \
+
--af "#${color8}" \
--scb "#${color9}" \
--scf "#${color9}" \
--bdr "#${color9}" \
+2 -2
local/bin/bemenu.sh
···
--fb "#${bg_color}" \
--ff "#${color5}" \
--nb "#${bg_color}" \
-
--nf "#${color15}" \
+
--nf "#${color8}" \
--hb "#${bg_color}" \
--hf "#${fg_color}" \
--fbb "#${color9}" \
···
--sb "#${color9}" \
--sf "#${color9}" \
--ab "#${bg_color}" \
-
--af "#${color15}" \
+
--af "#${color8}" \
--scb "#${color9}" \
--scf "#${color9}" \
--bdr "#${color9}" \