blob: 9f38585fe1015616e91bfad6985c8f25d0bdad4c (
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
|
#
#
# name: Gruber
# author: Patel, Nimai <nimai.m.patel@gmail.com>, colors from www.github.com/rexim/gruber-darker-theme
# slug: gruber
# slug-underscored: gruber
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#96a6c8'
- bold
inactiveBorderColor:
- '#52494e'
searchingActiveBorderColor:
- '#c73c3f'
optionsTextColor:
- '#96a6c8'
selectedLineBgColor:
- '#484848'
cherryPickedCommitBgColor:
- '#52494e'
cherryPickedCommitFgColor:
- '#96a6c8'
markedBaseCommitFgColor:
- '#96a6c8'
unstagedChangesColor:
- '#f43841'
defaultFgColor:
- '#f4f4ff'
|