mirror of
https://github.com/fmhy/edit.git
synced 2026-01-14 16:01:23 +11:00
chud
This commit is contained in:
parent
0ef3934b7e
commit
078f854233
2 changed files with 35 additions and 65 deletions
|
|
@ -13,13 +13,11 @@
|
|||
* 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 { christmasTheme, catppuccinTheme }
|
||||
export { catppuccinTheme }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue