|
|
@ -20,7 +20,7 @@ COLORS=(\
|
|
|
|
[color14]="#93a1a1" \
|
|
|
|
[color14]="#93a1a1" \
|
|
|
|
[color15]="#fdf6e3" \
|
|
|
|
[color15]="#fdf6e3" \
|
|
|
|
[background]="${COLORS[color8]}" \
|
|
|
|
[background]="${COLORS[color8]}" \
|
|
|
|
[lightbackground]="${COLORS[color2]}" \
|
|
|
|
[lightbackground]="${COLORS[color0]}" \
|
|
|
|
[foreground]="${COLORS[color12]}" \
|
|
|
|
[foreground]="${COLORS[color12]}" \
|
|
|
|
[darkforeground]="${COLORS[color11]}" \
|
|
|
|
[darkforeground]="${COLORS[color11]}" \
|
|
|
|
[red]="${COLORS[color1]}" \
|
|
|
|
[red]="${COLORS[color1]}" \
|
|
|
@ -31,10 +31,10 @@ COLORS=(\
|
|
|
|
[magenta]="${COLORS[color5]}" \
|
|
|
|
[magenta]="${COLORS[color5]}" \
|
|
|
|
[cyan]="${COLORS[color6]}" \
|
|
|
|
[cyan]="${COLORS[color6]}" \
|
|
|
|
[orange]="${COLORS[color9]}" \
|
|
|
|
[orange]="${COLORS[color9]}" \
|
|
|
|
[currentline]={COLORS[color08] \
|
|
|
|
[currentline]="${COLORS[color0]}" \
|
|
|
|
[selection]="${COLORS[currentline]}" \
|
|
|
|
[selection]="${COLORS[currentline]}" \
|
|
|
|
[comment]="${COLORS[color10]}" \
|
|
|
|
[comment]="${COLORS[color10]}" \
|
|
|
|
[cursor]=${COLORS[color14]} \
|
|
|
|
[cursor]="${COLORS[color14]}" \
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
VIMCOLORSCHEME="solarized"
|
|
|
|
VIMCOLORSCHEME="solarized"
|
|
|
|