|
4 | 4 |
|
5 | 5 | ;; Title: Nord Theme |
6 | 6 | ;; Project: nord-emacs |
7 | | -;; Version: 0.2.0 |
| 7 | +;; Version: 0.3.0 |
8 | 8 | ;; URL: https://github.com/arcticicestudio/nord-emacs |
9 | 9 | ;; Author: Arctic Ice Studio <[email protected]> |
10 | 10 | ;; Package-Requires: ((emacs "24")) |
|
268 | 268 | ;;;; + Package Support + |
269 | 269 | ;;;; +-----------------+ |
270 | 270 | ;; +--- Syntax ---+ |
| 271 | + ;; > Auctex |
| 272 | + `(font-latex-bold-face ((,class (:inherit bold)))) |
| 273 | + `(font-latex-italic-face ((,class (:inherit italic)))) |
| 274 | + `(font-latex-math-face ((,class (:foreground ,nord8)))) |
| 275 | + `(font-latex-sectioning-0-face ((,class (:foreground ,nord8 :weight bold)))) |
| 276 | + `(font-latex-sectioning-1-face ((,class (:inherit font-latex-sectioning-0-face)))) |
| 277 | + `(font-latex-sectioning-2-face ((,class (:inherit font-latex-sectioning-0-face)))) |
| 278 | + `(font-latex-sectioning-3-face ((,class (:inherit font-latex-sectioning-0-face)))) |
| 279 | + `(font-latex-sectioning-4-face ((,class (:inherit font-latex-sectioning-0-face)))) |
| 280 | + `(font-latex-sectioning-5-face ((,class (:inherit font-latex-sectioning-0-face)))) |
| 281 | + `(font-latex-script-char-face ((,class (:inherit font-lock-warning-face)))) |
| 282 | + `(font-latex-string-face ((,class (:inherit font-lock-string-face)))) |
| 283 | + `(font-latex-warning-face ((,class (:inherit font-lock-warning-face)))) |
| 284 | + |
271 | 285 | ;; > Elixir |
272 | 286 | `(elixir-attribute-face ((,class (:foreground ,nord-annotation)))) |
273 | 287 | `(elixir-atom-face ((,class (:foreground ,nord4 :weight bold)))) |
|
397 | 411 | `(anzu-mode-line ((,class (:foreground, nord8)))) |
398 | 412 | `(anzu-mode-line-no-match ((,class (:foreground, nord11)))) |
399 | 413 |
|
| 414 | + ;; > Avy |
| 415 | + `(avy-lead-face ((,class (:background ,nord11 :foreground ,nord5)))) |
| 416 | + `(avy-lead-face-0 ((,class (:background ,nord10 :foreground ,nord5)))) |
| 417 | + `(avy-lead-face-1 ((,class (:background ,nord3 :foreground ,nord5)))) |
| 418 | + `(avy-lead-face-2 ((,class (:background ,nord15 :foreground ,nord5)))) |
| 419 | + |
400 | 420 | ;; > Company |
401 | 421 | `(company-echo-common ((,class (:foreground ,nord0 :background ,nord4)))) |
402 | 422 | `(company-preview ((,class (:foreground ,nord4 :background ,nord10)))) |
|
413 | 433 | `(company-tooltip-mouse ((,class (:inherit highlight)))) |
414 | 434 | `(company-tooltip-selection ((,class (:background ,nord3 :weight bold)))) |
415 | 435 |
|
| 436 | + ;; > diff-hl |
| 437 | + `(diff-hl-change ((,class (:background ,nord13)))) |
| 438 | + `(diff-hl-insert ((,class (:background ,nord14)))) |
| 439 | + `(diff-hl-delete ((,class (:background ,nord11)))) |
| 440 | + |
416 | 441 | ;; > Evil |
417 | 442 | `(evil-ex-info ((,class (:foreground ,nord8)))) |
418 | 443 | `(evil-ex-substitute-replacement ((,class (:foreground ,nord9)))) |
|
431 | 456 | `(git-gutter:added ((,class (:foreground ,nord14)))) |
432 | 457 | `(git-gutter:deleted ((,class (:foreground ,nord11)))) |
433 | 458 |
|
| 459 | + ;; > Git Gutter Plus |
| 460 | + `(git-gutter+-modified ((,class (:foreground ,nord13)))) |
| 461 | + `(git-gutter+-added ((,class (:foreground ,nord14)))) |
| 462 | + `(git-gutter+-deleted ((,class (:foreground ,nord11)))) |
| 463 | + |
434 | 464 | ;; > Helm |
435 | 465 | `(helm-bookmark-addressbook ((,class (:foreground ,nord7)))) |
436 | 466 | `(helm-bookmark-directory ((,class (:foreground ,nord9)))) |
|
474 | 504 | `(helm-selection ((,class (:inherit highlight)))) |
475 | 505 | `(helm-selection-line ((,class (:background ,nord2)))) |
476 | 506 | `(helm-source-header ((,class (:height 1.44 :foreground ,nord8 :background ,nord2)))) |
| 507 | + `(helm-swoop-line-number-face ((,class (:foreground ,nord4 :background ,nord0)))) |
| 508 | + `(helm-swoop-target-word-face ((,class (:foreground ,nord0 :background ,nord7)))) |
| 509 | + `(helm-swoop-target-line-face ((,class (:background ,nord13 :foreground ,nord3)))) |
| 510 | + `(helm-swoop-target-line-block-face ((,class (:background ,nord13 :foreground ,nord3)))) |
477 | 511 | `(helm-separator ((,class (:background ,nord2)))) |
478 | 512 | `(helm-visible-mark ((,class (:background ,nord2)))) |
479 | 513 |
|
|
499 | 533 | `(mu4e-header-key-face ((,class (:foreground ,nord8)))) |
500 | 534 | `(mu4e-highlight-face ((,class (:highlight)))) |
501 | 535 | `(mu4e-flagged-face ((,class (:foreground ,nord13)))) |
502 | | - `(mu4e-unread-face ((,class (:foreground ,nord4 :weight bold)))) |
| 536 | + `(mu4e-unread-face ((,class (:foreground ,nord13 :weight bold)))) |
503 | 537 | `(mu4e-link-face ((,class (:underline t)))) |
504 | 538 |
|
505 | 539 | ;; > Powerline |
|
515 | 549 | `(powerline-evil-visual-face ((,class (:foreground ,nord0 :background ,nord7)))) |
516 | 550 | `(powerline-evil-replace-face ((,class (:foreground ,nord0 :background ,nord9)))) |
517 | 551 |
|
| 552 | + ;; > NeoTree |
| 553 | + `(neo-banner-face ((,class (:foreground ,nord10)))) |
| 554 | + `(neo-dir-link-face ((,class (:foreground ,nord9)))) |
| 555 | + `(neo-expand-btn-face ((,class (:foreground ,nord6 :bold t)))) |
| 556 | + `(neo-file-link-face ((,class (:foreground ,nord4)))) |
| 557 | + `(neo-root-dir-face ((,class (:foreground ,nord7 :weight bold)))) |
| 558 | + `(neo-vc-added-face ((,class (:foreground ,nord14)))) |
| 559 | + `(neo-vc-conflict-face ((,class (:foreground ,nord11)))) |
| 560 | + `(neo-vc-default-face ((,class (:foreground ,nord4)))) |
| 561 | + `(neo-vc-edited-face ((,class (:foreground ,nord13)))) |
| 562 | + `(neo-vc-ignored-face ((,class (:foreground ,nord3)))) |
| 563 | + `(neo-vc-missing-face ((,class (:foreground ,nord12)))) |
| 564 | + `(neo-vc-needs-merge-face ((,class (:background ,nord12 :foreground ,nord4)))) |
| 565 | + `(neo-vc-needs-update-face ((,class (:background ,nord10 :foreground ,nord4)))) |
| 566 | + `(neo-vc-removed-face ((,class (:foreground ,nord11 :strike-through nil)))) |
| 567 | + `(neo-vc-up-to-date-face ((,class (:foreground ,nord4)))) |
| 568 | + `(neo-vc-user-face ((,class (:foreground ,nord4)))) |
| 569 | + |
518 | 570 | ;; > Org |
519 | 571 | `(org-level-1 ((,class (:foreground ,nord8 :weight bold)))) |
520 | 572 | `(org-level-2 ((,class (:inherit org-level-1)))) |
|
0 commit comments