Title: [Plugin: SyntaxHighlighter Evolved] V2 vs V3 styling &#8211; Zebra Stripes
Last modified: August 20, 2016

---

# [Plugin: SyntaxHighlighter Evolved] V2 vs V3 styling – Zebra Stripes

 *  [Jon Brown](https://wordpress.org/support/users/jb510/)
 * (@jb510)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-v2-vs-v3-styling/)
 * I hope this is already on the development plan… but I would really like it if
   I could use v3 (for easy highlight/copy/pasting without grabbing line numbers)
   but still get zebra stripes on the default style like V2 does.
 * [http://wordpress.org/extend/plugins/syntaxhighlighter/](http://wordpress.org/extend/plugins/syntaxhighlighter/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-v2-vs-v3-styling/#post-2215853)
 * i had the same ‘problem’;
 * it is these lines in the /syntaxhighlighter3/styles/shTheme??????.css files:
 *     ```
       .syntaxhighlighter {
         background-color: #0a2b1d !important;
       }
       .syntaxhighlighter .line.alt1 {
         background-color: #0a2b1d !important;
       }
       .syntaxhighlighter .line.alt2 {
         background-color: #0a2b1d !important;
       }
       ```
   
 * they obviously have all the same bg-color (color various between the files)
    
   for the time being, you could edit the plugin files; or as i did, add the same
   lines with differentiated bg-colors into style.css of your theme, to overwrite
   the plugin styles.
 *  Thread Starter [Jon Brown](https://wordpress.org/support/users/jb510/)
 * (@jb510)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-v2-vs-v3-styling/#post-2215888)
 * I admit I didnt even look, but I assumed the line wrapping was the problem with
   the zebra stripes. If a line of code wraps it shouldn’t change color but then
   that needs to be coordinated with the line number which in V3 is separate. I’ll
   look later, if it’s just CSS that’d be great, bit I suspect there is more to 
   it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: SyntaxHighlighter Evolved] V2 vs V3 styling – Zebra Stripes’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/syntaxhighlighter_ffffff.svg)
 * [SyntaxHighlighter Evolved](https://wordpress.org/plugins/syntaxhighlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/syntaxhighlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/syntaxhighlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/syntaxhighlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/syntaxhighlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/syntaxhighlighter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jon Brown](https://wordpress.org/support/users/jb510/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-v2-vs-v3-styling/#post-2215888)
 * Status: not resolved