Skip to content

Commit

Permalink
Fix rust theme not having transparent widget background
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Oct 9, 2024
1 parent 3c82de9 commit 915e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/data/ThemeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export const DEFAULT_THEMES: Record<string, Theme> = {
"input-bg-active": new Color("#271717ff"),
"input-bg-hover": new Color("#2e1b1bff"),
"input-border": new Color("#4b413fff"),
"widget-bg": new Color("#311e1cff"),
"widget-bg": new Color("#311e1cdd"),
"tooltip-bg": new Color("#362926ff"),
"editor-bg": new Color("#181211ff"),
},
Expand Down

0 comments on commit 915e1bb

Please sign in to comment.