Skip to content

Commit

Permalink
Update ThemeValues.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
worthalex authored Jan 5, 2025
1 parent c42eafa commit 82d0882
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/src/app/ThemeValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@ export const ThemeValues: { [K in ThemeName]: ITheme } = {
element: elementInstructionsDark
}
},
Gruvbox: {
background: '#282828',
accent: '#928374',
chrome: '#3c3836',
text: '#ebdbb2',
links: '#ebdbb2',
explorerContent: '#ebdbb2',
accentContent: '#ebdbb2',
backgroundImage: filledBackground,
drawingBackground: '#3c383630',
instructionImages: {
notepad: instructionImageDark,
note: noteInstructionsDark,
element: elementInstructionsDark
}
},
Midnight: {
background: '#212121',
accent: '#424242',
Expand Down

0 comments on commit 82d0882

Please sign in to comment.