forked from GitGud-org/GitGud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleFile.js
38 lines (19 loc) · 1.11 KB
/
styleFile.js
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
38
module.exports = {
// setting to show or not show GitGud logo at top of app
showLogo: true, // accepted values include [true, false]
// setting for default text colors
defaultColor: 'white', // accepted values include ['red', 'blue', 'white', 'green', etc.]
// setting for accent text and line colors
accentColor: 'red', // accepted values include ['red', 'blue', 'white', 'green', etc.]
// setting for gitTree text and line colors
gitTreeColor: 'white', // accepted values include ['red', 'blue', 'white', 'green', etc.]
// setting to determine whether app dynamically adjusts to screen resizing; setting to false may improve performance
appResize: true, // accepted values include [true, false]
// setting to to determine whether or not app shows git flags by staged/unstaged files
showFlag: false, // accepted values include [true, false]
// setting to change boldness of git tree
changeBold: true, // accepted values include [true, false]
// setting to change the border style
changeBorder: 'bold' // accepted values are ['single', 'double', 'round', 'bold']
}
//here for example presentation video