Tig colorscheme
This commit is contained in:
parent
f8eff459a2
commit
2e9fc5f476
8 changed files with 130 additions and 4 deletions
|
@ -22,6 +22,8 @@ Some configurations for these tools:
|
||||||
- elinks and browsh
|
- elinks and browsh
|
||||||
- tmux and tmuxinator
|
- tmux and tmuxinator
|
||||||
- pms
|
- pms
|
||||||
|
- lazygit and tig (git)
|
||||||
|
- lazydocker
|
||||||
|
|
||||||
You need to install:
|
You need to install:
|
||||||
|
|
||||||
|
@ -54,6 +56,7 @@ You need to install:
|
||||||
- python3-pygments
|
- python3-pygments
|
||||||
- rbenv
|
- rbenv
|
||||||
- scdoc (debian only)
|
- scdoc (debian only)
|
||||||
|
- tig
|
||||||
- tmux
|
- tmux
|
||||||
- tmuxinator
|
- tmuxinator
|
||||||
- toot
|
- toot
|
||||||
|
|
6
common/.config/fish/functions/aerc.fish
Executable file
6
common/.config/fish/functions/aerc.fish
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
#
|
||||||
|
|
||||||
|
function aerc -d "aerc mail client"
|
||||||
|
TERM=xterm-direct command aerc $argv
|
||||||
|
end
|
6
common/.config/fish/functions/newsboat.fish
Executable file
6
common/.config/fish/functions/newsboat.fish
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
#
|
||||||
|
|
||||||
|
function newsboat -d "Newsboat RSS Reader"
|
||||||
|
TERM=xterm-256color command newsboat $argv
|
||||||
|
end
|
6
common/.config/fish/functions/pms.fish
Executable file
6
common/.config/fish/functions/pms.fish
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
#
|
||||||
|
|
||||||
|
function pms -d "PMS music player"
|
||||||
|
TERM=xterm-direct command pms $argv
|
||||||
|
end
|
6
common/.config/fish/functions/poezio.fish
Executable file
6
common/.config/fish/functions/poezio.fish
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
#
|
||||||
|
|
||||||
|
function poezio -d "Poezio XMPP client"
|
||||||
|
TERM=xterm-256color command poezio $argv
|
||||||
|
end
|
6
common/.config/fish/functions/tig.fish
Executable file
6
common/.config/fish/functions/tig.fish
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
#
|
||||||
|
|
||||||
|
function tig -d "Tig git client"
|
||||||
|
TERM=xterm-256color command tig $argv
|
||||||
|
end
|
93
common/.config/tig/config
Normal file
93
common/.config/tig/config
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# tig colors based on Nightfox theme
|
||||||
|
# author: kujiu
|
||||||
|
# author of palette: EdenEast
|
||||||
|
# Palette URL: https://github.com/EdenEast/nightfox.nvim
|
||||||
|
|
||||||
|
color default color188 default
|
||||||
|
color cursor color16 color39
|
||||||
|
color status color188 color17
|
||||||
|
color title-focus color145 color59
|
||||||
|
color title-blur color145 color17
|
||||||
|
color search-result color16 color108
|
||||||
|
color delimiter color59 color17
|
||||||
|
color header color215 default bold
|
||||||
|
color status.header color215 default bold
|
||||||
|
color line-number color67 default
|
||||||
|
color id color108 default
|
||||||
|
color date color39 default
|
||||||
|
color author color80 default
|
||||||
|
color mode color215 default
|
||||||
|
color overflow color16 color215
|
||||||
|
color directory color39 default
|
||||||
|
color file color188 default
|
||||||
|
color file-size color102 default
|
||||||
|
|
||||||
|
color graph-commit color39 default
|
||||||
|
color palette0 color39 default
|
||||||
|
color palette1 color140 default
|
||||||
|
color palette2 color108 default
|
||||||
|
color palette3 color180 default
|
||||||
|
color palette4 color215 default
|
||||||
|
color palette5 color167 default
|
||||||
|
color palette6 color176 default
|
||||||
|
color palette7 color80 default
|
||||||
|
color palette8 color188 default
|
||||||
|
color palette9 color102 default
|
||||||
|
color palette10 color145 default
|
||||||
|
color palette11 color67 default
|
||||||
|
color palette12 color39 default bold
|
||||||
|
color palette13 color108 default bold
|
||||||
|
color main-commit color108 default
|
||||||
|
color main-annotated color102 default
|
||||||
|
color main-head color215 default
|
||||||
|
color main-remote color180 default
|
||||||
|
color main-tracked color39 default
|
||||||
|
color main-tag color108 default
|
||||||
|
color main-local-tag color39 default
|
||||||
|
color main-ref color215 default
|
||||||
|
color main-replace color167 default
|
||||||
|
|
||||||
|
color stat-none color188 default
|
||||||
|
color stat-staged color108 default
|
||||||
|
color stat-unstaged color39 default
|
||||||
|
color stat-untracked color39 default
|
||||||
|
|
||||||
|
color help-group color39 default bold
|
||||||
|
color help.section color80 default bold
|
||||||
|
color help-action color145 default
|
||||||
|
color help.default color180 default
|
||||||
|
color help.header color215 default bold
|
||||||
|
|
||||||
|
# Diff colors
|
||||||
|
color diff-header color16 color145
|
||||||
|
color diff-index color80 default bold
|
||||||
|
color "diff-tree " color39 default
|
||||||
|
color diff-chunk color140 default bold
|
||||||
|
color diff-oldmode color167 default
|
||||||
|
color diff-newmode color108 default
|
||||||
|
color "copy-from " color39 default
|
||||||
|
color "copy-to " color108 default
|
||||||
|
color "rename-from " color39 default
|
||||||
|
color "rename-to " color108 default
|
||||||
|
color diff-similarity color180 default
|
||||||
|
color "dissimilarity " color180 default
|
||||||
|
color diff-add color108 default
|
||||||
|
color diff-del color167 default
|
||||||
|
color diff-add-highlight color180 default
|
||||||
|
color diff-del-highlight color215 default
|
||||||
|
color diff-add-file color108 default bold
|
||||||
|
color diff-del-file color167 default bold
|
||||||
|
color diff-stat color102 default
|
||||||
|
|
||||||
|
color "Reported-by: " color140 default
|
||||||
|
color "Author: " color80 default
|
||||||
|
color "Commit: " color180 default
|
||||||
|
color "CommitDate: " color39 default
|
||||||
|
color "AuthorDate: " color39 default
|
||||||
|
color "Date: " color39 default
|
||||||
|
color "commit " color108 default bold
|
||||||
|
color "Refs: " color215 default
|
||||||
|
|
||||||
|
# View-specific color
|
||||||
|
|
||||||
|
color tree.date color39 default
|
|
@ -1,11 +1,11 @@
|
||||||
name: chat
|
name: chat
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- news: TERM=tmux-256color newsboat
|
- news: newsboat
|
||||||
- xmpp: TERM=tmux-256color poezio
|
- xmpp: poezio
|
||||||
- mail1: TERM=xterm-direct aerc
|
- mail1: aerc
|
||||||
- mail2: neomutt
|
- mail2: neomutt
|
||||||
- toot: toot tui
|
- toot: toot tui
|
||||||
- cal: ikhal
|
- cal: ikhal
|
||||||
- music: TERM=xterm-direct pms
|
- music: pms
|
||||||
- other:
|
- other:
|
||||||
|
|
Loading…
Reference in a new issue