Skip to content

Commit

Permalink
removed legacy themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 20, 2024
1 parent b4d3667 commit 2bc95bb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 902 deletions.
5 changes: 1 addition & 4 deletions tabby-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { HotkeysService } from './services/hotkeys.service'
import { CustomMissingTranslationHandler, LocaleService } from './services/locale.service'
import { CommandService } from './services/commands.service'

import { StandardTheme, StandardCompactTheme, PaperTheme, NewTheme } from './theme'
import { NewTheme } from './theme'
import { CoreConfigProvider } from './config'
import { AppHotkeyProvider } from './hotkeys'
import { TaskCompletionContextMenu, CommonOptionsContextMenu, TabManagementContextMenu, ProfilesContextMenu } from './tabContextMenu'
Expand All @@ -60,9 +60,6 @@ export function TranslateMessageFormatCompilerFactory (): TranslateMessageFormat

const PROVIDERS = [
{ provide: HotkeyProvider, useClass: AppHotkeyProvider, multi: true },
{ provide: Theme, useClass: StandardTheme, multi: true },
{ provide: Theme, useClass: StandardCompactTheme, multi: true },
{ provide: Theme, useClass: PaperTheme, multi: true },
{ provide: Theme, useClass: NewTheme, multi: true },
{ provide: ConfigProvider, useClass: CoreConfigProvider, multi: true },
{ provide: TabContextMenuItemProvider, useClass: CommonOptionsContextMenu, multi: true },
Expand Down
36 changes: 0 additions & 36 deletions tabby-core/src/theme.compact.scss

This file was deleted.

Loading

0 comments on commit 2bc95bb

Please sign in to comment.