mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
switch torchlight theme for better contrast
This commit is contained in:
parent
100c66187a
commit
12ed77705a
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
|
|
||||||
// Which theme you want to use. You can find all of the themes at
|
// Which theme you want to use. You can find all of the themes at
|
||||||
// https://torchlight.dev/docs/themes.
|
// https://torchlight.dev/docs/themes.
|
||||||
theme: 'one-dark-pro',
|
theme: 'synthwave-84',
|
||||||
|
|
||||||
// The Host of the API.
|
// The Host of the API.
|
||||||
host: 'https://api.torchlight.dev',
|
host: 'https://api.torchlight.dev',
|
||||||
|
@ -34,7 +34,7 @@ module.exports = {
|
||||||
|
|
||||||
// When lines are collapsed, this is the text that will
|
// When lines are collapsed, this is the text that will
|
||||||
// be shown to indicate that they can be expanded.
|
// be shown to indicate that they can be expanded.
|
||||||
summaryCollapsedIndicator: 'Click to expand...',
|
summaryCollapsedIndicator: '{ ... }',
|
||||||
},
|
},
|
||||||
|
|
||||||
// Options for the highlight command.
|
// Options for the highlight command.
|
||||||
|
|
Loading…
Reference in a new issue