Compare commits
No commits in common. "4792fed63a44a2337832644db909c1663100605e" and "97f50abd20e636001863f290bedbb9ba63e00660" have entirely different histories.
4792fed63a
...
97f50abd20
@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
;; Background colors
|
;; Background colors
|
||||||
;; [True color | 256-compatible]
|
;; [True color | 256-compatible]
|
||||||
(bg (if true-color-available-p "#1c1c1c" "gray11")) ; #1c1c1c
|
(bg (if true-color-available-p "#1e1e1e" "gray12")) ; #1f1f1f
|
||||||
(bg-alt (if true-color-available-p "#242424" "gray14")) ; #242424
|
(bg-alt (if true-color-available-p "#242424" "gray14")) ; #242424
|
||||||
(bg-osd (if true-color-available-p "#101010" "gray6")) ; #0f0f0f
|
(bg-osd (if true-color-available-p "#101010" "gray6")) ; #0f0f0f
|
||||||
(base-0 (if true-color-available-p "#202020" "gray13")) ; #212121
|
(base-0 (if true-color-available-p "#202020" "gray13")) ; #212121
|
||||||
@ -416,7 +416,7 @@
|
|||||||
|
|
||||||
;; line-number
|
;; line-number
|
||||||
`(line-number ((,class (:inherit default :foreground ,base-5))))
|
`(line-number ((,class (:inherit default :foreground ,base-5))))
|
||||||
`(line-number-current-line ((,class (:inherit (hl-line default) :foreground ,base-7))))
|
`(line-number-current-line ((,class (:inherit (hl-line default) :foreground ,base-7 :weight bold))))
|
||||||
|
|
||||||
;; linum
|
;; linum
|
||||||
`(linum ((,class (:inherit line-number))))
|
`(linum ((,class (:inherit line-number))))
|
||||||
|
Loading…
Reference in New Issue
Block a user