Geoffrey Frogeye
105f34ca50
Well, this is the only theme I found that had a correct vim plugin and had enough contrast (this is important for me). The dark-brown background is a bit sadder than the blue one I might revert to solarized at one moment or another.
25 lines
323 B
Bash
25 lines
323 B
Bash
#!/bin/sh
|
|
if [ "$TERM" = "linux" ]; then
|
|
/bin/echo -e "
|
|
\e]P048483e
|
|
\e]P1dc2566
|
|
\e]P28fc029
|
|
\e]P3d4c96e
|
|
\e]P455bcce
|
|
\e]P59358fe
|
|
\e]P656b7a5
|
|
\e]P7acada1
|
|
\e]P876715e
|
|
\e]P9fa2772
|
|
\e]PAa7e22e
|
|
\e]PBe7db75
|
|
\e]PC66d9ee
|
|
\e]PDae82ff
|
|
\e]PE66efd5
|
|
\e]PFcfd0c2
|
|
"
|
|
# get rid of artifacts
|
|
clear
|
|
fi
|
|
|