Line number gutter display

This commit is contained in:
Paul Provost 2020-02-28 12:37:20 -05:00
parent 7488bcfdf9
commit 055d16a3c4

View File

@ -60,6 +60,11 @@
;;,------------------
;;| Specific colors.
;;`------------------
(petrol-line-numbers-color "#eaeae1")
;;,--------------------------
;;| Specific face fragments.
;;`--------------------------
(petrol-link `(:weight normal :foreground ,petrol-blue))
(petrol-link-visited `(:weight normal :foreground ,petrol-purple))
)
@ -95,8 +100,10 @@
`(file-name-shadow ((,class (:foreground "#cccccc"))))
`(line-number ((,class (:background "#f2f2f2" :foreground "#8c8c8c"))))
`(line-number-current-line ((,class (:background "#f2f2f2" :foreground "#cc6d00"))))
`(line-number ((,class (:background ,petrol-line-numbers-color
:foreground "#8c8c8c"))))
`(line-number-current-line ((,class (:background ,petrol-line-numbers-color
:foreground "#cc6d00"))))
`(linum ((,class (:background "#f2f2f2" :foreground "#8c8c8c"))))