Compare commits
No commits in common. "e2a2edd8dcc8b0588da54d4a1b230e638bc29af8" and "d7d246b166600b5948bd6a8a749a9d2dedc77da9" have entirely different histories.
e2a2edd8dc
...
d7d246b166
2 changed files with 11 additions and 29 deletions
|
@ -1,33 +1,12 @@
|
||||||
|
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,3 +1,6 @@
|
||||||
|
* {
|
||||||
|
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