Changeset 2c99b46 in dotfiles


Ignore:
Timestamp:
Nov 30, 2022, 12:23:02 AM (2 years ago)
Author:
w96k <w96k@…>
Branches:
master
Children:
6cab673
Parents:
a5355c9
Message:

Emacs: Change region and hl-line colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs.d/.emacs-config.org

    ra5355c9 r2c99b46  
    332332  (custom-set-faces
    333333   '(default ((t (:height 140 :family "Jetbrains Mono" :embolden t))))
    334    '(region ((t (:background "gray92"))))
     334   '(region ((t (:background "gray85"))))
    335335   '(mode-line ((t (:background "grey70" :foreground "grey10"))))
    336336   '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light))))
     
    340340   '(tool-bar ((t (:background "grey80" :foreground "grey10"))))
    341341   '(fill-column-indicator ((t (:foreground "grey95"))))
    342    '(hl-line ((t (:background "gray87"))))
     342   '(hl-line ((t (:background "gray95"))))
    343343   '(fringe ((t (:background "grey87"))))
    344344   '(header-line ((t (:inherit mode-line :background "grey90"))))
Note: See TracChangeset for help on using the changeset viewer.