1
0
Fork 0

tmux, kitty: color tweaks

This commit is contained in:
Von Random 2021-07-02 20:31:41 +03:00
parent fb6d079357
commit 39880999b9
2 changed files with 50 additions and 24 deletions

View file

@ -4,7 +4,7 @@ font_size 13
box_drawing_scale 0.1, 0.5, 1, 1.5 box_drawing_scale 0.1, 0.5, 1, 1.5
disable_ligatures cursor disable_ligatures cursor
cursor_shape block cursor_shape underline
cursor_underline_thickness 3.0 cursor_underline_thickness 3.0
cursor_blink_interval 0 cursor_blink_interval 0
@ -26,28 +26,54 @@ map ctrl+alt+v paste_from_clipboard
mouse_map left click ungrabbed mouse_click_url_or_select mouse_map left click ungrabbed mouse_click_url_or_select
mouse_map alt+left press ungrabbed mouse_selection rectangle mouse_map alt+left press ungrabbed mouse_selection rectangle
# Gruvbox Dark
selection_foreground #282828
selection_background #83a598
foreground #ebdbb2
background #282828
cursor #fb4934
cursor_text_color #282828
selection_foreground #fdf6e3 color0 #282828
selection_background #268bd2 color1 #cc241d
foreground #657b83 color2 #98971a
background #fdf6e3 color3 #d79921
cursor #cb4b16 color4 #458588
cursor_text_color #fdf6e3 color5 #b16286
color6 #689d6a
color7 #a89984
color0 #073642 color8 #928374
color1 #dc322f color9 #fb4934
color2 #859900 color10 #b8bb26
color3 #b58900 color11 #fabd2f
color4 #268bd2 color12 #83a598
color5 #d33682 color13 #d3869b
color6 #2aa198 color14 #8ec07c
color7 #eee8d5 color15 #ebdbb2
color8 #002b36 # Solarized Light
color9 #cb4b16 #selection_foreground #fdf6e3
color10 #586e75 #selection_background #268bd2
color11 #657b83 #foreground #657b83
color12 #839496 #background #fdf6e3
color13 #6c71c4 #cursor #cb4b16
color14 #93a1a1 #cursor_text_color #fdf6e3
color15 #fdf6e3 #
#color0 #073642
#color1 #dc322f
#color2 #859900
#color3 #b58900
#color4 #268bd2
#color5 #d33682
#color6 #2aa198
#color7 #eee8d5
#
#color8 #002b36
#color9 #cb4b16
#color10 #586e75
#color11 #657b83
#color12 #839496
#color13 #6c71c4
#color14 #93a1a1
#color15 #fdf6e3

View file

@ -38,7 +38,7 @@ set -g message-style "bg=blue,fg=white"
set -g message-command-style "bg=red,fg=white" set -g message-command-style "bg=red,fg=white"
set -g status on set -g status on
set -g status-style "fg=black,bg=white" set -g status-style "fg=black,bg=white"
set -g status-format[0] "#[reverse,italics] #h[#S] #[default]\ue0b8 #{W: #I:#W ,#[reverse] #I:#W #[noreverse]} #[align=right]\ue0ba#[reverse] %a %e %k:%M " set -g status-format[0] "#[fg=brightred,bg=black,italics] #h[#S] #[default]\ue0b8 #{W: #I:#W ,#[reverse] #I:#W #[noreverse]} #[align=right]\ue0ba#[reverse] %a %e %k:%M "
set -g status-interval 2 set -g status-interval 2
set -g status-position "bottom" set -g status-position "bottom"
set -g status-justify "left" set -g status-justify "left"