mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 07:21:08 +11:00
parent
cc9c619396
commit
e8a9e4efd9
2 changed files with 8 additions and 6 deletions
|
|
@ -13,11 +13,13 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { christmasTheme } from './christmas'
|
||||
import { catppuccinTheme } from './catppuccin'
|
||||
import type { ThemeRegistry } from '../types'
|
||||
|
||||
export const themeRegistry: ThemeRegistry = {
|
||||
catppuccin: catppuccinTheme,
|
||||
christmas: christmasTheme,
|
||||
}
|
||||
|
||||
export { catppuccinTheme }
|
||||
export { christmasTheme, catppuccinTheme }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue