Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates
This commit is contained in:
8
.config/fish/functions/colormap.fish
Normal file
8
.config/fish/functions/colormap.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
function colormap
|
||||
for i in (seq 0 255)
|
||||
printf "%b%03d%b " (set_color -b $i) $i (set_color normal)
|
||||
if test (math $i % 6) -eq 3
|
||||
echo
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user