chore: small visual fixes
This commit is contained in:
@@ -3,15 +3,13 @@ env:
|
|||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: JetBrainsMono Nerd Font Mono
|
family: JetBrainsMono Nerd Font
|
||||||
style: Regular
|
|
||||||
|
|
||||||
size: 11.0
|
size: 11.0
|
||||||
|
|
||||||
draw_bold_text_with_bright_colors: false
|
|
||||||
|
|
||||||
window:
|
window:
|
||||||
decorations: none
|
decorations: none
|
||||||
|
dynamic_padding: true
|
||||||
padding:
|
padding:
|
||||||
x: 10
|
x: 10
|
||||||
y: 10
|
y: 10
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ line-number = "relative"
|
|||||||
true-color = true
|
true-color = true
|
||||||
idle-timeout = 100
|
idle-timeout = 100
|
||||||
|
|
||||||
|
[editor.soft-wrap]
|
||||||
|
enable = true
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ set-option -g set-titles on
|
|||||||
set-option -g set-titles-string "#H: #W"
|
set-option -g set-titles-string "#H: #W"
|
||||||
|
|
||||||
########## Styling ##########
|
########## Styling ##########
|
||||||
# generated using https://github.com/edkolev/tmuxline.vim
|
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-justify "left"
|
set -g status-justify "left"
|
||||||
set -g status "on"
|
set -g status "on"
|
||||||
@@ -89,7 +88,7 @@ set -g status-right-length "100"
|
|||||||
set -g status-left-length "100"
|
set -g status-left-length "100"
|
||||||
setw -g window-status-activity-style "none,fg=#93b259,bg=#e6e2cc"
|
setw -g window-status-activity-style "none,fg=#93b259,bg=#e6e2cc"
|
||||||
setw -g window-status-style "none,fg=#939f91,bg=#e6e2cc"
|
setw -g window-status-style "none,fg=#939f91,bg=#e6e2cc"
|
||||||
set -g status-left ""
|
set -g status-left "#[fg=#939f91,bg=#e6e2cc] "
|
||||||
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H @ #S"
|
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H "
|
||||||
setw -g window-status-format "#I:#W"
|
setw -g window-status-format " #I∣#W "
|
||||||
setw -g window-status-current-format "#[fg=#93b259,bold]#I:#W*"
|
setw -g window-status-current-format "#[fg=#93b259,bold] #I∣#W "
|
||||||
|
|||||||
Reference in New Issue
Block a user