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