Revert "swarm (#4520)" (#4521)

This reverts commit cc9c619396.
This commit is contained in:
nbats 2026-01-01 00:23:19 -08:00 committed by GitHub
parent cc9c619396
commit e8a9e4efd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View file

@ -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 }