提交 f28bfb14 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13159 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6f7e34ab
......@@ -178,7 +178,7 @@
;; Customize face attributes
(setq font-lock-face-attributes
;; Symbol-for-Face Foreground Background Bold Italic Underline
'((font-lock-comment-face "DarkGreen")
'((font-lock-comment-face "green")
(font-lock-preprocessor-face "gray")
(font-lock-string-face "Sienna")
(font-lock-keyword-face "purple")
......@@ -186,6 +186,13 @@
(font-lock-variable-name-face "Yellow")
(font-lock-type-face "Yellow")
(font-lock-reference-face "Purple")
(font-lock-builtin-face "limegreen")
(font-lock-constant-face "yellow")
(font-lock-doc-face "limegreen")
(font-lock-highlighting-face "limegreen")
(font-lock-warning-face "limegreen")
))
;; Load the font-lock package.
(require 'font-lock)
......@@ -201,6 +208,10 @@
(set-background-color "black")
(set-foreground-color "white")
(set-cursor-color "white")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论