Emacs personal configuration
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

459 lines
32KB

  1. ;;; tron-legacy-theme.el --- A complete port of the Tron Legacy theme for Emacs
  2. ;; Copyright (C) 2018-2020 Ian Y.E. Pan
  3. ;; Author: Ian Y.E. Pan
  4. ;; This program is free software: you can redistribute it and/or modify
  5. ;; it under the tertron of the GNU General Public License as published by
  6. ;; the Free Software Foundation, either version 3 of the License, or
  7. ;; (at your option) any later version.
  8. ;; This program is distributed in the hope that it will be useful,
  9. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. ;; GNU General Public License for more details.
  12. ;; You should have received a copy of the GNU General Public License
  13. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. ;; This file is not part of Emacs.
  15. ;;; Commentary:
  16. ;;; Code:
  17. (defcustom tron-legacy-dark-fg-bright-comments nil
  18. "If non-nil, default foreground will be dimmed and comments will be boosted to be brighter than the normal foreground."
  19. :type 'boolean)
  20. (deftheme tron-legacy)
  21. (let ((class '((class color) (min-colors 89)))
  22. (fg0 "#5A7387")
  23. (fg1 (if tron-legacy-dark-fg-bright-comments "#5A7387" "#B0CCDC")) ; default fg
  24. (fg2 "#8BaCbF")
  25. (fg3 "#bBECeF")
  26. (fg4 "#CBECFF")
  27. (bg00 "#000000")
  28. (bg0 "#000000")
  29. (bg1 "#000000") ; default bg
  30. (bg2 "#021222")
  31. (bg3 "#213141")
  32. (bg4 "#2b4255")
  33. (bg-hl "#1b3245") ; region, selection
  34. (tw-r "#B62D66")
  35. (tw-g "#4BB5BE")
  36. (tw-b "#387AAA")
  37. (key2 "#9BBDD6")
  38. (key3 "#aaaaaa")
  39. (accent "#ffffff")
  40. (mode-line-bg "#3D5666")
  41. (mode-line-bg-dark "#1e1e1e")
  42. (line-num "#5A7387")
  43. (builtin "#8Fd4FF")
  44. (keyword "#8Fd4FF")
  45. (const "#B62D66")
  46. (comment (if tron-legacy-dark-fg-bright-comments "#B0CCDC" "#5A7387"))
  47. (doc "#6a8397")
  48. (type "#4BB5BE")
  49. (str "#387AAA")
  50. (func "#DEB45B")
  51. (var "#9BBDD6")
  52. (warning "#880000")
  53. ;; standardized palette
  54. (tron-yellow "#DEB45B")
  55. (tron-bluegreen "#4BB5BE")
  56. (tron-magenta "#B62D66")
  57. (tron-lightblue "#B0CCDC")
  58. (tron-orange "#DEB45B")
  59. (tron-red "#B62D66")
  60. (tron-blue "#5EC4FF")
  61. (tron-lightgreen "#B0CCDC")
  62. (tron-green "#4BB5BE")
  63. )
  64. (custom-theme-set-faces
  65. 'tron-legacy
  66. `(default ((,class (:background ,bg1 :foreground ,fg1))))
  67. `(font-lock-builtin-face ((,class (:foreground ,builtin))))
  68. `(font-lock-comment-face ((,class (:foreground ,comment :italic t))))
  69. `(font-lock-negation-char-face ((,class (:foreground ,const))))
  70. `(font-lock-reference-face ((,class (:foreground ,const))))
  71. `(font-lock-constant-face ((,class (:foreground ,const))))
  72. `(font-lock-doc-face ((,class (:foreground ,doc))))
  73. `(font-lock-function-name-face ((,class (:foreground ,func :bold nil))))
  74. `(font-lock-keyword-face ((,class (:bold nil :foreground ,keyword))))
  75. `(font-lock-string-face ((,class (:foreground ,str))))
  76. `(font-lock-type-face ((,class (:foreground ,type ))))
  77. `(font-lock-variable-name-face ((,class (:foreground ,var))))
  78. `(font-lock-warning-face ((,class (:foreground ,warning :background ,bg2))))
  79. `(region ((,class (:background ,bg-hl :distant-foreground ,fg2))))
  80. `(highlight ((,class (:foreground ,bg3 :background ,fg3))))
  81. `(hl-line ((,class (:background "#0E2638"))))
  82. `(fringe ((,class (:background ,bg1 :foreground ,fg4))))
  83. `(cursor ((,class (:background "#B0CCDC"))))
  84. `(show-paren-match-face ((,class (:background ,warning))))
  85. `(show-paren-match ((t (:foreground ,accent :background ,bg4 :bold t))))
  86. `(show-paren-mismatch ((t (:background ,warning))))
  87. `(isearch ((,class (:bold nil :foreground ,accent :background ,bg4))))
  88. `(vertical-border ((,class (:foreground ,bg3))))
  89. `(minibuffer-prompt ((,class (:foreground ,tron-bluegreen :weight normal))))
  90. `(default-italic ((,class (:italic t))))
  91. `(link ((,class (:foreground ,const :underline t))))
  92. `(error ((,class (:foreground ,tron-orange))))
  93. `(warning ((,class (:foreground ,tron-magenta))))
  94. `(success ((,class (:foreground ,tron-bluegreen))))
  95. `(dired-directory ((t (:inherit (font-lock-keyword-face)))))
  96. `(line-number ((,class (:foreground ,line-num :background nil))))
  97. `(line-number-current-line ((,class (:foreground ,fg1 :background nil))))
  98. `(mode-line ((,class (:bold nil :foreground ,fg3 :background ,mode-line-bg))))
  99. `(mode-line-inactive ((,class (:bold nil :foreground ,fg1 :background ,mode-line-bg-dark))))
  100. `(mode-line-buffer-id ((,class (:bold nil :foreground ,fg3 :background nil))))
  101. `(mode-line-highlight ((,class (:foreground ,keyword :box nil :weight normal))))
  102. `(mode-line-emphasis ((,class (:foreground ,fg1))))
  103. `(company-preview-common ((t (:foreground unspecified :background ,bg2))))
  104. `(company-scrollbar-bg ((t (:background ,bg2))))
  105. `(company-scrollbar-fg ((t (:background ,bg3))))
  106. `(company-tooltip ((t (:inherit default :background ,bg2))))
  107. `(company-tooltip-common ((t (:foreground ,tron-blue :bold t))))
  108. `(company-tooltip-selection ((t (:background ,bg-hl))))
  109. `(company-tooltip-annotation ((t (:foreground ,doc)))) ; parameter hints etc.
  110. `(org-document-title ((,class (:foreground ,type :height 1.2 :bold t))))
  111. `(org-level-1 ((,class (:bold nil :foreground ,tron-bluegreen :height 1.1))))
  112. `(org-level-2 ((,class (:bold nil :foreground ,tron-yellow))))
  113. `(org-level-3 ((,class (:bold nil :foreground ,tron-blue))))
  114. `(org-level-4 ((,class (:bold nil :foreground ,tron-bluegreen))))
  115. `(org-code ((,class (:foreground ,fg2))))
  116. `(org-hide ((,class (:foreground ,fg4))))
  117. `(org-date ((,class (:underline t :foreground ,var) )))
  118. `(org-footnote ((,class (:underline t :foreground ,fg4))))
  119. `(org-link ((,class (:underline t :foreground ,type ))))
  120. `(org-special-keyword ((,class (:foreground ,tron-green))))
  121. `(org-block ((,class (:foreground ,fg2 :background ,bg0 :extend t))))
  122. `(org-quote ((,class (:inherit org-block :slant italic))))
  123. `(org-verse ((,class (:inherit org-block :slant italic))))
  124. `(org-todo ((,class (:box (:line-width 1 :color ,fg3) :foreground ,keyword :bold nil))))
  125. `(org-done ((,class (:box (:line-width 1 :color ,bg3) :bold nil :foreground ,bg4))))
  126. `(org-warning ((,class (:underline t :foreground ,warning))))
  127. `(org-agenda-structure ((,class (:weight normal :foreground ,fg3 :box (:color ,fg4) :background ,bg3))))
  128. `(org-agenda-date ((,class (:foreground ,var :height 1.1 ))))
  129. `(org-agenda-date-weekend ((,class (:weight normal :foreground ,fg4))))
  130. `(org-agenda-date-today ((,class (:weight normal :foreground ,keyword :height 1.2))))
  131. `(org-agenda-done ((,class (:foreground ,bg4))))
  132. `(org-scheduled ((,class (:foreground ,type))))
  133. `(org-scheduled-today ((,class (:foreground ,func :weight normal :height 1.2))))
  134. `(org-ellipsis ((,class (:foreground ,builtin))))
  135. `(org-verbatim ((,class (:foreground ,fg4))))
  136. `(org-document-info-keyword ((,class (:foreground ,tron-green))))
  137. `(org-sexp-date ((,class (:foreground ,fg4))))
  138. `(font-latex-bold-face ((,class (:foreground ,type))))
  139. `(font-latex-italic-face ((,class (:foreground ,key3 :italic t))))
  140. `(font-latex-string-face ((,class (:foreground ,str))))
  141. `(font-latex-match-reference-keywords ((,class (:foreground ,const))))
  142. `(font-latex-match-variable-keywords ((,class (:foreground ,var))))
  143. `(ido-only-match ((,class (:foreground ,keyword))))
  144. `(ido-subdir ((,class (:weight normal :foreground ,fg0))))
  145. `(ido-first-match ((,class (:foreground ,keyword :bold nil))))
  146. `(gnus-header-content ((,class (:foreground ,keyword))))
  147. `(gnus-header-from ((,class (:foreground ,var))))
  148. `(gnus-header-name ((,class (:foreground ,type))))
  149. `(gnus-header-subject ((,class (:foreground ,func :bold nil))))
  150. `(mu4e-view-url-number-face ((,class (:foreground ,type))))
  151. `(mu4e-cited-1-face ((,class (:foreground ,fg2))))
  152. `(mu4e-cited-7-face ((,class (:foreground ,fg3))))
  153. `(mu4e-header-marks-face ((,class (:foreground ,type))))
  154. `(ffap ((,class (:foreground ,fg4))))
  155. `(js2-private-function-call ((,class (:foreground ,const))))
  156. `(js2-jsdoc-html-tag-delimiter ((,class (:foreground ,str))))
  157. `(js2-jsdoc-html-tag-name ((,class (:foreground ,key2))))
  158. `(js2-external-variable ((,class (:foreground ,type ))))
  159. `(js2-function-param ((,class (:foreground ,const))))
  160. `(js2-jsdoc-value ((,class (:foreground ,str))))
  161. `(js2-private-member ((,class (:foreground ,fg3))))
  162. `(js2-warning ((t (:underline ,warning))))
  163. `(js2-error ((t (:foreground ,warning :weight normal))))
  164. `(js2-jsdoc-tag ((t (:foreground ,var))))
  165. `(js2-jsdoc-type ((t (:foreground ,var))))
  166. `(js2-instance-member ((t (:foreground ,var))))
  167. `(js2-object-property ((t (:foreground ,func))))
  168. `(js2-magic-paren ((t (:foreground ,const))))
  169. `(js2-function-call ((t (:foreground ,const))))
  170. `(js2-keywords ((t (:foreground ,keyword))))
  171. `(js3-warning-face ((,class (:underline ,keyword))))
  172. `(js3-error-face ((,class (:underline ,warning))))
  173. `(js3-external-variable-face ((,class (:foreground ,var))))
  174. `(js3-function-param-face ((,class (:foreground ,key3))))
  175. `(js3-jsdoc-tag-face ((,class (:foreground ,keyword))))
  176. `(js3-instance-member-face ((,class (:foreground ,const))))
  177. `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
  178. `(info-quoted-name ((,class (:foreground ,builtin))))
  179. `(info-string ((,class (:foreground ,str))))
  180. `(icompletep-determined ((,class :foreground ,builtin)))
  181. `(slime-repl-inputed-output-face ((,class (:foreground ,type))))
  182. `(trailing-whitespace ((,class :foreground nil :background ,warning)))
  183. `(lazy-highlight ((,class (:foreground ,fg2 :background ,bg3))))
  184. `(undo-tree-visualizer-current-face ((,class :foreground ,builtin)))
  185. `(undo-tree-visualizer-default-face ((,class :foreground ,fg2)))
  186. `(undo-tree-visualizer-unmodified-face ((,class :foreground ,var)))
  187. `(undo-tree-visualizer-register-face ((,class :foreground ,type)))
  188. `(rainbow-delimiters-depth-1-face ((,class :foreground "gold")))
  189. `(rainbow-delimiters-depth-2-face ((,class :foreground "orchid")))
  190. `(rainbow-delimiters-depth-3-face ((,class :foreground "LightSkyBlue")))
  191. `(rainbow-delimiters-depth-4-face ((,class :foreground "gold")))
  192. `(rainbow-delimiters-depth-5-face ((,class :foreground "orchid")))
  193. `(rainbow-delimiters-depth-6-face ((,class :foreground "LightSkyBlue")))
  194. `(rainbow-delimiters-depth-7-face ((,class :foreground "gold")))
  195. `(rainbow-delimiters-depth-8-face ((,class :foreground "orchid")))
  196. `(rainbow-delimiters-depth-9-face ((,class :foreground "LightSkyBlue")))
  197. `(rainbow-delimiters-unmatched-face ((,class :foreground ,warning)))
  198. ;;;;; Old magit faces
  199. ;; `(magit-item-highlight ((,class :background ,bg3)))
  200. ;; `(magit-section-heading ((,class (:foreground ,keyword :weight normal))))
  201. ;; `(magit-hunk-heading ((,class (:background ,bg3))))
  202. ;; `(magit-section-highlight ((,class (:background ,bg3))))
  203. ;; `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
  204. ;; `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground ,fg3))))
  205. ;; `(magit-diffstat-added ((,class (:foreground ,type))))
  206. ;; `(magit-diffstat-removed ((,class (:foreground ,var))))
  207. ;; `(magit-process-ok ((,class (:foreground ,func :weight normal))))
  208. ;; `(magit-process-ng ((,class (:foreground ,warning :weight normal))))
  209. ;; `(magit-branch ((,class (:foreground ,const :weight normal))))
  210. ;; `(magit-log-author ((,class (:foreground ,fg3))))
  211. ;; `(magit-hash ((,class (:foreground ,fg2))))
  212. ;; `(magit-diff-file-header ((,class (:foreground ,fg2 :background ,bg3))))
  213. ;;;;; New magit faces (adpated from sanityinc-tomorrow themes)
  214. `(magit-item-highlight ((,class :background ,bg3)))
  215. `(magit-hunk-heading ((,class (:background ,bg3))))
  216. `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
  217. `(magit-bisect-bad ((t (:foreground ,tron-red))))
  218. `(magit-bisect-good ((t (:foreground ,tron-green))))
  219. `(magit-bisect-skip ((t (:foreground ,tron-orange))))
  220. `(magit-blame-date ((t (:foreground ,tron-red))))
  221. `(magit-blame-heading ((t (:foreground ,tron-orange :background ,bg3 :extend t))))
  222. `(magit-branch ((,class (:foreground ,tron-blue :weight normal))))
  223. `(magit-branch-current ((t (:foreground ,tron-blue))))
  224. `(magit-branch-local ((t (:foreground ,tron-bluegreen))))
  225. `(magit-branch-remote ((t (:foreground ,tron-green))))
  226. `(magit-cherry-equivalent ((t (:foreground ,tron-magenta))))
  227. `(magit-cherry-unmatched ((t (:foreground ,tron-bluegreen))))
  228. ;; `(magit-diff-added ((t (:foreground ,tron-green :extend t))))
  229. ;; `(magit-diff-added-highlight ((t (:foreground ,tron-green :background ,bg3 :extend t))))
  230. ;; `(magit-diff-base ((t (:foreground ,bg1 :background ,tron-orange :extend t))))
  231. ;; `(magit-diff-base-highlight ((t (:foreground ,tron-orange :background ,bg3 :extend t))))
  232. ;; `(magit-diff-context ((t (:foreground ,comment :extend t))))
  233. ;; `(magit-diff-file-header ((,class (:foreground ,fg2 :background ,bg3))))
  234. ;; `(magit-diff-file-heading ((t (:foreground ,fg1 :extend t))))
  235. ;; `(magit-diff-file-heading-highlight ((t (:background ,bg3 :extend t))))
  236. ;; `(magit-diff-file-heading-selection ((t (:foreground ,tron-orange :background ,bg3 :extend t))))
  237. ;; `(magit-diff-hunk-heading ((t (:foreground ,fg1 :background ,bg3 :extend t))))
  238. ;; `(magit-diff-hunk-heading-highlight ((t (:background ,bg3 :extend t))))
  239. ;; `(magit-diff-lines-heading ((t (:foreground ,tron-yellow :background ,tron-red :extend t))))
  240. ;; `(magit-diff-removed ((t (:foreground ,tron-orange :extend t))))
  241. ;; `(magit-diff-removed-highlight ((t (:foreground ,tron-orange :background ,bg3 :extend t))))
  242. `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground ,fg3))))
  243. `(magit-diffstat-added ((t (:foreground ,tron-green))))
  244. `(magit-diffstat-removed ((t (:foreground ,tron-orange))))
  245. `(magit-dimmed ((t (:foreground ,comment))))
  246. `(magit-filename ((t (:foreground ,tron-magenta))))
  247. `(magit-hash ((t (:foreground ,comment))))
  248. `(magit-header-line ((t (:inherit nil))))
  249. `(magit-log-author ((t (:foreground ,tron-orange))))
  250. `(magit-log-date ((t (:foreground ,tron-blue))))
  251. `(magit-log-graph ((t (:foreground ,comment))))
  252. `(magit-mode-line-process ((t (:foreground ,tron-orange))))
  253. `(magit-mode-line-process-error ((t (:foreground ,tron-red))))
  254. `(magit-process-ok ((t (:inherit success))))
  255. `(magit-process-ng ((t (:inherit error))))
  256. `(magit-reflog-amend ((t (:foreground ,tron-magenta))))
  257. `(magit-reflog-checkout ((t (:foreground ,tron-blue))))
  258. `(magit-reflog-cherry-pick ((t (:foreground ,tron-green))))
  259. `(magit-reflog-commit ((t (:foreground ,tron-green))))
  260. `(magit-reflog-merge ((t (:foreground ,tron-green))))
  261. `(magit-reflog-other ((t (:foreground ,tron-bluegreen))))
  262. `(magit-reflog-rebase ((t (:foreground ,tron-magenta))))
  263. `(magit-reflog-remote ((t (:foreground ,tron-bluegreen))))
  264. `(magit-reflog-reset ((t (:inherit error))))
  265. `(magit-refname ((t (:foreground ,comment))))
  266. `(magit-section-heading ((t (:foreground ,tron-yellow))))
  267. `(magit-section-heading-selection ((t (:foreground ,tron-orange :extend t))))
  268. `(magit-section-highlight ((t (:background ,bg3 :extend t))))
  269. `(magit-sequence-drop ((t (:foreground ,tron-red))))
  270. `(magit-sequence-head ((t (:foreground ,tron-blue))))
  271. `(magit-sequence-part ((t (:foreground ,tron-orange))))
  272. `(magit-sequence-stop ((t (:foreground ,tron-green))))
  273. `(magit-signature-bad ((t (:inherit error))))
  274. `(magit-signature-error ((t (:inherit error))))
  275. `(magit-signature-expitron-red ((t (:foreground ,tron-orange))))
  276. `(magit-signature-good ((t (:inherit success))))
  277. `(magit-signature-revoked ((t (:foreground ,tron-magenta))))
  278. `(magit-signature-untrusted ((t (:foreground ,tron-bluegreen))))
  279. `(magit-tag ((t (:foreground ,tron-yellow))))
  280. `(term ((,class (:foreground ,fg1 :background ,bg1))))
  281. `(term-color-black ((,class (:foreground ,bg3 :background ,bg3))))
  282. `(term-color-blue ((,class (:foreground ,func :background ,func))))
  283. `(term-color-red ((,class (:foreground ,keyword :background ,bg3))))
  284. `(term-color-green ((,class (:foreground ,type :background ,bg3))))
  285. `(term-color-yellow ((,class (:foreground ,var :background ,var))))
  286. `(term-color-magenta ((,class (:foreground ,builtin :background ,builtin))))
  287. `(term-color-cyan ((,class (:foreground ,str :background ,str))))
  288. `(term-color-white ((,class (:foreground ,fg2 :background ,fg2))))
  289. `(helm-header ((,class (:foreground ,fg2 :background ,bg1 :underline nil :box nil))))
  290. `(helm-source-header ((,class (:foreground ,keyword :background ,bg1 :underline nil :weight normal))))
  291. `(helm-selection ((,class (:background ,bg2 :underline nil))))
  292. `(helm-selection-line ((,class (:background ,bg2))))
  293. `(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
  294. `(helm-candidate-number ((,class (:foreground ,bg1 :background ,fg1))))
  295. `(helm-separator ((,class (:foreground ,type :background ,bg1))))
  296. `(helm-time-zone-current ((,class (:foreground ,builtin :background ,bg1))))
  297. `(helm-time-zone-home ((,class (:foreground ,type :background ,bg1))))
  298. `(helm-buffer-not-saved ((,class (:foreground ,type :background ,bg1))))
  299. `(helm-buffer-process ((,class (:foreground ,builtin :background ,bg1))))
  300. `(helm-buffer-saved-out ((,class (:foreground ,fg1 :background ,bg1))))
  301. `(helm-buffer-size ((,class (:foreground ,fg1 :background ,bg1))))
  302. `(helm-ff-directory ((,class (:foreground ,func :background ,bg1 :weight normal))))
  303. `(helm-ff-file ((,class (:foreground ,fg1 :background ,bg1 :weight normal))))
  304. `(helm-ff-executable ((,class (:foreground ,key2 :background ,bg1 :weight normal))))
  305. `(helm-ff-invalid-symlink ((,class (:foreground ,key3 :background ,bg1 :weight normal))))
  306. `(helm-ff-symlink ((,class (:foreground ,keyword :background ,bg1 :weight normal))))
  307. `(helm-ff-prefix ((,class (:foreground ,bg1 :background ,keyword :weight normal))))
  308. `(helm-grep-cmd-line ((,class (:foreground ,fg1 :background ,bg1))))
  309. `(helm-grep-file ((,class (:foreground ,fg1 :background ,bg1))))
  310. `(helm-grep-finish ((,class (:foreground ,fg2 :background ,bg1))))
  311. `(helm-grep-lineno ((,class (:foreground ,fg1 :background ,bg1))))
  312. `(helm-grep-match ((,class (:foreground nil :background nil :inherit helm-match))))
  313. `(helm-grep-running ((,class (:foreground ,func :background ,bg1))))
  314. `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
  315. `(helm-source-go-package-godoc-description ((,class (:foreground ,str))))
  316. `(helm-bookmark-w3m ((,class (:foreground ,type))))
  317. `(web-mode-html-bracket-face ((,class (:foreground ,doc))))
  318. `(web-mode-html-tag-face ((,class (:foreground ,type))))
  319. `(web-mode-html-attr-name-face ((,class (:foreground ,var))))
  320. `(web-mode-html-attr-value-face ((,class (:foreground ,str))))
  321. `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
  322. `(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
  323. `(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))
  324. `(web-mode-keyword-face ((,class (:foreground ,keyword))))
  325. `(web-mode-doctype-face ((,class (:inherit ,font-lock-doc-face))))
  326. `(web-mode-function-name-face ((,class (:inherit ,font-lock-function-name-face))))
  327. `(web-mode-string-face ((,class (:foreground ,str))))
  328. `(web-mode-type-face ((,class (:inherit ,font-lock-type-face))))
  329. `(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
  330. `(ediff-fine-diff-Ancestor ((t (:background "#885555"))))
  331. `(ediff-fine-diff-A ((t (:background "#885555"))))
  332. `(ediff-fine-diff-B ((t (:background "#558855"))))
  333. `(ediff-fine-diff-C ((t (:background "#555588"))))
  334. `(ediff-current-diff-Ancestor ((t (:background "#663333"))))
  335. `(ediff-current-diff-A ((t (:background "#663333"))))
  336. `(ediff-current-diff-B ((t (:background "#336633"))))
  337. `(ediff-current-diff-C ((t (:background "#333366"))))
  338. `(ediff-even-diff-Ancestor ((t (:background ,bg3))))
  339. `(ediff-even-diff-A ((t (:background ,bg3))))
  340. `(ediff-even-diff-B ((t (:background ,bg3))))
  341. `(ediff-even-diff-C ((t (:background ,bg3))))
  342. `(ediff-odd-diff-Ancestor ((t (:background ,bg3))))
  343. `(ediff-odd-diff-A ((t (:background ,bg3))))
  344. `(ediff-odd-diff-B ((t (:background ,bg3))))
  345. `(ediff-odd-diff-C ((t (:background ,bg3))))
  346. `(jde-java-font-lock-package-face ((t (:foreground ,var))))
  347. `(jde-java-font-lock-public-face ((t (:foreground ,keyword))))
  348. `(jde-java-font-lock-private-face ((t (:foreground ,keyword))))
  349. `(jde-java-font-lock-constant-face ((t (:foreground ,const))))
  350. `(jde-java-font-lock-modifier-face ((t (:foreground ,key3))))
  351. `(jde-jave-font-lock-protected-face ((t (:foreground ,keyword))))
  352. `(jde-java-font-lock-number-face ((t (:foreground ,var))))
  353. `(centaur-tabs-default ((t (:background ,bg1 :foreground ,fg1))))
  354. `(centaur-tabs-selected ((t (:background ,bg1 :foreground ,fg3 :box nil))))
  355. `(centaur-tabs-unselected ((t (:background ,bg2 :foreground ,fg0 :box nil))))
  356. `(centaur-tabs-selected-modified ((t (:background ,bg2 :foreground ,accent :box nil))))
  357. `(centaur-tabs-unselected-modified ((t (:background ,bg2 :foreground ,fg4 :box nil))))
  358. `(centaur-tabs-active-bar-face ((t (:background ,accent :box nil))))
  359. `(centaur-tabs-modified-marker-selected ((t (:inherit 'centaur-tabs-selected-modified :foreground ,accent :box nil))))
  360. `(centaur-tabs-modified-marker-unselected ((t (:inherit 'centaur-tabs-unselected-modified :foreground ,accent :box nil))))
  361. `(solaire-default-face ((t (:inherit default :background ,bg2))))
  362. `(solaire-minibuffer-face ((t (:inherit default :background ,bg2))))
  363. `(solaire-hl-line-face ((t (:inherit hl-line :background ,bg3))))
  364. `(solaire-org-hide-face ((t (:inherit org-hide :background ,bg2))))
  365. `(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground ,keyword))))
  366. `(ivy-current-match ((t (:background ,bg-hl :extend t))))
  367. `(ivy-highlight-face ((t (:inherit font-lock-builtin-face))))
  368. `(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground ,warning))))
  369. `(ivy-minibuffer-match-face-1 ((t (:foreground ,tron-lightblue))))
  370. `(ivy-minibuffer-match-face-2 ((t (:inherit ivy-minibuffer-match-face-1))))
  371. `(ivy-minibuffer-match-face-3 ((t (:inherit ivy-minibuffer-match-face-2))))
  372. `(ivy-minibuffer-match-face-4 ((t (:inherit ivy-minibuffer-match-face-2))))
  373. `(ivy-minibuffer-match-highlight ((t (:inherit ivy-current-match))))
  374. `(ivy-modified-buffer ((t (:inherit default :foreground ,var))))
  375. `(ivy-virtual ((t (:inherit default :foreground ,doc))))
  376. `(ivy-posframe ((t (:background "#252526"))))
  377. `(counsel-key-binding ((t (:foreground ,var))))
  378. `(swiper-match-face-1 ((t (:inherit ivy-minibuffer-match-face-1))))
  379. `(swiper-match-face-2 ((t (:inherit ivy-minibuffer-match-face-2))))
  380. `(swiper-match-face-3 ((t (:inherit ivy-minibuffer-match-face-3))))
  381. `(swiper-match-face-4 ((t (:inherit ivy-minibuffer-match-face-4))))
  382. `(swiper-line-face ((t (:foreground ,fg0 :background ,bg4 :extend t))))
  383. `(git-gutter:added ((t (:background ,tw-g :foreground ,tw-g :weight normal))))
  384. `(git-gutter:deleted ((t (:background ,tw-r :foreground ,tw-r :weight normal))))
  385. `(git-gutter:modified ((t (:background ,tw-b :foreground ,tw-b :weight normal))))
  386. `(git-gutter-fr:added ((t (:background ,tw-g :foreground ,tw-g :weight normal))))
  387. `(git-gutter-fr:deleted ((t (:background ,tw-r :foreground ,tw-r :weight normal))))
  388. `(git-gutter-fr:modified ((t (:background ,tw-b :foreground ,tw-b :weight normal))))
  389. `(diff-hl-insert ((t (:background ,tw-g :foreground ,tw-g))))
  390. `(diff-hl-delete ((t (:background ,tw-r :foreground ,tw-r))))
  391. `(diff-hl-change ((t (:background ,tw-b :foreground ,tw-b))))
  392. `(neo-dir-link-face ((t (:foreground "#cccccc" :family "Sans Serif"))))
  393. `(neo-header-face ((t (:foreground "#cccccc" :family "Sans Serif"))))
  394. `(neo-banner-face ((t (:foreground "#cccccc" :family "Sans Serif"))))
  395. `(neo-root-dir-face ((t (:foreground "#cccccc" :family "Sans Serif"))))
  396. `(neo-file-link-face ((t (:foreground "#aaaaaa" :family "Sans Serif"))))
  397. `(neo-expand-btn-face ((t (:foreground "#aaaaaa"))))
  398. `(sml/global ((t (:foreground ,fg1 :weight normal))))
  399. `(sml/filename ((t (:foreground ,fg1 :weight normal))))
  400. `(sml/prefix ((t (:foreground ,fg1 :weight normal))))
  401. `(sml/read-only ((t (:foreground ,fg1 :weight normal))))
  402. `(sml/modes ((t (:foreground ,fg1 :weight normal))))
  403. `(evil-ex-substitute-matches ((t (:foreground ,warning :weight normal :strike-through t))))
  404. `(evil-ex-substitute-replacement ((t (:foreground ,tron-bluegreen :weight normal))))
  405. `(hl-todo ((t (:inverse-video t))))
  406. `(highlight-numbers-number ((t (:foreground ,tron-red))))
  407. `(highlight-operators-face ((t (:inherit default))))
  408. `(highlight-symbol-face ((t (:background "#343a40"))))
  409. ))
  410. (provide-theme 'tron-legacy)
  411. ;;; tron-legacy-theme.el ends here