blob: 8411be901374cecb47a9c3f5d670d15a5d6f9f00 (
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: Katy
# author: George Essig (https://github.com/gessig)
# slug: katy
# slug-underscored: katy
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#82aaff'
- bold
inactiveBorderColor:
- '#676e95'
searchingActiveBorderColor:
- '#f78c6c'
optionsTextColor:
- '#82aaff'
selectedLineBgColor:
- '#5c598b'
cherryPickedCommitBgColor:
- '#676e95'
cherryPickedCommitFgColor:
- '#82aaff'
markedBaseCommitFgColor:
- '#82aaff'
unstagedChangesColor:
- '#6e98e1'
defaultFgColor:
- '#959dcb'
|