Skip to content

Commit

Permalink
add dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Oct 13, 2023
1 parent 89aa11b commit 9526412
Show file tree
Hide file tree
Showing 2 changed files with 1,394 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useEffect, useRef, useState } from 'react'
import './Editor.css'
import './editor/infoview.css'
import './editor/vscode.css'
import './css/dark-theme.css'
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api.js'
import { loadRenderInfoview } from '@leanprover/infoview/loader'
import { InfoviewApi } from '@leanprover/infoview-api'
Expand Down
Loading

0 comments on commit 9526412

Please sign in to comment.