Changed theme back to nord
This commit is contained in:
parent
5bd4debf8f
commit
cfd03ec11f
3 changed files with 24 additions and 39 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
|
|
||||||
|
include=/usr/share/foot/themes/nord
|
||||||
|
|
||||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||||
# login-shell=no
|
# login-shell=no
|
||||||
|
|
@ -154,29 +156,29 @@ color = 080808 9e9e9e
|
||||||
# urls=<regular3>
|
# urls=<regular3>
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground = b2b2b2
|
# foreground = b2b2b2
|
||||||
background = 000000
|
# background = 000000
|
||||||
|
|
||||||
# selection-foreground = 080808
|
# selection-foreground = 080808
|
||||||
# selection-background = b2ceee
|
# selection-background = b2ceee
|
||||||
|
|
||||||
regular0 = 323437
|
# regular0 = 323437
|
||||||
regular1 = ff5454
|
# regular1 = ff5454
|
||||||
regular2 = 8cc85f
|
# regular2 = 8cc85f
|
||||||
regular3 = e3c78a
|
# regular3 = e3c78a
|
||||||
regular4 = 80a0ff
|
# regular4 = 80a0ff
|
||||||
regular5 = d183e8
|
# regular5 = d183e8
|
||||||
regular6 = 79dac8
|
# regular6 = 79dac8
|
||||||
regular7 = c6c6c6
|
# regular7 = c6c6c6
|
||||||
|
|
||||||
bright0 = 949494
|
# bright0 = 949494
|
||||||
bright1 = ff5189
|
# bright1 = ff5189
|
||||||
bright2 = 36c692
|
# bright2 = 36c692
|
||||||
bright3 = c2c292
|
# bright3 = c2c292
|
||||||
bright4 = 74b2ff
|
# bright4 = 74b2ff
|
||||||
bright5 = ae81ff
|
# bright5 = ae81ff
|
||||||
bright6 = 85dc85
|
# bright6 = 85dc85
|
||||||
bright7 = e4e4e4
|
# bright7 = e4e4e4
|
||||||
|
|
||||||
[csd]
|
[csd]
|
||||||
# preferred=server
|
# preferred=server
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"bluz71/vim-moonfly-colors",
|
'shaunsingh/nord.nvim',
|
||||||
name = "moonfly",
|
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd [[colorscheme moonfly]]
|
vim.cmd [[colorscheme nord]]
|
||||||
end,
|
end
|
||||||
}
|
}
|
||||||
|
|
|
||||||
16
.tmux.conf
16
.tmux.conf
|
|
@ -1,24 +1,10 @@
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
set -g @plugin "arcticicestudio/nord-tmux"
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
# Set status line, windows, pane and message colors.
|
|
||||||
set -g message-style "bg=#1c1c1c,fg=#9c9c9c"
|
|
||||||
set -g pane-active-border-style "bg=#080808,fg=#80a0ff"
|
|
||||||
set -g pane-border-style "bg=#080808,fg=#303030"
|
|
||||||
set -g status-style "bg=#1c1c1c,fg=#9c9c9c"
|
|
||||||
setw -g window-status-activity-style none
|
|
||||||
setw -g window-status-current-style "bg=#353946,fg=#80a0ff"
|
|
||||||
# Set active and inactive window style.
|
|
||||||
setw -g window-status-current-format " #I #[fg=#9c9c9c]❯ #[fg=default]#W #[fg=#e65e72]#{?window_flags,#{window_flags}, }#[fg=default] "
|
|
||||||
setw -g window-status-format " #I ❯ #W #[fg=#e65e72]#{?window_flags,#{window_flags}, }#[fg=default] "
|
|
||||||
|
|
||||||
# Set status bar components and style.
|
|
||||||
set -g status-left ""
|
|
||||||
set -g status-right ""
|
|
||||||
|
|
||||||
set-option -a terminal-features 'foot:RGB'
|
set-option -a terminal-features 'foot:RGB'
|
||||||
|
|
||||||
set-option -g prefix C-s
|
set-option -g prefix C-s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue