Skip to content

Commit

Permalink
🔥 chore: remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Oct 20, 2023
1 parent 9fb326c commit 0912752
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1,020 deletions.
2 changes: 1 addition & 1 deletion src/Highlighter/theme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ThemeAppearance } from 'antd-style';

import { colorScales } from '@/styles/colors/colors';
import { colorScales } from '@/styles/colors';

export const themeConfig: any = (isDarkMode: ThemeAppearance) => {
const type = isDarkMode ? 'dark' : 'light';
Expand Down
File renamed without changes.
55 changes: 0 additions & 55 deletions src/styles/colors/generateColorPalette.ts

This file was deleted.

322 changes: 0 additions & 322 deletions src/styles/colors/neutralColors.ts

This file was deleted.

Loading

0 comments on commit 0912752

Please sign in to comment.