aboutsummaryrefslogtreecommitdiff
path: root/examples/config.yml
blob: 6bc5d12100beeb5b08242707853552bd95fa04a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# source: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md

#
#
# name: Google Light
# author: Seth Wright (http://sethawright.com)
# slug: google-light
# slug-underscored: google_light
# system: base16
# variant: light
# is-light-variant: true
#
#

gui:
  theme:
    activeBorderColor:
      - '#3971ED'
      - bold
    inactiveBorderColor:
      - '#b4b7b4'
    searchingActiveBorderColor:
      - '#F96A38'
    optionsTextColor:
      - '#3971ED'
    selectedLineBgColor:
      - '#c5c8c6'
    cherryPickedCommitBgColor:
      - '#b4b7b4'
    cherryPickedCommitFgColor:
      - '#3971ED'
    markedBaseCommitFgColor:
      - '#3971ED'
    unstagedChangesColor:
      - '#CC342B'
    defaultFgColor:
      - '#373b41'