WordPressのソースコードをハイライト表示するプラグイン”Enlighter Sauce Code“のテーマ(デザイン)のサンプル一覧を作成しました。
Global setting(atomic)
標準ではAtomicが設定されています。
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
WPCustom
カスタム可能なテーマです。標準では何もハイライトしません。
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Enlighter
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Godzilla
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Beyond
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Classic
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
MooTwo
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Eclipse
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Droide
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Minimal
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Atomic
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Rowhammer
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Git
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Mocha
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
MooTools
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Panic
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Tutti
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>
Twilight
<?php function test_function(){ $text = "Enlighter Sauce Code test."; return $text; } echo "test code."; test_function(); ?>