moar tweaks for neovim and termite
This commit is contained in:
parent
123266012d
commit
9df479d1f0
2 changed files with 5 additions and 0 deletions
4
gtk.css
4
gtk.css
|
@ -8,3 +8,7 @@
|
|||
.titlebar {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
VteTerminal {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -45,6 +45,7 @@ set -g terminal-overrides "rxvt-unicode*:sitm@,ritm@"
|
|||
set -g set-titles on
|
||||
set -g set-titles-string '#h'
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g status-position top
|
||||
set -g status-bg "colour8"
|
||||
set -g message-command-fg "colour7"
|
||||
|
|
Loading…
Reference in a new issue