diff --git a/boxes-config b/boxes-config index 39229df..c6ea1a8 100644 --- a/boxes-config +++ b/boxes-config @@ -2318,4 +2318,55 @@ reverse "\\*\\+\\)" to "*)" END caml + +# ============================================================================ + + +BOX scroll-akn + +author "Tristano Ajmone " +created "Saturday, 02-Jan-16 03:34:03 UTC+1" +revision "1.0" +tags "scroll" + +sample + /"\/\_..---------------------------------._/\/"\ +( _|| ||| Scroll-AKN... ||| ||_ ) + \_/\/ || ------------------------------ || \/\_/ + || Original Design by "akn" (???) || + || Implemented in boxes by: || + || -~{ Tristano Ajmone }~- || + /"\/\_|----------------------------------|_/\/"\ +( _| |_ ) + \_/\/ `----------------------------------' \/\_/ +ends + +shapes { + NW (" /\"\\/\\_..") + WNW ("( _||", " \\_/\\/ ||") + W (" ||") + SW (" /\"\\/\\_|-", "( _| ", " \\_/\\/ `-") + + N ("-") + S ("-", " ", "-") + + NE ("-._/\\/\"\\ ") + ENE ("||_ )", "|| \\/\\_/ ") + E ("|| ") + SE ("-|_/\\/\"\\ ", " |_ )", "-' \\/\\_/ ") +} + +elastic (W,E,N,S) + +padding { + horizontal 1 + vertical 0 +} + +END scroll-akn + + +# ============================================================================ + + #EOF vim: set ai sw=4: