diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-06 00:47:37 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-06 00:47:37 +0000 |
commit | c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e (patch) | |
tree | 4165a051804365ccdb85d16f6c83d4136904978a /Emacs/.config/emacs/elisp/personal-theme.el | |
parent | 50acf591dc7a8a83431eb31f481bb4a52995fcc4 (diff) | |
download | dotfiles-c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e.tar.gz dotfiles-c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e.tar.bz2 dotfiles-c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e.zip |
(Emacs)~tons of edits
I can't be bothered to annotate any of these. Thinking of making a
new Emacs configuration as this one is unnecessarily bloated and I
can't think of any other way to fix it.
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-theme.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-theme.el b/Emacs/.config/emacs/elisp/personal-theme.el index e2b265a..aa4cd6a 100644 --- a/Emacs/.config/emacs/elisp/personal-theme.el +++ b/Emacs/.config/emacs/elisp/personal-theme.el @@ -1,5 +1,5 @@ (deftheme personal - "Created 2021-07-28.") + "Created 2021-10-20.") (custom-theme-set-faces 'personal @@ -26,13 +26,13 @@ '(font-lock-regexp-grouping-backslash ((t (:inherit (bold))))) '(font-lock-regexp-grouping-construct ((t (:inherit (bold))))) '(font-lock-string-face ((t (:family "Fira Code" :foreground "yellow4")))) - '(font-lock-type-face ((t (:foreground "chartreuse" :height 0.95 :width ultra-expanded :family "Hack")))) + '(font-lock-type-face ((t (:foreground "chartreuse" :family "Liberation Mono")))) '(font-lock-variable-name-face ((t (:family "Source Code Variable" :foreground "#e6e6e6")))) '(font-lock-warning-face ((t (:inherit (error))))) '(button ((t (:inherit (link))))) '(link ((t (:underline (:color foreground-color :style line) :foreground "cyan1")))) '(link-visited ((t (:foreground "violet" :inherit (link))))) - '(fringe ((((class color) (background light)) (:background "grey95")) (((class color) (background dark)) (:background "grey10")) (t (:background "gray")))) + '(fringe ((t (:background "grey4")))) '(header-line ((t (:box nil :foreground "grey90" :background "grey20" :inherit (mode-line))))) '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) '(mode-line ((t (:box (:line-width -1 :color nil :style released-button) :foreground "white" :background "black")))) |