Compare commits
2 commits
d7d246b166
...
e2a2edd8dc
Author | SHA1 | Date | |
---|---|---|---|
e2a2edd8dc | |||
ddde1060c0 |
2 changed files with 29 additions and 11 deletions
|
@ -1,12 +1,33 @@
|
||||||
gui:
|
|
||||||
theme:
|
|
||||||
selectedLineBgColor:
|
|
||||||
- reverse
|
|
||||||
selectedRangeBgColor:
|
|
||||||
- reverse
|
|
||||||
showFileTree: true
|
|
||||||
git:
|
git:
|
||||||
branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline'
|
# branchLogCmd: "git log --graph --all --color=always --decorate --date=relative --oneline"
|
||||||
|
branchLogCmd: "git log --graph --abbrev-commit --decorate --format=format:'%C(bold cyan)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'"
|
||||||
paging:
|
paging:
|
||||||
colorArg: always
|
colorArg: always
|
||||||
pager: delta --dark --paging=never
|
pager: delta --dark --paging=never
|
||||||
|
|
||||||
|
# fall back theme in case terminal app not configured
|
||||||
|
gui:
|
||||||
|
showFileTree: true
|
||||||
|
theme:
|
||||||
|
lightTheme: false
|
||||||
|
# selectedLineBgColor:
|
||||||
|
# - reverse
|
||||||
|
# selectedRangeBgColor:
|
||||||
|
# - reverse
|
||||||
|
activeBorderColor:
|
||||||
|
- "#a6e3a1" # Green
|
||||||
|
- bold
|
||||||
|
inactiveBorderColor:
|
||||||
|
- "#cdd6f4" # Text
|
||||||
|
optionsTextColor:
|
||||||
|
- "#89b4fa" # Blue
|
||||||
|
selectedLineBgColor:
|
||||||
|
- "#313244" # Surface0
|
||||||
|
selectedRangeBgColor:
|
||||||
|
- "#313244" # Surface0
|
||||||
|
cherryPickedCommitBgColor:
|
||||||
|
- "#94e2d5" # Teal
|
||||||
|
cherryPickedCommitFgColor:
|
||||||
|
- "#89b4fa" # Blue
|
||||||
|
unstagedChangesColor:
|
||||||
|
- red # Red
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
* {
|
|
||||||
font-family: MonoLisa Nerd Font, arial !important;
|
|
||||||
}
|
|
||||||
.tab {
|
.tab {
|
||||||
border-width: 1px 1px 1px 1px;
|
border-width: 1px 1px 1px 1px;
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
Loading…
Reference in a new issue