update sublime, emac

This commit is contained in:
2026-01-05 13:05:43 -05:00
parent a3c66044ec
commit 3e83361c0a
24 changed files with 4466 additions and 1610 deletions

View File

@@ -11,18 +11,18 @@
(custom-theme-set-faces
'bedroom
;; Basic faces
'(default ((t (:foreground "#DADEE5" :background "#141B2B"))))
'(default ((t (:foreground "#DADEE5" :background "#142B29"))))
'(cursor ((t (:background "lightgreen"))))
'(region ((t (:background "#15285A"))))
'(region ((t (:background "#1F4A3A"))))
'(hl-line ((t (:background "#000000"))))
'(highlight ((t (:background "#15285A"))))
'(mode-line ((t (:background "#1E3050" :foreground "#DADEE5"))))
'(mode-line-inactive ((t (:background "#182438" :foreground "#6A7A8A"))))
'(highlight ((t (:background "#1F4A3A"))))
'(mode-line ((t (:background "#1E4A3A" :foreground "#DADEE5"))))
'(mode-line-inactive ((t (:background "#183524" :foreground "#6A8A7A"))))
'(vertical-border ((t (:foreground "#505050"))))
'(fringe ((t (:background "#141B2B"))))
'(window-divider ((t (:foreground "#3A4255"))))
'(window-divider-first-pixel ((t (:foreground "#141B2B"))))
'(window-divider-last-pixel ((t (:foreground "#3A4255"))))
'(fringe ((t (:background "#142B29"))))
'(window-divider ((t (:foreground "#3A5542"))))
'(window-divider-first-pixel ((t (:foreground "#142B29"))))
'(window-divider-last-pixel ((t (:foreground "#3A5542"))))
'(tab-line ((t (:background "#505050" :foreground "#DADEE5"))))
'(tab-line-tab ((t (:background "#505050" :foreground "#DADEE5"))))
'(tab-line-tab-current ((t (:background "#505050" :foreground "#DADEE5"))))
@@ -40,12 +40,12 @@
'(font-lock-warning-face ((t (:foreground "#FC2D07"))))
;; Dired
'(dired-directory ((t (:foreground "#5FAFD7" :weight bold))))
'(dired-directory ((t (:foreground "#5FD7AF" :weight bold))))
'(dired-symlink ((t (:foreground "#87919D"))))
;; Custom/widget faces
'(custom-group-tag ((t (:underline t :foreground "lightblue"))))
'(custom-variable-tag ((t (:underline t :foreground "lightblue"))))
'(custom-group-tag ((t (:underline t :foreground "lightgreen"))))
'(custom-variable-tag ((t (:underline t :foreground "lightgreen"))))
'(widget-field ((t (:foreground "white"))))
'(widget-single-line-field ((t (:background "darkgray")))))