~w96k/dotfiles

2c99b46137a92db7c5cefa3e91d55adfe9d7a1a8 — w96k 3 months ago a5355c9
Emacs: Change region and hl-line colors
1 files changed, 2 insertions(+), 2 deletions(-)

M emacs/.emacs.d/.emacs-config.org
M emacs/.emacs.d/.emacs-config.org => emacs/.emacs.d/.emacs-config.org +2 -2
@@ 331,7 331,7 @@ JIT компиляция elisp кода в машинный

  (custom-set-faces
   '(default ((t (:height 140 :family "Jetbrains Mono" :embolden t))))
   '(region ((t (:background "gray92"))))
   '(region ((t (:background "gray85"))))
   '(mode-line ((t (:background "grey70" :foreground "grey10"))))
   '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light))))
   '(mode-line-buffer-id ((t (:weight bold))))


@@ 339,7 339,7 @@ JIT компиляция elisp кода в машинный
   '(lsp-modeline-code-actions-face ((t :inherit mode-line :height 100)))
   '(tool-bar ((t (:background "grey80" :foreground "grey10"))))
   '(fill-column-indicator ((t (:foreground "grey95"))))
   '(hl-line ((t (:background "gray87"))))
   '(hl-line ((t (:background "gray95"))))
   '(fringe ((t (:background "grey87"))))
   '(header-line ((t (:inherit mode-line :background "grey90"))))
   '(vertical-border ((t (:foreground "grey90"))))