diff options
-rw-r--r-- | lib/themes/jao-themes.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 47a006a..834b72b 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -827,6 +827,10 @@ (markdown-code-face (p keyword)) (markdown-inline-code-face (p function)) (markdown-italic-face (~ italic)) + (mct-hl-line (p hilite) ex) + (mct-line-number (p hilite)) + (mct-line-number-current (~ mct-line-number) bf) + (mct-stripe (p dimm) ex) (menu (~ default)) (message-cited-text-1 (p f10)) (message-cited-text-2 (p f11)) |