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