Nordify everything
This commit is contained in:
@@ -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
|
! Font
|
||||||
XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true
|
XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true
|
||||||
XTerm.vt100.faceSize: 9
|
XTerm.vt100.faceSize: 9
|
||||||
|
|
||||||
! Remove Scrollbar
|
! Remove Scrollbar
|
||||||
XTerm.vt100.scrollBar: false
|
XTerm.vt100.scrollBar: false
|
||||||
Xterm.vt100.scrollBar.widht:1
|
|
||||||
|
|
||||||
! Resize Term Font
|
! Resize Term Font
|
||||||
XTerm.vt100.translations: #override \n\
|
XTerm.vt100.translations: #override \n\
|
||||||
Ctrl <Key> minus: smaller-vt-font() \n\
|
Ctrl <Key> minus: smaller-vt-font() \n\
|
||||||
Ctrl <Key> plus: larger-vt-font()
|
Ctrl <Key> plus: larger-vt-font()
|
||||||
|
|
||||||
|
! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||||
|
! Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||||
|
|
||||||
|
! 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
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
];
|
];
|
||||||
|
|
||||||
|
vsync = true
|
||||||
|
|
||||||
shadow = false;
|
shadow = false;
|
||||||
shadow-radius = 12;
|
shadow-radius = 12;
|
||||||
shadow-opacity = 0.4;
|
shadow-opacity = 0.4;
|
||||||
|
|||||||
@@ -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 true
|
||||||
set synctex-editor-command "nvr --remote +%{line} %{input}"
|
set synctex-editor-command "nvr --remote +%{line} %{input}"
|
||||||
|
|
||||||
map d recolor true
|
# nord theme
|
||||||
map w recolor false
|
set default-bg "#2e3440" # nord0
|
||||||
|
set default-fg "#d8dee9" # nord4
|
||||||
set recolor false
|
set statusbar-bg "#2e3440" # nord0
|
||||||
|
set statusbar-fg "#d8dee9" # nord4
|
||||||
#set notification-error-bg "#FC2929"
|
set inputbar-bg "#2e3440" # nord0
|
||||||
#set notification-error-fg "#18191E"
|
set inputbar-fg "#a3be8c" # nord14
|
||||||
#set notification-warning-bg "#E25600"
|
set completion-bg "#2e3440" # nord0
|
||||||
#set notification-warning-fg "#18191E"
|
set completion-fg "#d8dee9" # nord4
|
||||||
#set notification-bg "#D68EB2"
|
set completion-group-bg "#2e3440" # nord0
|
||||||
#set notification-fg "#18191E"
|
set completion-group-fg "#d8dee9" # nord4
|
||||||
|
set completion-highlight-bg "#434c5e" # nord2
|
||||||
#set completion-bg "#18191E"
|
set completion-highlight-fg "#d8dee9" # nord4
|
||||||
#set completion-fg "#44B273"
|
set notification-bg "#3b4252" # nord2
|
||||||
#set completion-group-bg "#18191E"
|
set notification-fg "#eceff4" # nord6
|
||||||
#set completion-group-fg "#44B273"
|
set notification-error-bg "#bf616a" # nord11
|
||||||
#set completion-highlight-bg "#21252D"
|
set notification-error-fg "#eceff4" # nord6
|
||||||
#set completion-highlight-fg "#FFFF00"
|
set notification-warning-bg "#ebcb8b" # nord13
|
||||||
|
set notification-warning-fg "#2e3440" # nord0
|
||||||
#set index-bg "#18191E"
|
set highlight-color "#5e81ac" # nord10
|
||||||
#set index-fg "#44B273"
|
set highlight-active-color "#88c0d0" # nord8
|
||||||
#set index-active-bg "#21252D"
|
set index-bg "#2e3440" # nord0
|
||||||
#set index-active-fg "#FFFF00"
|
set index-fg "#d8dee9" # nord4
|
||||||
|
set index-active-bg "#434c5e" # nord2
|
||||||
set inputbar-bg "#1C1B1D"
|
set index-active-fg "#d8dee9" # nord4
|
||||||
set inputbar-fg "#D8D8D8"
|
set recolor-darkcolor "#d8dee9" # nord4
|
||||||
set statusbar-bg "#1C1B1D"
|
set recolor-lightcolor "#2e3440" # nord0
|
||||||
set statusbar-fg "#D8D8D8"
|
set render-loading-bg "#2e3440" # nord0
|
||||||
|
set render-loading-fg "#d8dee9" # nord4
|
||||||
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"
|
|
||||||
|
|||||||
@@ -22,20 +22,6 @@ setw -g pane-base-index 1
|
|||||||
# reload bind
|
# reload bind
|
||||||
bind-key r source-file ~/.tmux.conf
|
bind-key r source-file ~/.tmux.conf
|
||||||
|
|
||||||
# status bar
|
# colors used
|
||||||
set -g status-bg default
|
# https://github.com/arcticicestudio/nord-tmux
|
||||||
set -g status-fg white
|
run-shell "~/.tmux/nord-tmux/nord.tmux"
|
||||||
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
|
|
||||||
|
|||||||
14
files/.zshrc
14
files/.zshrc
@@ -66,10 +66,6 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
|
|||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#if [[ -x $(which swallow 2> /dev/null) ]]; then
|
|
||||||
# alias zathura="swallow zathura"
|
|
||||||
#fi
|
|
||||||
|
|
||||||
alias updoot="yay -Syu"
|
alias updoot="yay -Syu"
|
||||||
alias dhl="yay"
|
alias dhl="yay"
|
||||||
|
|
||||||
@@ -159,7 +155,15 @@ bindkey -v '^?' backward-delete-char
|
|||||||
|
|
||||||
# ============================== fzf
|
# ============================== fzf
|
||||||
export FZF_DEFAULT_COMMAND='find .'
|
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)
|
## fzf Bindings in zsh (C-r and C-t)
|
||||||
if [[ -x $(which fzf 2> /dev/null) ]]
|
if [[ -x $(which fzf 2> /dev/null) ]]
|
||||||
|
|||||||
@@ -14,6 +14,10 @@
|
|||||||
(setq initial-major-mode 'fundamental-mode ;; better startup speed
|
(setq initial-major-mode 'fundamental-mode ;; better startup speed
|
||||||
initial-scratch-message nil)
|
initial-scratch-message nil)
|
||||||
|
|
||||||
|
;; Show matching paranthesis
|
||||||
|
(show-paren-mode t)
|
||||||
|
(setq show-paren-style 'paranthesis)
|
||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100)
|
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 526 KiB After Width: | Height: | Size: 532 KiB |
Reference in New Issue
Block a user