From 6c44254c57b82432d04d59038e00d49698c15bd6 Mon Sep 17 00:00:00 2001 From: guns Date: Mon, 7 Jan 2013 19:56:20 -0600 Subject: [PATCH] ASCII art header diddling --- doc/xterm-color-table.txt | 12 ++++++------ plugin/xterm-color-table.vim | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/xterm-color-table.txt b/doc/xterm-color-table.txt index 0cb71c6..22473d6 100644 --- a/doc/xterm-color-table.txt +++ b/doc/xterm-color-table.txt @@ -1,12 +1,12 @@ All 256 xterm colors with their RGB equivalents! *XtermColorTable* - ___ __) ) ___ ______) - (, |/ (__/_____) /) (, / /) /) - | _/_ _ __ ____ / ___// _____ / _ (/_ // _ - ) /|_ (___(/_/ (_/ / /_ (_/ (_)(/_(_)/ (_ ) / (_(_/_) (/__(/_ - (_/ (______) (_/ + ___ __) ) ___ ______) + (, |/ (__/_____) /) (, / /) /) + | _/_ _ __ ____ / ___// _____ / _ (/_ // _ + ) /|_ (___(/_/ (_/ / /_ / (_)(/_(_)/ (_ ) / (_(_/_) (/__(/_ + (_/ (______) (_/ - guns + guns ============================================================================== Commands diff --git a/plugin/xterm-color-table.vim b/plugin/xterm-color-table.vim index 88d058a..f6845b4 100644 --- a/plugin/xterm-color-table.vim +++ b/plugin/xterm-color-table.vim @@ -1,11 +1,11 @@ -" ___ __) ) ___ ______) -" (, |/ (__/_____) /) (, / /) /) -" | _/_ _ __ ____ / ___// _____ / _ (/_ // _ -" ) /|_ (___(/_/ (_/ / /_ (_/ (_)(/_(_)/ (_ ) / (_(_/_) (/__(/_ -" (_/ (______) (_/ +" ___ __) ) ___ ______) +" (, |/ (__/_____) /) (, / /) /) +" | _/_ _ __ ____ / ___// _____ / _ (/_ // _ +" ) /|_ (___(/_/ (_/ / /_ / (_)(/_(_)/ (_ ) / (_(_/_) (/__(/_ +" (_/ (______) (_/ " -" guns +" guns " Version: 1.6 " License: MIT