Changeset 805d49d in dotfiles


Ignore:
Timestamp:
Oct 7, 2022, 1:03:11 PM (2 years ago)
Author:
w96k <w96k.ru@…>
Branches:
master
Children:
5acd0cd
Parents:
4deaed7
Message:

Emacs: change some colors for GNU Trisquel setup

File:
1 edited

Legend:

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

    r4deaed7 r805d49d  
    312312  (custom-set-faces
    313313   '(default ((t (:height 145 :family "DejaVu Sans Mono" :embolden t))))
    314    '(region ((t (:background "gray88"))))
     314   '(region ((t (:background "gray92"))))
    315315   '(mode-line ((t (:background "grey70" :foreground "grey10"))))
    316316   '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light))))
     
    320320   '(tool-bar ((t (:background "grey80" :foreground "grey10"))))
    321321   '(fill-column-indicator ((t (:foreground "grey95"))))
    322    '(hl-line ((t (:background "gray92"))))
    323    '(fringe ((t (:background "grey90"))))
     322   '(hl-line ((t (:background "gray87"))))
     323   '(fringe ((t (:background "grey87"))))
    324324   '(header-line ((t (:inherit mode-line :background "grey90"))))
    325325   '(vertical-border ((t (:foreground "grey90"))))
Note: See TracChangeset for help on using the changeset viewer.