Skip to content

Commit

Permalink
Merge pull request #464 from worthalex/next-dev
Browse files Browse the repository at this point in the history
made gruvbox drawing backgrounds actually transparent
  • Loading branch information
NickGeek authored Jan 5, 2025
2 parents d6eb620 + f7cfdea commit 68de784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/ThemeValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ThemeValues: { [K in ThemeName]: ITheme } = {
explorerContent: '#ebdbb2',
accentContent: '#ebdbb2',
backgroundImage: filledBackground,
drawingBackground: '#282828',
drawingBackground: '#28282830',
instructionImages: {
notepad: instructionImageDark,
note: noteInstructionsDark,
Expand Down

0 comments on commit 68de784

Please sign in to comment.