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