Skip to content

Commit

Permalink
new light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Sep 23, 2018
1 parent 5c2003c commit a04c600
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 4 deletions.
2 changes: 0 additions & 2 deletions terminus-core/src/components/startPage.component.scss
Expand Up @@ -33,6 +33,4 @@ a, button {
width: 16px;
height: 16px;
margin-right: 10px;
fill: white;
fill-opacity: 0.75;
}
3 changes: 2 additions & 1 deletion terminus-core/src/index.ts
Expand Up @@ -36,7 +36,7 @@ import { HotkeyProvider } from './api/hotkeyProvider'
import { ConfigProvider } from './api/configProvider'
import { Theme } from './api/theme'

import { StandardTheme, StandardCompactTheme } from './theme'
import { StandardTheme, StandardCompactTheme, PaperTheme } from './theme'
import { CoreConfigProvider } from './config'

import 'perfect-scrollbar/css/perfect-scrollbar.css'
Expand All @@ -58,6 +58,7 @@ 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: ConfigProvider, useClass: CoreConfigProvider, multi: true },
{ provide: PERFECT_SCROLLBAR_CONFIG, useValue: { suppressScrollX: true }}
]
Expand Down

0 comments on commit a04c600

Please sign in to comment.