|
4 | 4 |
|
5 | 5 | ;; Title: Nord Theme |
6 | 6 | ;; Project: nord-emacs |
7 | | -;; Version: 0.1.2 |
| 7 | +;; Version: 0.2.0 |
8 | 8 | ;; URL: https://github.com/arcticicestudio/nord-emacs |
9 | 9 | ;; Author: Arctic Ice Studio <[email protected]> |
10 | 10 | ;; Package-Requires: ((emacs "24")) |
|
153 | 153 | `(custom-set ((,class (:foreground ,nord8)))) |
154 | 154 | `(custom-state ((,class (:foreground ,nord14)))) |
155 | 155 | `(custom-themed ((,class (:foreground ,nord8 :background ,nord2)))) |
156 | | - `(cursor ((,class (:foreground ,nord4)))) |
| 156 | + `(cursor ((,class (:background ,nord4)))) |
157 | 157 | `(fringe ((,class (:foreground ,nord4 :background ,nord0)))) |
158 | 158 | `(file-name-shadow ((,class (:inherit shadow)))) |
159 | 159 | `(header-line ((,class (:foreground ,nord4 :background ,nord2)))) |
|
183 | 183 | `(mode-line ((,class (:foreground ,nord4 :background ,nord2)))) |
184 | 184 | `(mode-line-buffer-id ((,class (:weight bold)))) |
185 | 185 | `(mode-line-highlight ((,class (:inherit highlight)))) |
186 | | - `(mode-line-inactive ((,class (:foreground ,nord3 :background ,nord1)))) |
| 186 | + `(mode-line-inactive ((,class (:foreground ,nord4 :background ,nord1)))) |
187 | 187 | `(next-error ((,class (:inherit error)))) |
188 | 188 | `(nobreak-space ((,class (:foreground ,nord3)))) |
189 | 189 | `(outline-1 ((,class (:foreground ,nord8 :weight bold)))) |
|
244 | 244 | `(vc-state-base ((,class (:foreground ,nord4)))) |
245 | 245 | `(vc-up-to-date-state ((,class (:foreground ,nord8)))) |
246 | 246 | `(vertical-border ((,class (:foreground ,nord2)))) |
247 | | - `(widget-button-pressed ((,class (:foreground ,nord9 :background ,nord1)))) |
248 | | - `(widget-documentation ((,class (:foreground ,nord4)))) |
249 | | - `(widget-field ((,class (:background ,nord2 :foreground ,nord4)))) |
250 | | - `(widget-single-line-field ((,class (:background ,nord2 :foreground ,nord4)))) |
| 247 | + `(which-func ((,class (:foreground ,nord8)))) |
251 | 248 | `(whitespace-big-indent ((,class (:foreground ,nord3 :background ,nord0)))) |
252 | 249 | `(whitespace-empty ((,class (:foreground ,nord3 :background ,nord0)))) |
253 | 250 | `(whitespace-hspace ((,class (:foreground ,nord3 :background ,nord0)))) |
|
259 | 256 | `(whitespace-space-before-tab ((,class (:foreground ,nord3 :background ,nord0)))) |
260 | 257 | `(whitespace-tab ((,class (:foreground ,nord3 :background ,nord0)))) |
261 | 258 | `(whitespace-trailing ((,class (:inherit trailing-whitespace)))) |
| 259 | + `(widget-button-pressed ((,class (:foreground ,nord9 :background ,nord1)))) |
| 260 | + `(widget-documentation ((,class (:foreground ,nord4)))) |
| 261 | + `(widget-field ((,class (:background ,nord2 :foreground ,nord4)))) |
| 262 | + `(widget-single-line-field ((,class (:background ,nord2 :foreground ,nord4)))) |
262 | 263 | `(window-divider ((,class (:background ,nord3)))) |
263 | 264 | `(window-divider-first-pixel ((,class (:background ,nord3)))) |
264 | 265 | `(window-divider-last-pixel ((,class (:background ,nord3)))) |
|
0 commit comments