From c32da61ef3f16dd47ee3b702d5de8546eb2201d4 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Fri, 24 Apr 2015 16:52:42 +0200 Subject: [PATCH] Make syntax highlighting more like what's on RTD --- styles/readtheorg/css/htmlize.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/readtheorg/css/htmlize.css b/styles/readtheorg/css/htmlize.css index f08e781..ea92ac7 100755 --- a/styles/readtheorg/css/htmlize.css +++ b/styles/readtheorg/css/htmlize.css @@ -14,8 +14,8 @@ .org-change-log-name { /* change-log-name */ color: #008b8b; } .org-comint-highlight-input { /* comint-highlight-input */ font-weight: bold; } .org-comint-highlight-prompt { /* comint-highlight-prompt */ color: #00008b; } -.org-comment { /* font-lock-comment-face */ color: #b22222; } -.org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #b22222; } +.org-comment { /* font-lock-comment-face */ color: #999988; font-style: italic; } +.org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #999988; font-style: italic; } .org-completions-annotations { /* completions-annotations */ font-style: italic; } .org-completions-common-part { /* completions-common-part */ color: #000000; background-color: #ffffff; } .org-completions-first-difference { /* completions-first-difference */ font-weight: bold; } @@ -44,7 +44,7 @@ .org-flyspell-duplicate { /* flyspell-duplicate */ color: #cdad00; font-weight: bold; text-decoration: underline; } .org-flyspell-incorrect { /* flyspell-incorrect */ color: #ff4500; font-weight: bold; text-decoration: underline; } .org-fringe { /* fringe */ background-color: #f2f2f2; } -.org-function-name { /* font-lock-function-name-face */ color: #0000ff; } +.org-function-name { /* font-lock-function-name-face */ color: #990000; font-weight: bold; } .org-header-line { /* header-line */ color: #333333; background-color: #e5e5e5; } .org-help-argument-name { /* help-argument-name */ font-style: italic; } .org-highlight { /* highlight */ background-color: #b4eeb4; } @@ -52,7 +52,7 @@ .org-isearch { /* isearch */ color: #b0e2ff; background-color: #cd00cd; } .org-isearch-fail { /* isearch-fail */ background-color: #ffc1c1; } .org-italic { /* italic */ font-style: italic; } -.org-keyword { /* font-lock-keyword-face */ color: #a020f0; } +.org-keyword { /* font-lock-keyword-face */ color: #404040; font-weight: bold; } .org-lazy-highlight { /* lazy-highlight */ background-color: #afeeee; } .org-link { /* link */ color: #0000ff; text-decoration: underline; } .org-link-visited { /* link-visited */ color: #8b008b; text-decoration: underline; } @@ -129,13 +129,13 @@ .org-shadow { /* shadow */ color: #7f7f7f; } .org-show-paren-match { /* show-paren-match */ background-color: #40e0d0; } .org-show-paren-mismatch { /* show-paren-mismatch */ color: #ffffff; background-color: #a020f0; } -.org-string { /* font-lock-string-face */ color: #8b2252; } +.org-string { /* font-lock-string-face */ color: #dd1144; } .org-tool-bar { /* tool-bar */ color: #000000; background-color: #bfbfbf; } .org-tooltip { /* tooltip */ color: #000000; background-color: #ffffe0; } .org-trailing-whitespace { /* trailing-whitespace */ background-color: #ff0000; } .org-type { /* font-lock-type-face */ color: #228b22; } .org-underline { /* underline */ text-decoration: underline; } -.org-variable-name { /* font-lock-variable-name-face */ color: #a0522d; } +.org-variable-name { /* font-lock-variable-name-face */ color: #009999; } .org-warning { /* font-lock-warning-face */ color: #ff0000; font-weight: bold; } .org-widget-button { /* widget-button */ font-weight: bold; } .org-widget-button-pressed { /* widget-button-pressed */ color: #ff0000; }