mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13159 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6f7e34abc3
commit
f28bfb149c
@ -178,7 +178,7 @@
|
|||||||
;; Customize face attributes
|
;; Customize face attributes
|
||||||
(setq font-lock-face-attributes
|
(setq font-lock-face-attributes
|
||||||
;; Symbol-for-Face Foreground Background Bold Italic Underline
|
;; 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-preprocessor-face "gray")
|
||||||
(font-lock-string-face "Sienna")
|
(font-lock-string-face "Sienna")
|
||||||
(font-lock-keyword-face "purple")
|
(font-lock-keyword-face "purple")
|
||||||
@ -186,6 +186,13 @@
|
|||||||
(font-lock-variable-name-face "Yellow")
|
(font-lock-variable-name-face "Yellow")
|
||||||
(font-lock-type-face "Yellow")
|
(font-lock-type-face "Yellow")
|
||||||
(font-lock-reference-face "Purple")
|
(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.
|
;; Load the font-lock package.
|
||||||
(require 'font-lock)
|
(require 'font-lock)
|
||||||
@ -201,6 +208,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(set-background-color "black")
|
(set-background-color "black")
|
||||||
(set-foreground-color "white")
|
(set-foreground-color "white")
|
||||||
(set-cursor-color "white")
|
(set-cursor-color "white")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user