My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert changes made to acomodate light3

light3 breaks the gray color in htop

yemou 3d554f2c 9957aa0d

+13 -13
+7 -7
config/kak/colors/theme.kak
··· 30 30 face global SecondaryCursor default,magenta+f 31 31 face global PrimaryCursorEol default,bright-magenta+f 32 32 face global SecondaryCursorEol default,magenta+f 33 - face global LineNumbers bright-white,default 33 + face global LineNumbers bright-black,default 34 34 face global LineNumberCursor default,default+b 35 - face global LineNumbersWrapped black,default 36 - face global MenuForeground yellow,bright-black+b 37 - face global MenuBackground default,bright-black 35 + face global LineNumbersWrapped white,default 36 + face global MenuForeground yellow,bright-white+b 37 + face global MenuBackground default,bright-white 38 38 face global MenuInfo cyan,default+a 39 39 face global Information default,bright-yellow 40 40 face global Error default,bright-red+f ··· 42 42 face global DiagnosticWarning yellow+b 43 43 face global DiagnosticTagDeprecated red+s 44 44 face global DiagnosticTagUnnecessary +c 45 - face global StatusLine default,black 45 + face global StatusLine default,white 46 46 face global StatusLineMode magenta,default+b 47 47 face global StatusLineInfo blue,default+b 48 48 face global StatusLineValue green,default+b ··· 50 50 face global Prompt default,default 51 51 face global MatchingChar default,default+bu 52 52 face global Whitespace red,default+b 53 - face global BufferPadding black,default+b 53 + face global BufferPadding white,default+b 54 54 face global LineFlagError red+b 55 55 face global LineFlagWarning yellow+b 56 - face global InlayHint bright-white+i 56 + face global InlayHint bright-black+i
+2 -2
config/kak/kakrc
··· 83 83 m-columnindicator %{ 84 84 evaluate-commands %sh{ 85 85 [ "$1" = add ] && { 86 - [ "$3" ] && color=$3 || color=default,bright-black 86 + [ "$3" ] && color=$3 || color=default,bright-white 87 87 printf '%s\n' "eval addhl window/ column $(($2 + 1)) $color" 88 88 } 89 89 90 90 [ "$1" = remove ] && { 91 - [ "$3" ] && color=$3 || color=default,bright-black 91 + [ "$3" ] && color=$3 || color=default,bright-white 92 92 printf '%s\n' "eval rmhl window/column_$(($2 + 1))_$color" 93 93 } 94 94 }
+2 -2
local/bin/bemenu-run.sh
··· 18 18 --fb "#${bg_color}" \ 19 19 --ff "#${color5}" \ 20 20 --nb "#${bg_color}" \ 21 - --nf "#${color15}" \ 21 + --nf "#${color8}" \ 22 22 --hb "#${bg_color}" \ 23 23 --hf "#${fg_color}" \ 24 24 --fbb "#${color9}" \ ··· 26 26 --sb "#${color9}" \ 27 27 --sf "#${color9}" \ 28 28 --ab "#${bg_color}" \ 29 - --af "#${color15}" \ 29 + --af "#${color8}" \ 30 30 --scb "#${color9}" \ 31 31 --scf "#${color9}" \ 32 32 --bdr "#${color9}" \
+2 -2
local/bin/bemenu.sh
··· 17 17 --fb "#${bg_color}" \ 18 18 --ff "#${color5}" \ 19 19 --nb "#${bg_color}" \ 20 - --nf "#${color15}" \ 20 + --nf "#${color8}" \ 21 21 --hb "#${bg_color}" \ 22 22 --hf "#${fg_color}" \ 23 23 --fbb "#${color9}" \ ··· 25 25 --sb "#${color9}" \ 26 26 --sf "#${color9}" \ 27 27 --ab "#${bg_color}" \ 28 - --af "#${color15}" \ 28 + --af "#${color8}" \ 29 29 --scb "#${color9}" \ 30 30 --scf "#${color9}" \ 31 31 --bdr "#${color9}" \