-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyper.js
More file actions
86 lines (78 loc) 路 1.94 KB
/
Copy pathhyper.js
File metadata and controls
86 lines (78 loc) 路 1.94 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
"use strict";
module.exports = {
config: {
updateChannel: "stable",
fontSize: 16,
fontFamily:
'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
fontWeight: "normal",
fontWeightBold: "bold",
lineHeight: 1,
letterSpacing: 0,
cursorColor: "#5392ff",
cursorAccentColor: "#000",
cursorShape: "BLOCK",
cursorBlink: false,
backgroundColor: "rgba(27, 40, 52)",
foregroundColor: "#c8daf4",
selectionColor: "rgba(248,28,229,0.3)",
borderColor: "#1d3458",
termCSS: "",
workingDirectory: "",
showHamburgerMenu: "",
showWindowControls: "",
padding: "0px 14px",
colors: {
black: "#000000",
lightBlack: "#352969",
red: "#C51E14",
lightRed: "#ff806c",
green: "#34bc6e",
lightGreen: "#95d13c",
yellow: "#ffb000",
lightYellow: "#fed500",
blue: "#2d74da",
lightBlue: "#71cddd",
magenta: "#ff509e",
lightMagenta: "#f87eac",
cyan: "#00a78f",
lightCyan: "#40d5bb",
white: "#fff",
lightWhite: "#d8d8d8",
limeGreen: "#32CD32",
lightCoral: "#F08080",
},
css: `
.tabs_nav .tabs_list .tab_text {
color: #009bef;
}
.tabs_nav .tabs_title {
color: #009bef;
}
`,
shell: "C:\\Program Files\\Git\\git-cmd.exe",
shellArgs: ["--command=usr/bin/bash.exe", "-l", "-i"],
env: {},
bell: "SOUND",
copyOnSelect: false,
defaultSSHApp: true,
quickEdit: false,
macOptionSelectionMode: "vertical",
webGLRenderer: true,
webLinksActivationKey: "",
disableLigatures: true,
disableAutoUpdates: false,
screenReaderMode: false,
preserveCWD: true,
},
plugins: ["hyperborder"],
localPlugins: [],
keymaps: {},
hyperBorder: {
borderColors: ["#fc1da7", "#fba506"],
borderWidth: "8px",
animate: true,
duration: "1000",
},
};
//# sourceMappingURL=config-default.js.map