mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
cbdfabb4db
* Added use local storage hook * Added theme * Added theme support * Added theme provider * Added dark theme for sidebar * Added dark theme for main content area * Added theme * Added theme support * Added theme provider * Added dark theme for sidebar * Added dark theme for main content area
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
import darkTheme from './dark';
|
|
import lightTheme from './light';
|
|
|
|
export default {
|
|
Light: lightTheme,
|
|
Dark: darkTheme
|
|
};
|