aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-08-24 18:51:00 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-08-24 19:59:23 +0100
commit0e876e09e80ec2476bc94ce3119df6b601d01f2e (patch)
tree196ba563abce34b3d43d5d33815f986b7a84a748 /Emacs/.config/emacs/elisp
parentf9d2fdb92805d36bfbf7e59616eca22263677894 (diff)
downloaddotfiles-0e876e09e80ec2476bc94ce3119df6b601d01f2e.tar.gz
dotfiles-0e876e09e80ec2476bc94ce3119df6b601d01f2e.tar.bz2
dotfiles-0e876e09e80ec2476bc94ce3119df6b601d01f2e.zip
(Emacs/config|elisp)+custom light theme with switches in config.org
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-rw-r--r--Emacs/.config/emacs/elisp/personal-light-theme.el84
-rw-r--r--Emacs/.config/emacs/elisp/personal-solarized-theme.el14
2 files changed, 90 insertions, 8 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-light-theme.el b/Emacs/.config/emacs/elisp/personal-light-theme.el
new file mode 100644
index 0000000..0d5fb15
--- /dev/null
+++ b/Emacs/.config/emacs/elisp/personal-light-theme.el
@@ -0,0 +1,84 @@
+(deftheme personal-light
+ "Created 2024-08-24.")
+
+(custom-theme-set-faces
+ 'personal-light
+ '(button ((t (:inherit (link)))))
+ '(cursor ((t (:background "#00BBFF"))))
+ '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
+ '(fixed-pitch ((t (:family "Monospace"))))
+ '(font-lock-bracket-face ((t (:inherit (font-lock-punctuation-face)))))
+ '(font-lock-builtin-face ((t (:foreground "#A020F0"))))
+ '(font-lock-comment-delimiter-face ((t (:inherit (font-lock-comment-face)))))
+ '(font-lock-comment-face ((t (:foreground "#204A87"))))
+ '(font-lock-constant-face ((t (:foreground "#F5666D"))))
+ '(font-lock-delimiter-face ((t (:inherit (font-lock-punctuation-face)))))
+ '(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
+ '(font-lock-doc-markup-face ((t (:inherit (font-lock-constant-face)))))
+ '(font-lock-escape-face ((t (:inherit (font-lock-regexp-grouping-backslash)))))
+ '(font-lock-function-call-face ((t (:inherit (font-lock-function-name-face)))))
+ '(font-lock-function-name-face ((t (:weight bold :foreground "#00578E"))))
+ '(font-lock-keyword-face ((t (:weight bold :foreground "#A52A2A"))))
+ '(font-lock-misc-punctuation-face ((t (:inherit (font-lock-punctuation-face)))))
+ '(font-lock-negation-char-face ((t nil)))
+ '(font-lock-number-face ((t nil)))
+ '(font-lock-operator-face ((t nil)))
+ '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face)))))
+ '(font-lock-property-name-face ((t (:inherit (font-lock-variable-name-face)))))
+ '(font-lock-property-use-face ((t (:inherit (font-lock-property-name-face)))))
+ '(font-lock-punctuation-face ((t nil)))
+ '(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
+ '(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
+ '(font-lock-string-face ((t (:foreground "#4E9A06"))))
+ '(font-lock-type-face ((t (:weight bold :foreground "#2F8B58"))))
+ '(font-lock-variable-name-face ((t (:weight bold :foreground "#0084C8"))))
+ '(font-lock-variable-use-face ((t (:inherit (font-lock-variable-name-face)))))
+ '(font-lock-warning-face ((t (:weight bold :foreground "#F5666D"))))
+ '(fringe ((t (:background "#E6E6E6"))))
+ '(header-line ((t (:background "#CCCCCC" :foreground "black"))))
+ '(highlight ((t (:foreground "white" :background "#4A90D9"))))
+ '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
+ '(isearch ((t (:foreground "white" :background "#77A4DD"))))
+ '(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t))))
+ '(lazy-highlight ((((class color) (min-colors 88) (background light)) (:distant-foreground "black" :background "paleturquoise")) (((class color) (min-colors 88) (background dark)) (:distant-foreground "white" :background "paleturquoise4")) (((class color) (min-colors 16)) (:distant-foreground "white" :background "turquoise3")) (((class color) (min-colors 8)) (:distant-foreground "white" :background "turquoise3")) (t (:underline (:color foreground-color :style line :position nil)))))
+ '(link ((t (:underline (:color foreground-color :style line :position nil) :foreground "#0066CC"))))
+ '(link-visited ((t (:underline (:color foreground-color :style line :position nil) :foreground "#6799CC"))))
+ '(match ((((class color) (min-colors 88) (background light)) (:background "khaki1")) (((class color) (min-colors 88) (background dark)) (:background "RoyalBlue3")) (((class color) (min-colors 8) (background light)) (:foreground "black" :background "yellow")) (((class color) (min-colors 8) (background dark)) (:foreground "white" :background "blue")) (((type tty) (class mono)) (:inverse-video t)) (t (:background "gray"))))
+ '(minibuffer-prompt ((t (:weight bold :foreground "#0084C8"))))
+ '(mode-line ((t (:box (:line-width (1 . -1) :color nil :style released-button) :foreground "#2E3436" :background "white"))))
+ '(mode-line-buffer-id ((t (:weight bold))))
+ '(mode-line-emphasis ((t (:weight bold))))
+ '(mode-line-highlight ((t (:box (:line-width (2 . 2) :color "grey40" :style released-button)))))
+ '(mode-line-inactive ((t (:background "white" :foreground "#929292"))))
+ '(next-error ((t (:inherit (region)))))
+ '(org-block ((t (:inherit default))))
+ '(org-code ((t (:foreground "green4"))))
+ '(org-hide ((t (:foreground "#EDEDED"))))
+ '(org-quote ((t (:slant italic))))
+ '(org-verbatim ((t (:foreground "red3"))))
+ '(query-replace ((t (:inherit (isearch)))))
+ '(region ((t (:extend t :background "#C2D5E9"))))
+ '(secondary-selection ((((class color) (min-colors 88) (background light)) (:extend t :background "yellow1")) (((class color) (min-colors 88) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:extend t :background "yellow")) (((class color) (min-colors 16) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 8)) (:extend t :foreground "black" :background "cyan")) (t (:inverse-video t))))
+ '(shadow ((((class color grayscale) (min-colors 88) (background light))
+ (:foreground "grey50"))
+ (((class color grayscale) (min-colors 88) (background dark))
+ (:foreground "grey70"))
+ (((class color) (min-colors 8) (background light))
+ (:foreground "green"))
+ (((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
+ '(tab-bar ((t (:background "white"))))
+ '(tab-bar-tab ((t (:background "white" :foreground "grey5" :box (:line-width 2 :color "grey19")))))
+ '(tab-bar-tab-inactive ((t (:background "grey70" :foreground "black"))))
+ '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
+ '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
+ '(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
+ '(whitespace-line ((t (:inherit default :background "#e3e3e3" :foreground "violet"))))
+ '(whitespace-space ((t (:inherit default :background "#e3e3e3" :foreground "blue"))))
+ '(whitespace-tab ((t (:inherit default :background "#e3e3e3" :foreground "grey20"))))
+ '(default ((t (:family "RecMonoDuotone Nerd Font Propo" :foundry "ADBO"
+ :width normal :weight normal :slant normal :underline nil
+ :overline nil :extend nil :strike-through nil :box nil :inverse-video nil
+ :foreground "#2E3436" :background "#EDEDED" :stipple nil :inherit
+ nil)))))
+
+(provide-theme 'personal-light)
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
index de77344..4cf610e 100644
--- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
@@ -73,8 +73,9 @@
'(orderless-match-face-1 ((t (:weight bold :foreground "light green"))))
'(orderless-match-face-2 ((t (:weight bold :foreground "forest green"))))
'(orderless-match-face-3 ((t (:weight bold :foreground "dark green"))))
- '(org-block ((t (:inherit shadow))))
+ '(org-block ((t (:inherit default))))
'(org-code ((t (:foreground "green3"))))
+ '(org-hide ((t (:foreground "black"))))
'(org-quote ((t (:slant italic))))
'(org-verbatim ((t (:foreground "red3"))))
'(outline-1 ((t (:inherit default :foreground "#db5823"))))
@@ -102,15 +103,12 @@
'(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red3"))))
'(region ((t (:extend t :background "grey25"))))
'(secondary-selection ((t (:extend t :background "SkyBlue4"))))
- '(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50"))
- (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70"))
- (((class color) (min-colors 8) (background light)) (:foreground "green"))
- (((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
+ '(shadow ((t (:foreground "grey70"))))
'(show-paren-match ((t (:foreground unspecified :foreground "#55ec55" :weight bold))))
'(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold))))
- '(tab-bar ((t (:background "grey13"))))
- '(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color )))))
- '(tab-bar-tab-inactive ((t (:background "grey13" :foreground "DimGrey"))))
+ '(tab-bar ((t (:background "black"))))
+ '(tab-bar-tab ((t (:background "grey5" :foreground "white" :box (:line-width 2 :color "grey19")))))
+ '(tab-bar-tab-inactive ((t (:background "black" :foreground "DimGrey"))))
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
'(trailing-whitespace ((t (:background "red1"))))
'(whitespace-line ((t (:background "black" :foreground "violet"))))