Changeset 451fd67 in dotfiles
- Timestamp:
- Oct 5, 2022, 11:57:22 PM (2 years ago)
- Branches:
- master
- Children:
- a48604f
- Parents:
- 14df2de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs.d/.emacs-config.org
r14df2de r451fd67 154 154 (package-install 'org-babel-eval-in-repl) 155 155 (package-install 'ob-php) 156 (package-install 'lsp-mode) 156 157 (package-install 'on-screen) 157 158 ;;(package-install 'nix-mode) … … 302 303 (custom-set-faces 303 304 '(default ((t (:height 145 :family "DejaVu Sans Mono" :embolden t)))) 304 '(region ((t (:background "gray 90"))))305 '(region ((t (:background "gray88")))) 305 306 '(mode-line ((t (:background "grey80" :foreground "grey10")))) 306 307 '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light)))) … … 310 311 '(tool-bar ((t (:background "grey80" :foreground "grey10")))) 311 312 '(fill-column-indicator ((t (:foreground "grey95")))) 312 '(hl-line ((t (:background "gray9 8"))))313 '(hl-line ((t (:background "gray92")))) 313 314 '(fringe ((t (:background "grey90")))) 314 315 '(header-line ((t (:inherit mode-line :background "grey90"))))
Note:
See TracChangeset
for help on using the changeset viewer.