24 lines
668 B
YAML
24 lines
668 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json
|
|
# cyberdream theme for lazygit
|
|
gui:
|
|
border: rounded
|
|
theme:
|
|
activeBorderColor:
|
|
- "#008c99"
|
|
inactiveBorderColor:
|
|
- "#7b8496"
|
|
searchingActiveBorderColor:
|
|
- "#d100bf"
|
|
optionsTextColor:
|
|
- "#acacac"
|
|
selectedLineBgColor:
|
|
- "#acacac"
|
|
cherryPickedCommitBgColor:
|
|
- "#acacac"
|
|
cherryPickedCommitFgColor:
|
|
- "#f40064"
|
|
unstagedChangesColor:
|
|
- "#d17c00"
|
|
defaultFgColor:
|
|
- "#16181a"
|