diff --git a/files/.Xresources b/files/.Xresources index 22ee09a..dc55f21 100644 --- a/files/.Xresources +++ b/files/.Xresources @@ -1,42 +1,59 @@ -*.foreground: #bbc2cf - -#ifdef background_opacity -*.background: [background_opacity]#282c34 -#else -*.background: #282c34 -#endif - -*.cursorColor: #bbc2cf - -*.color0: #282c34 -*.color1: #ff6c6b -*.color2: #98be65 -*.color3: #ecbe7b -*.color4: #51afef -*.color5: #c678dd -*.color6: #46d9ff -*.color7: #bbc2cf - -*.color8: #bbc3cf -*.color9: #ff6c6b -*.color10: #98be65 -*.color11: #ecbe7b -*.color12: #51afef -*.color13: #c678dd -*.color14: #46d9ff -*.color15: #bbc2cf - -!! Some extra xterm settings ! Font XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true XTerm.vt100.faceSize: 9 ! Remove Scrollbar XTerm.vt100.scrollBar: false -Xterm.vt100.scrollBar.widht:1 ! Resize Term Font XTerm.vt100.translations: #override \n\ Ctrl minus: smaller-vt-font() \n\ Ctrl plus: larger-vt-font() +! Copyright (c) 2016-present Arctic Ice Studio +! Copyright (c) 2016-present Sven Greb + +! Project: Nord XResources +! Version: 0.1.0 +! Repository: https://github.com/arcticicestudio/nord-xresources +! License: MIT + +#define nord0 #2E3440 +#define nord1 #3B4252 +#define nord2 #434C5E +#define nord3 #4C566A +#define nord4 #D8DEE9 +#define nord5 #E5E9F0 +#define nord6 #ECEFF4 +#define nord7 #8FBCBB +#define nord8 #88C0D0 +#define nord9 #81A1C1 +#define nord10 #5E81AC +#define nord11 #BF616A +#define nord12 #D08770 +#define nord13 #EBCB8B +#define nord14 #A3BE8C +#define nord15 #B48EAD + +*.foreground: nord4 +*.background: nord0 +*.cursorColor: nord4 +*fading: 35 +*fadeColor: nord3 + +*.color0: nord1 +*.color1: nord11 +*.color2: nord14 +*.color3: nord13 +*.color4: nord9 +*.color5: nord15 +*.color6: nord8 +*.color7: nord5 +*.color8: nord3 +*.color9: nord11 +*.color10: nord14 +*.color11: nord13 +*.color12: nord9 +*.color13: nord15 +*.color14: nord7 +*.color15: nord6 diff --git a/files/.config/picom.conf b/files/.config/picom.conf index 1f6d947..054aea7 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -2,6 +2,8 @@ opacity-rule = [ ]; +vsync = true + shadow = false; shadow-radius = 12; shadow-opacity = 0.4; diff --git a/files/.config/zathura/zathurarc b/files/.config/zathura/zathurarc index c7f206f..9475400 100644 --- a/files/.config/zathura/zathurarc +++ b/files/.config/zathura/zathurarc @@ -1,45 +1,44 @@ +# General +set window-title-basename true +set statusbar-home-tilde true +set recolor false +set selection-clipboard clipboard + +# Layout +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set show-scrollbars false + +# nvim set synctex true set synctex-editor-command "nvr --remote +%{line} %{input}" -map d recolor true -map w recolor false - -set recolor false - -#set notification-error-bg "#FC2929" -#set notification-error-fg "#18191E" -#set notification-warning-bg "#E25600" -#set notification-warning-fg "#18191E" -#set notification-bg "#D68EB2" -#set notification-fg "#18191E" - -#set completion-bg "#18191E" -#set completion-fg "#44B273" -#set completion-group-bg "#18191E" -#set completion-group-fg "#44B273" -#set completion-highlight-bg "#21252D" -#set completion-highlight-fg "#FFFF00" - -#set index-bg "#18191E" -#set index-fg "#44B273" -#set index-active-bg "#21252D" -#set index-active-fg "#FFFF00" - -set inputbar-bg "#1C1B1D" -set inputbar-fg "#D8D8D8" -set statusbar-bg "#1C1B1D" -set statusbar-fg "#D8D8D8" - -set highlight-color "#98C379" -set highlight-active-color "#98C379" - -set default-bg "#1C1B1D" -set default-fg "#D8D8D8" - -set render-loading true -#set render-loading-fg "#FFEE79" -#set render-loading-bg "#18191E" - -# Recolor mode settings -set recolor-lightcolor "#1c1b1d" -set recolor-darkcolor "#d8d8d8" +# nord theme +set default-bg "#2e3440" # nord0 +set default-fg "#d8dee9" # nord4 +set statusbar-bg "#2e3440" # nord0 +set statusbar-fg "#d8dee9" # nord4 +set inputbar-bg "#2e3440" # nord0 +set inputbar-fg "#a3be8c" # nord14 +set completion-bg "#2e3440" # nord0 +set completion-fg "#d8dee9" # nord4 +set completion-group-bg "#2e3440" # nord0 +set completion-group-fg "#d8dee9" # nord4 +set completion-highlight-bg "#434c5e" # nord2 +set completion-highlight-fg "#d8dee9" # nord4 +set notification-bg "#3b4252" # nord2 +set notification-fg "#eceff4" # nord6 +set notification-error-bg "#bf616a" # nord11 +set notification-error-fg "#eceff4" # nord6 +set notification-warning-bg "#ebcb8b" # nord13 +set notification-warning-fg "#2e3440" # nord0 +set highlight-color "#5e81ac" # nord10 +set highlight-active-color "#88c0d0" # nord8 +set index-bg "#2e3440" # nord0 +set index-fg "#d8dee9" # nord4 +set index-active-bg "#434c5e" # nord2 +set index-active-fg "#d8dee9" # nord4 +set recolor-darkcolor "#d8dee9" # nord4 +set recolor-lightcolor "#2e3440" # nord0 +set render-loading-bg "#2e3440" # nord0 +set render-loading-fg "#d8dee9" # nord4 diff --git a/files/.tmux.conf b/files/.tmux.conf index cb269f6..6930bf6 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -22,20 +22,6 @@ setw -g pane-base-index 1 # reload bind bind-key r source-file ~/.tmux.conf -# status bar -set -g status-bg default -set -g status-fg white -set -g status-right '%Y.%m.%d %H:%M' - -set-window-option -g window-status-current-format ' #I:#W ' -set-window-option -g window-status-current-style "bg=#81A1C1,fg=#2E3440" -set-window-option -g window-status-activity-style "bg=#81A1C1,fg=#2E3440" - -set-window-option -g window-status-format ' #I:#W ' -set-window-option -g window-status-separator '' - -set-option -g status-justify left -set -g status-left '' - -set -g status-right '%a %Y-%m-%d %H:%M | #S on #h' -set -g status-right-length 120 +# colors used +# https://github.com/arcticicestudio/nord-tmux +run-shell "~/.tmux/nord-tmux/nord.tmux" diff --git a/files/.zshrc b/files/.zshrc index e3d14e0..fae198e 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -66,10 +66,6 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then alias vim="nvim" fi -#if [[ -x $(which swallow 2> /dev/null) ]]; then -# alias zathura="swallow zathura" -#fi - alias updoot="yay -Syu" alias dhl="yay" @@ -159,7 +155,15 @@ bindkey -v '^?' backward-delete-char # ============================== fzf export FZF_DEFAULT_COMMAND='find .' -export FZF_DEFAULT_OPTS='--preview="head {}" --layout=reverse --bind=tab:down --bind=btab:up' +export FZF_DEFAULT_OPTS=' + --layout=reverse + --bind=tab:down + --bind=btab:up + --color=fg:#e5e9f0,bg:#2e3440,hl:#81a1c1 + --color=fg+:#e5e9f0,bg+:#2e3440,hl+:#81a1c1 + --color=info:#eacb8a,prompt:#A3BE8C,pointer:#A3BE8C + --color=marker:#A3BE8C,spinner:#A3BE8C,header:#A3BE8C' + ## fzf Bindings in zsh (C-r and C-t) if [[ -x $(which fzf 2> /dev/null) ]] diff --git a/files/init.el b/files/init.el index f631a52..03890e4 100644 --- a/files/init.el +++ b/files/init.el @@ -14,6 +14,10 @@ (setq initial-major-mode 'fundamental-mode ;; better startup speed initial-scratch-message nil) +;; Show matching paranthesis +(show-paren-mode t) +(setq show-paren-style 'paranthesis) + ;; Font (set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) diff --git a/screenshots/pc.png b/screenshots/pc.png index 02daf28..39cc2d5 100644 Binary files a/screenshots/pc.png and b/screenshots/pc.png differ