This commit is contained in:
GasparVardanyan 2022-03-06 22:14:50 +04:00
parent 65fe8d0a86
commit d559d6b36e
5 changed files with 1097 additions and 1390 deletions

View file

@ -1 +0,0 @@
cyberpunk

11
bin/man Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
env \
LESS_TERMCAP_mb=$(printf "\e[1;31m") \
LESS_TERMCAP_md=$(printf "\e[1;31m") \
LESS_TERMCAP_me=$(printf "\e[0m") \
LESS_TERMCAP_se=$(printf "\e[0m") \
LESS_TERMCAP_so=$(printf "\e[0;37;102m") \
LESS_TERMCAP_ue=$(printf "\e[0m") \
LESS_TERMCAP_us=$(printf "\e[4;32m") \
/usr/bin/man "$@"

View file

@ -1 +0,0 @@
solarized-dark

View file

@ -1 +0,0 @@
solarized-light

2473
theme.vim

File diff suppressed because it is too large Load diff