Fixup ayu in emacs

This commit is contained in:
Marco Thomas
2021-09-16 18:37:17 +02:00
parent eb6bda7ad4
commit c07ac19202
2 changed files with 7 additions and 6 deletions

View File

@@ -23,8 +23,9 @@ setw -g pane-base-index 1
# reload bind
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-current-style fg="#A6CC70",bg="#fafafa"
set -g status-bg "#f8f8f8"
set -g status-bg "#fafafa"
set -g status-fg "#49535f"

View File

@@ -103,6 +103,7 @@
;; straight.el bootstrap
(setq straight-check-for-modifications 'live)
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
(bootstrap-version 5))
@@ -145,15 +146,14 @@
;; Themes and icons
(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
(setq doom-themes-enable-bold t
doom-themes-enable-italic t)
(load-theme 'doom-ayu-light t)
(doom-themes-org-config)
(doom-themes-treemacs-config)
(set-face-attribute 'whitespace-tab nil :foreground "#bbbbbb" :inherit 'default))
(doom-themes-treemacs-config))
;; Cool mode line
(use-package doom-modeline