Skip to content

Commit

Permalink
Rework theme window, button opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Sep 18, 2024
1 parent 4e115b7 commit 2fde279
Show file tree
Hide file tree
Showing 14 changed files with 689 additions and 374 deletions.
277 changes: 144 additions & 133 deletions app/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class App {

EventHandler.on("themeChanged", () => {
this.renderer.background.color = new Color(
Themes.getCurrentTheme()["bg-editor"]
Themes.getCurrentTheme()["editor-bg"]
).toNumber()
})

Expand Down
Loading

0 comments on commit 2fde279

Please sign in to comment.