;;; Color theme based on Tango Palette. Created by danranx@gmail.com
(defun color-theme-tango ()
"A color theme based on Tango Palette."
(interactive)
(color-theme-install
'(color-theme-tango
((background-color . "#2e3436")
(background-mode . dark)
(border-color . "#888a85")
(cursor-color . "#fce94f")
(foreground-color . "#eeeeec")
(mouse-color . "#8ae234"))
((help-highlight-face . underline)
(ibuffer-dired-buffer-face . font-lock-function-name-face)
(ibuffer-help-buffer-face . font-lock-comment-face)
(ibuffer-hidden-buffer-face . font-lock-warning-face)
(ibuffer-occur-match-face . font-lock-warning-face)
(ibuffer-read-only-buffer-face . font-lock-type-face)
(ibuffer-special-buffer-face . font-lock-keyword-face)
(ibuffer-title-face . font-lock-type-face))
(border ((t (:background "#888a85"))))
(fringe ((t (:background "grey10"))))
(mode-line ((t (:foreground "#eeeeec" :background "#555753"))))
(region ((t (:background "#555753"))))
(font-lock-builtin-face ((t (:foreground "#729fcf"))))
(font-lock-comment-face ((t (:foreground "#888a85"))))
(font-lock-constant-face ((t (:foreground "#8ae234"))))
(font-lock-doc-face ((t (:foreground "#888a85"))))
(font-lock-keyword-face ((t (:foreground "#729fcf" :bold t))))
(font-lock-string-face ((t (:foreground "#ad7fa8" :italic t))))
(font-lock-type-face ((t (:foreground "#8ae234" :bold t))))
(font-lock-variable-name-face ((t (:foreground "#eeeeec"))))
(font-lock-warning-face ((t (:bold t :foreground "#f57900"))))
(font-lock-function-name-face ((t (:foreground "#edd400" :bold t :italic t))))
(comint-highlight-input ((t (:italic t :bold t))))
(comint-highlight-prompt ((t (:foreground "#8ae234"))))
(isearch ((t (:background "#f57900" :foreground "#2e3436"))))
(isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background "#e9b96e"))))
(show-paren-match-face ((t (:foreground "#2e3436" :background "#73d216"))))
(show-paren-mismatch-face ((t (:background "#ad7fa8" :foreground "#2e3436"))))
(minibuffer-prompt ((t (:foreground "#729fcf" :bold t))))
(info-xref ((t (:foreground "#729fcf"))))
(info-xref-visited ((t (:foreground "#ad7fa8"))))
)))
(provide 'color-theme-tango)
分享到:
相关推荐
可以通过执行`setq load-path (append load-path '("/path/to/your/color-theme"))`来添加自定义路径。 **3. 配置 .emacs 文件** 接下来,在用户的`.emacs`文件中加入`(require 'color-theme)`这一行代码。这一步...
应用主题:在Emacs中运行`M-x color-theme-initialize`初始化主题,然后通过`M-x color-theme-select`选择你喜欢的主题,或在配置文件中直接设置默认主题,如 `(setq color-theme-is-global t) (load-theme 'tango)`...
离线安装包,测试可用
emacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar.taremacs-22.3.tar....
darcula-theme.el并将其放在~/.emacs.d/themes/ (或~/.config/emacs/themes/ )下,然后将这些行添加到您的init.el : ( add-to-list 'custom-theme-load-path " ~/.emacs.d/themes/ " ); or( add-to-list 'custom-...
官方离线安装包,亲测可用
(add-to-list 'load-path "/path/to/color-theme-6.6.0") ; 替换为实际路径 ``` **二、启用Color Theme** 在Emacs中启用Color Theme,你需要加载相关的库并激活主题。在你的`.emacs`配置文件中添加: ```lisp ...
emacs-git-el-1.8.3.1-23.el7_8.noarch.rpm
emacs-gnuplot-4.2.6-2.el6.i686.rpm是lunx工具包 。
"emacs.d" 目录在 Emacs 的世界里扮演着至关重要的角色,它是用户配置的存放地,包含了一系列自定义设置、快捷键绑定、插件以及其他个性化选项。"emacs.d-master.zip" 很可能是从某个版本控制系统中导出的,或者是...
sunburst-theme.el的color-theme.el源自某个人将其标识为'dngpng'所创建的color-theme.el主题。 可以在找到对其的引用。 来源可以在找到。 版权 由于我最初并不是创建此颜色主题的,因此我对添加到
emacs-git-1.8.3.1-23.el7_8.noarch.rpm
jsx-mode.el, JSX代码的Emacs主要模式 jsx-mode.el----主要模式用法开始将这里文件放入你的Emacs lisp路径( 比如 。 ~/.emacs.d/site-lisp) 并添加到你的~/.emacs.d/init.el. 中(add-to-list
压缩包中的`dot-emacs-main`可能是用户主配置文件或整个`.emacs.d`目录的备份。解压并应用这个文件,用户的Emacs环境就可以快速恢复到某个特定的状态。 总之,通过有效管理和克隆`.emacs.d`,用户可以保持Emacs配置...
假设您已经将\~/.emacs.d/recipes/到el-get-recipe-path中: $ wget https://raw.githubusercontent.com/zeph1e/franca-idl.el/master/franca-idl.rcp $ cp franca-idl.rcp ~ /.emacs.d/recipes/ 然后将以下行...
加载 color-theme-heroku.el,例如:(load-file "~/.emacs.d/vendor/custom-color-themes/color-theme-heroku.el")调用颜色主题(color-theme-heroku)截图评论/反馈任何修改建议,请随时fork和贡献! 请在提交错误。
.emacs.d 精简而快速的emacs设置。 支持的功能: C ++:基于lsp-mod,clang,反讽,显示功能性信号的cquery的自动完成功能。 干净现代的配置结构: |_init.el - theme, init chain. |_site-lisp/init-custom.el...
emacs-bin-w64-20151110-9145e79.7z emacs-bin-w64-20151110-9145e79.7z emacs-bin-w64-20151110-9145e79.7zemacs-bin-w64-20151110-9145e79.7zemacs-bin-w64-20151110-9145e79.7z emacs-bin-w64-20151110-9145e79.7...
multiple-cursors.el, emacs的多个游标 multiple-cursors.el Emacs的多个游标这是一些非常疯狂的功能,所以是的,有一些问题。 不要害怕,我从 2011开始就用了很多的成功和 merriment 。安装我强烈推荐通过 package....
linum+.el emacs的行号模式,更好用,好不容易带回来的. 多少收点分,也给大家个方便,多谢支持.