Skip to content

Commit

Permalink
switch torchlight theme for better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowdre committed Nov 27, 2023
1 parent be3a6a8 commit 12f4859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchlight.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {

// Which theme you want to use. You can find all of the themes at
// https://torchlight.dev/docs/themes.
theme: 'one-dark-pro',
theme: 'synthwave-84',

// The Host of the API.
host: 'https://api.torchlight.dev',
Expand All @@ -34,7 +34,7 @@ module.exports = {

// When lines are collapsed, this is the text that will
// be shown to indicate that they can be expanded.
summaryCollapsedIndicator: 'Click to expand...',
summaryCollapsedIndicator: '{ ... }',
},

// Options for the highlight command.
Expand Down

0 comments on commit 12f4859

Please sign in to comment.