move to tokyonight theme
This commit is contained in:
parent
ca028a17df
commit
137402bad8
|
|
@ -5,28 +5,28 @@ TERM = "xterm-256color"
|
|||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
[colors.bright]
|
||||
black = "#7f7f7f"
|
||||
blue = "#5c5cff"
|
||||
cyan = "#00ffff"
|
||||
green = "#00ff00"
|
||||
magenta = "#ff00ff"
|
||||
red = "#ff0000"
|
||||
white = "#ffffff"
|
||||
yellow = "#ffff00"
|
||||
black = "#444b6a"
|
||||
blue = "#7da6ff"
|
||||
cyan = "#0db9d7"
|
||||
green = "#b9f27c"
|
||||
magenta = "#bb9af7"
|
||||
red = "#ff7a93"
|
||||
white = "#acb0d0"
|
||||
yellow = "#ff9e64"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#0000ee"
|
||||
cyan = "#00cdcd"
|
||||
green = "#00cd00"
|
||||
magenta = "#cd00cd"
|
||||
red = "#cd0000"
|
||||
white = "#e5e5e5"
|
||||
yellow = "#cdcd00"
|
||||
black = "#32344a"
|
||||
blue = "#7aa2f7"
|
||||
cyan = "#449dab"
|
||||
green = "#9ece6a"
|
||||
magenta = "#ad8ee6"
|
||||
red = "#f7768e"
|
||||
white = "#787c99"
|
||||
yellow = "#e0af68"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#E5E5E5"
|
||||
background = "#1a1b26"
|
||||
foreground = "#a9b1d6"
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
|
|
@ -604,8 +604,8 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|||
[window]
|
||||
decorations = "none"
|
||||
dynamic_padding = false
|
||||
# opacity = 0.8
|
||||
opacity = 0.5
|
||||
opacity = 0.9
|
||||
# opacity = 0.5
|
||||
startup_mode = "Maximized"
|
||||
|
||||
[window.dimensions]
|
||||
|
|
|
|||
|
|
@ -5,28 +5,28 @@ TERM = "xterm-256color"
|
|||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
[colors.bright]
|
||||
black = "#7f7f7f"
|
||||
blue = "#5c5cff"
|
||||
cyan = "#00ffff"
|
||||
green = "#00ff00"
|
||||
magenta = "#ff00ff"
|
||||
red = "#ff0000"
|
||||
white = "#ffffff"
|
||||
yellow = "#ffff00"
|
||||
black = "#444b6a"
|
||||
blue = "#7da6ff"
|
||||
cyan = "#0db9d7"
|
||||
green = "#b9f27c"
|
||||
magenta = "#bb9af7"
|
||||
red = "#ff7a93"
|
||||
white = "#acb0d0"
|
||||
yellow = "#ff9e64"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#0000ee"
|
||||
cyan = "#00cdcd"
|
||||
green = "#00cd00"
|
||||
magenta = "#cd00cd"
|
||||
red = "#cd0000"
|
||||
white = "#e5e5e5"
|
||||
yellow = "#cdcd00"
|
||||
black = "#32344a"
|
||||
blue = "#7aa2f7"
|
||||
cyan = "#449dab"
|
||||
green = "#9ece6a"
|
||||
magenta = "#ad8ee6"
|
||||
red = "#f7768e"
|
||||
white = "#787c99"
|
||||
yellow = "#e0af68"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#E5E5E5"
|
||||
background = "#1a1b26"
|
||||
foreground = "#a9b1d6"
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
|
|
@ -603,7 +603,7 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|||
[window]
|
||||
decorations = "none"
|
||||
dynamic_padding = false
|
||||
opacity = 0.8
|
||||
opacity = 0.9
|
||||
startup_mode = "Maximized"
|
||||
|
||||
[window.dimensions]
|
||||
|
|
|
|||
|
|
@ -43,8 +43,5 @@ bind -r C-l resize-pane -R 5
|
|||
# TPM
|
||||
## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
# set -g @plugin 'dracula/tmux'
|
||||
# set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark'
|
||||
set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
|
|
|||
Loading…
Reference in New Issue