Fix somew colors in tmux

This commit is contained in:
Marco Thomas
2021-06-01 12:14:06 +02:00
parent 8a4c1b83c2
commit e6e2aa4cfc
3 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,6 @@
+ Video-Player: mpv, vlc + Video-Player: mpv, vlc
## Other Dependencies ## Other Dependencies
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes) + [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper + [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore) + [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
@@ -48,8 +47,10 @@ Following the help should be enough guidance.
+ [TeX](https://github.com/latex-lsp/texlab) + [TeX](https://github.com/latex-lsp/texlab)
## Fonts ## Fonts
+ Fira Code Regular Nerd Font Complete Mono: Terminal | Usage | Font |
+ Product Sans: Non-Monospaced Font | -------- | --------------------- |
+ Noto Sans CJK JP: Japanese Characters | Terminal | SFMono Nerd Font Mono |
+ Stick-Regular: Japanese Characters | Non-Mono | Product Sans |
+ Material Design Icons: Icons in Bar | JP | Noto Sans CJK JP |
| JP | Stick Regular |
| Icons | Material Design Icons |

View File

@@ -1,5 +1,5 @@
! Font ! Font
XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 9 XTerm.vt100.faceSize: 9
! Remove Scrollbar ! Remove Scrollbar

View File

@@ -1,4 +1,5 @@
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -g terminal-overrides ",alacritty:RGB"
#some vi behaviour #some vi behaviour
bind-key -r h select-pane -L bind-key -r h select-pane -L