This commit is contained in:
GasparVardanyan 2022-03-10 20:36:00 +04:00
parent 0bdc41d446
commit 1ac27d20e4
3 changed files with 21 additions and 3 deletions

11
leet-bin/man Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
env \
LESS_TERMCAP_mb=$'\E[1;31m' /
LESS_TERMCAP_md=$'\E[1;36m' /
LESS_TERMCAP_me=$'\E[0m' /
LESS_TERMCAP_so=$'\E[01;44;33m' /
LESS_TERMCAP_se=$'\E[0m' /
LESS_TERMCAP_us=$'\E[4;32m' /
LESS_TERMCAP_ue=$'\E[0m' /
/usr/bin/man "$@"

View file

@ -19,6 +19,13 @@
*color13: #A7248C
*color14: #37A48D
*color15: #CEC67D
wallpaper: redandblack/abstract
zsh*prompt: %{$fg[yellow]%}-> %{$fg[red]%}[ %{$fg[blue]%}%1~%{$fg[red]%} ]%}%{$fg[yellow]%} :: %{$reset_color%}
vim*theme: leet2
wallpaper: abstract
vim*theme: leet2
dwm*borderpx: 2
dwm*foreground: #BBBBBB
dwm*background: #000000
dwm*border: #444444
dwm*selforeground: #000000
dwm*selbackground: #FF0000
dwm*selborder: #FF0000

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB