Changeset 2c99b46 in dotfiles
- Timestamp:
- Nov 30, 2022, 12:23:02 AM (2 years ago)
- Branches:
- master
- Children:
- 6cab673
- Parents:
- a5355c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs.d/.emacs-config.org
ra5355c9 r2c99b46 332 332 (custom-set-faces 333 333 '(default ((t (:height 140 :family "Jetbrains Mono" :embolden t)))) 334 '(region ((t (:background "gray 92"))))334 '(region ((t (:background "gray85")))) 335 335 '(mode-line ((t (:background "grey70" :foreground "grey10")))) 336 336 '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light)))) … … 340 340 '(tool-bar ((t (:background "grey80" :foreground "grey10")))) 341 341 '(fill-column-indicator ((t (:foreground "grey95")))) 342 '(hl-line ((t (:background "gray 87"))))342 '(hl-line ((t (:background "gray95")))) 343 343 '(fringe ((t (:background "grey87")))) 344 344 '(header-line ((t (:inherit mode-line :background "grey90"))))
Note:
See TracChangeset
for help on using the changeset viewer.