twentytwelve

/* Welcome to Custom CSS! To learn how this works, see http://wp.me/PEmnE-Bt */ .org-sh-escaped-newline { /* sh-escaped-newline */ color: #CC9393; } .org-sh-heredoc { /* sh-heredoc */ color: #F0DFAF; font-weight: bold; } .org-sh-quoted-exec { /* sh-quoted-exec */ color: #CC9393; } .org-variable-name { /* font-lock-variable-name-face */ color: #DFAF8F; } .org-builtin { /* font-lock-builtin-face */ color: #DCDCCC; font-weight: bold; } .org-comment { /* font-lock-comment-face */ color: #7F9F7F; } .org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #5F7F5F; } .org-constant { /* font-lock-constant-face */ color: #BFEBBF; } .org-function-name { /* font-lock-function-name-face */ color: #93E0E3; } .org-makefile-shell { } .org-makefile-space { /* makefile-space */ background-color: #ff69b4; } .org-makefile-targets { /* makefile-targets */ color: #93E0E3; } .org-negation-char { /* font-lock-negation-char-face */ color: #F0DFAF; font-weight: bold; } .org-preprocessor { /* font-lock-preprocessor-face */ color: #94BFF3; } .org-string { /* font-lock-string-face */ color: #CC9393; } .org-type { /* font-lock-type-face */ color: #7CB8BB; } .org-variable-name { /* font-lock-variable-name-face */ color: #DFAF8F; } pre.src { background-color: #3F3F3F; color: #DCDCCC; border-radius: 25px; } pre.example { background-color: #3F3F3F; color: #DCDCCC; border-radius: 25px; }