vijaybhai mandaliya vijaybhai mandaliya Author
Title: How To Change Syntax Highlighter Themes
Author: vijaybhai mandaliya
Rating 5 of 5 Des:
Syntax Highlighter Themes means you can change the background look of the highlighted syntax. You can change only one CSS line of code in sy...
Syntax Highlighter Themes means you can change the background look of the highlighted syntax. You can change only one CSS line of code in syntax highlighter script.


A number of popular Syntax Highlighter Themes are:

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/>

Change Syntax Highlighter Themes

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDjango.css' rel='stylesheet' type='text/css'/>


<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeEclipse.css' rel='stylesheet' type='text/css'/>


<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeEmacs.css' rel='stylesheet' type='text/css'/>


<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeFadeToGrey.css' rel='stylesheet' type='text/css'/>


<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeMidnight.css' rel='stylesheet' type='text/css'/>

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeRDark.css' rel='stylesheet' type='text/css'/>



 After selecting the theme you just copy the code and replace the code line below show in picture




Read First Post:


About Author

Advertisement

Post a Comment

 
Top