Finally use a theme other than mine...
This commit is contained in:
parent
4a61abbf32
commit
c122397b99
@ -413,6 +413,7 @@ targets."
|
|||||||
(:box (:line-width 2 :style released-button)
|
(:box (:line-width 2 :style released-button)
|
||||||
(:height (:inherit 'fixed-pitch)))))))
|
(:height (:inherit 'fixed-pitch)))))))
|
||||||
|
|
||||||
|
;; Themes are weird and stupid
|
||||||
;; (use-package xemacs-theme
|
;; (use-package xemacs-theme
|
||||||
;; :straight (:type git
|
;; :straight (:type git
|
||||||
;; :host github
|
;; :host github
|
||||||
@ -423,6 +424,7 @@ targets."
|
|||||||
;; :init
|
;; :init
|
||||||
;; (load-theme 'naquadah t)
|
;; (load-theme 'naquadah t)
|
||||||
;; (load-theme 'airline-deus t))
|
;; (load-theme 'airline-deus t))
|
||||||
|
(use-package dark-krystal-theme
|
||||||
:custom
|
:custom
|
||||||
(window-divider-default-places t)
|
(window-divider-default-places t)
|
||||||
(right-divider-width 5)
|
(right-divider-width 5)
|
||||||
@ -430,7 +432,21 @@ targets."
|
|||||||
:config
|
:config
|
||||||
(tooltip-mode -1)
|
(tooltip-mode -1)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(load-theme 'mitch t))
|
(set-face-attribute 'fixed-pitch nil
|
||||||
|
:family "MesloLGS NF")
|
||||||
|
(set-face-attribute 'default nil
|
||||||
|
:family "MesloLGS NF")
|
||||||
|
(set-face-attribute 'variable-pitch nil
|
||||||
|
:inherit 'default
|
||||||
|
:family "Sans Serif")
|
||||||
|
(setq rainbow-delimiters-max-face-count 2)
|
||||||
|
(add-to-list 'initial-frame-alist '(alpha-background . 50))
|
||||||
|
(add-to-list 'default-frame-alist '(alpha-background . 50))
|
||||||
|
(add-to-list 'default-frame-alist '(cursor-color . "white"))
|
||||||
|
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||||
|
:init
|
||||||
|
(load-theme 'dark-krystal t)
|
||||||
|
(load-theme 'airline-google_dark t))
|
||||||
;; Custom Theme.
|
;; Custom Theme.
|
||||||
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
||||||
;; (use-package autothemer
|
;; (use-package autothemer
|
||||||
|
Loading…
Reference in New Issue
Block a user