blob: 96a0301db5bbfc4de28ce5e906bcaf3d8379e600 (
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: Brogrammer
# author: Vik Ramanujam (http://github.com/piggyslasher)
# slug: brogrammer
# slug-underscored: brogrammer
# system: base16
# variant: dark
# is-dark-variant: true
#
#
gui:
theme:
activeBorderColor:
- '#5350b9'
- bold
inactiveBorderColor:
- '#ecba0f'
searchingActiveBorderColor:
- '#de352e'
optionsTextColor:
- '#5350b9'
selectedLineBgColor:
- '#2dc55e'
cherryPickedCommitBgColor:
- '#ecba0f'
cherryPickedCommitFgColor:
- '#5350b9'
markedBaseCommitFgColor:
- '#5350b9'
unstagedChangesColor:
- '#d6dbe5'
defaultFgColor:
- '#4e5ab7'
|