update
This commit is contained in:
parent
0bdc41d446
commit
1ac27d20e4
3 changed files with 21 additions and 3 deletions
11
leet-bin/man
Executable file
11
leet-bin/man
Executable 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 "$@"
|
|
@ -19,6 +19,13 @@
|
||||||
*color13: #A7248C
|
*color13: #A7248C
|
||||||
*color14: #37A48D
|
*color14: #37A48D
|
||||||
*color15: #CEC67D
|
*color15: #CEC67D
|
||||||
wallpaper: redandblack/abstract
|
|
||||||
zsh*prompt: %{$fg[yellow]%}-> %{$fg[red]%}[ %{$fg[blue]%}%1~%{$fg[red]%} ]%}%{$fg[yellow]%} :: %{$reset_color%}
|
wallpaper: abstract
|
||||||
vim*theme: leet2
|
vim*theme: leet2
|
||||||
|
dwm*borderpx: 2
|
||||||
|
dwm*foreground: #BBBBBB
|
||||||
|
dwm*background: #000000
|
||||||
|
dwm*border: #444444
|
||||||
|
dwm*selforeground: #000000
|
||||||
|
dwm*selbackground: #FF0000
|
||||||
|
dwm*selborder: #FF0000
|
||||||
|
|
BIN
solarized-dark-wallpapers/crow.png
Normal file
BIN
solarized-dark-wallpapers/crow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
Loading…
Reference in a new issue