Added Nord theme
This commit is contained in:
parent
efbbf0517a
commit
2a40d76e88
4 changed files with 110 additions and 74 deletions
|
@ -47,11 +47,11 @@
|
|||
! General settins
|
||||
!URxvt.geometry: 94x47
|
||||
URxvt.saveLines: 10000
|
||||
!URxvt.scrollBar: true
|
||||
!URxvt.scrollBar_right: true
|
||||
!URxvt.scrollColor: BLUE_EXTRA_LIGHT
|
||||
!URxvt.scrollBar_floating: true
|
||||
!URxvt.scrollstyle: plain
|
||||
URxvt.scrollBar: true
|
||||
URxvt.scrollBar_right: true
|
||||
URxvt.scrollColor: nord3
|
||||
URxvt.scrollBar_floating: true
|
||||
URxvt.scrollstyle: plain
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.cursorUnderline: true
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@ set -g pane-base-index 1
|
|||
#set -g status-fg white
|
||||
set -g status-left '#S '
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# Theme
|
||||
set -g @plugin "arcticicestudio/nord-tmux"
|
||||
|
||||
|
@ -28,3 +32,5 @@ bind-key z resize-pane -Z
|
|||
# Reload tmux conf.
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
|
||||
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue