Fixup ayu in emacs
This commit is contained in:
@@ -23,8 +23,9 @@ setw -g pane-base-index 1
|
|||||||
# reload bind
|
# reload bind
|
||||||
bind-key r source-file ~/.tmux.conf
|
bind-key r source-file ~/.tmux.conf
|
||||||
|
|
||||||
set-window-option -g window-status-current-format "[#W]"
|
set-window-option -g window-status-current-format "[#I:#W]"
|
||||||
set-window-option -g window-status-format "#I:#W"
|
set-window-option -g window-status-format "#I:#W"
|
||||||
|
set-window-option -g window-status-current-style fg="#A6CC70",bg="#fafafa"
|
||||||
|
|
||||||
set -g status-bg "#f8f8f8"
|
set -g status-bg "#fafafa"
|
||||||
set -g status-fg "#49535f"
|
set -g status-fg "#49535f"
|
||||||
|
|||||||
@@ -103,6 +103,7 @@
|
|||||||
;; straight.el bootstrap
|
;; straight.el bootstrap
|
||||||
(setq straight-check-for-modifications 'live)
|
(setq straight-check-for-modifications 'live)
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
|
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
|
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
|
||||||
(bootstrap-version 5))
|
(bootstrap-version 5))
|
||||||
@@ -145,15 +146,14 @@
|
|||||||
|
|
||||||
;; Themes and icons
|
;; Themes and icons
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:straight t
|
:straight (doom-themes :type git :host github :repo "hlissner/emacs-doom-themes"
|
||||||
|
:fork (:host github :repo "CramMK/emacs-doom-themes"))
|
||||||
:config
|
:config
|
||||||
(setq doom-themes-enable-bold t
|
(setq doom-themes-enable-bold t
|
||||||
doom-themes-enable-italic t)
|
doom-themes-enable-italic t)
|
||||||
(load-theme 'doom-ayu-light t)
|
(load-theme 'doom-ayu-light t)
|
||||||
(doom-themes-org-config)
|
(doom-themes-org-config)
|
||||||
(doom-themes-treemacs-config)
|
(doom-themes-treemacs-config))
|
||||||
(set-face-attribute 'whitespace-tab nil :foreground "#bbbbbb" :inherit 'default))
|
|
||||||
|
|
||||||
|
|
||||||
;; Cool mode line
|
;; Cool mode line
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
|
|||||||
Reference in New Issue
Block a user