Update runtime files
diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt
index aefe45b..5e52209 100644
--- a/runtime/doc/usr_06.txt
+++ b/runtime/doc/usr_06.txt
@@ -189,7 +189,7 @@
colors in |v:colornames| like so: >
let v:colornames['mine_red'] = '#aa0000'
-<
+
If you are authoring a color scheme for others to use, it is important
to define these colors only when they do not exist: >
@@ -197,7 +197,7 @@
This allows users of the color scheme to override the precise definition of
that color prior to loading your color scheme. For example, in a |.vimrc|
-file:
+file: >
runtime colors/lists/css_colors.vim
let v:colornames['your_red'] = v:colornames['css_red']