diff --git a/files/.tmux.conf b/files/.tmux.conf index c9cf9da..8512c79 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -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" diff --git a/files/init.el b/files/init.el index 92fce03..7215567 100644 --- a/files/init.el +++ b/files/init.el @@ -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